wok-6.x diff mencoder/receipt @ rev 25542
linux-cloop: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 11 09:15:29 2023 +0000 (20 months ago) |
parents | b65ca8c01464 |
children |
line diff
1.1 --- a/mencoder/receipt Fri Nov 15 08:58:24 2019 -0500 1.2 +++ b/mencoder/receipt Sat Mar 11 09:15:29 2023 +0000 1.3 @@ -3,25 +3,26 @@ 1.4 PACKAGE="mencoder" 1.5 VERSION="1.4" 1.6 CATEGORY="multimedia" 1.7 -SHORT_DESC="MPlayer video and movie encoder" 1.8 +SHORT_DESC="MPlayer video and movie encoder." 1.9 MAINTAINER="pankso@slitaz.org" 1.10 LICENSE="GPL2" 1.11 -WANTED="mplayer" 1.12 WEB_SITE="http://www.mplayerhq.hu/design7/news.html" 1.13 1.14 -DEPENDS="libtheora alsa-lib cdparanoia-III expat libogg libvorbis \ 1.15 -fontconfig freetype x264 xvidcore jpeg libmad ncurses zlib lame \ 1.16 -libpng giflib enca lirc libdvdnav libdvdread" 1.17 +DEPENDS="alsa-lib cdparanoia-III enca expat fontconfig freetype giflib jpeg 1.18 + lame libdvdnav libdvdread libmad libogg libpng libtheora libvorbis 1.19 + lirc ncurses x264 xvidcore zlib" 1.20 +WANTED="mplayer" 1.21 1.22 # Handle arch package install 1.23 case "$SLITAZ_ARCH" in 1.24 - arm*) DEPENDS="alsa-lib zlib libmad xorg-libXv xorg-libXxf86vm libogg \ 1.25 -libvorbis libtheora xvidcore lame esound" ;; 1.26 + (arm*) DEPENDS="alsa-lib zlib libmad xorg-libXv xorg-libXxf86vm libogg 1.27 + libvorbis libtheora xvidcore lame esound" 1.28 + ;; 1.29 esac 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 genpkg_rules() 1.33 { 1.34 mkdir -p $fs/usr/bin 1.35 - cp -a $install/usr/bin/mencoder $fs/usr/bin 1.36 -} 1.37 \ No newline at end of file 1.38 + cp -a $install/usr/bin/mencoder $fs/usr/bin 1.39 +}