# HG changeset patch # User Christophe Lincoln # Date 1339182238 -7200 # Node ID c9a0e2565b4f2a03c17c20d4360f6e39299e1c71 # Parent 0bfc759d1badf3f8bcd7529312d35f7d65ea9a05 Up: mplayer (1.1) diff -r 0bfc759d1bad -r c9a0e2565b4f mencoder/receipt --- a/mencoder/receipt Fri Jun 08 21:03:02 2012 +0200 +++ b/mencoder/receipt Fri Jun 08 21:03:58 2012 +0200 @@ -1,18 +1,20 @@ # SliTaz package receipt. PACKAGE="mencoder" -VERSION="1.0rc4" +VERSION="1.1" CATEGORY="multimedia" SHORT_DESC="MPlayer video and movie encoder." MAINTAINER="pankso@slitaz.org" -DEPENDS="libtheora alsa-lib cdparanoia-III expat libogg libvorbis \ -fontconfig freetype x264 xvidcore jpeg libmad ncurses zlib lame libpng giflib enca lirc" WANTED="mplayer" WEB_SITE="http://www.mplayerhq.hu/design7/news.html" +DEPENDS="libtheora alsa-lib cdparanoia-III expat libogg libvorbis \ +fontconfig freetype x264 xvidcore jpeg libmad ncurses zlib lame \ +libpng giflib enca lirc" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/mencoder $fs/usr/bin + cp -a $install/usr/bin/mencoder $fs/usr/bin } diff -r 0bfc759d1bad -r c9a0e2565b4f mplayer-codecs/receipt --- a/mplayer-codecs/receipt Fri Jun 08 21:03:02 2012 +0200 +++ b/mplayer-codecs/receipt Fri Jun 08 21:03:58 2012 +0200 @@ -1,21 +1,22 @@ # SliTaz package receipt. PACKAGE="mplayer-codecs" -VERSION="1.0rc3" +VERSION="1.1" CATEGORY="multimedia" SHORT_DESC="All MPlayer codecs for SliTaz." MAINTAINER="pankso@slitaz.org" -DEPENDS="mplayer" WEB_SITE="http://www.mplayerhq.hu/design7/news.html" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2" +WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20110131.tar.bz2" + +DEPENDS="mplayer" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/mplayer/codecs cp -a $src/* $fs/usr/lib/mplayer/codecs - # remove codec depending on libstdc++.so.5 + # Remove codec depending on libstdc++.so.5 rm -f $fs/usr/lib/mplayer/codecs/drvc.so rm -f $fs/usr/lib/mplayer/codecs/cook.so -} \ No newline at end of file +} diff -r 0bfc759d1bad -r c9a0e2565b4f mplayer-skins/receipt --- a/mplayer-skins/receipt Fri Jun 08 21:03:02 2012 +0200 +++ b/mplayer-skins/receipt Fri Jun 08 21:03:58 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mplayer-skins" -VERSION="1.0rc4" +VERSION="1.1" CATEGORY="multimedia" SHORT_DESC="MPlayer skin selection for SliTaz." MAINTAINER="pankso@slitaz.org" @@ -12,7 +12,7 @@ genpkg_rules() { mkdir -p $fs/usr/share/mplayer/skins - for i in stuff/*.tar.bz2 + for i in $stuff/*.tar.bz2 do tar xjf $i -C $fs/usr/share/mplayer/skins done diff -r 0bfc759d1bad -r c9a0e2565b4f mplayer/receipt --- a/mplayer/receipt Fri Jun 08 21:03:02 2012 +0200 +++ b/mplayer/receipt Fri Jun 08 21:03:58 2012 +0200 @@ -1,20 +1,23 @@ # SliTaz package receipt. PACKAGE="mplayer" -VERSION="1.0rc4" +VERSION="1.1" CATEGORY="multimedia" SHORT_DESC="The Ultimate Movie Player For Linux." MAINTAINER="pankso@slitaz.org" +SOURCE="MPlayer" +TARBALL="$SOURCE-$VERSION.tar.xz" +WEB_SITE="http://www.mplayerhq.hu/design7/news.html" +WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/$TARBALL" + DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora alsa-lib ncurses \ lame xorg-libXdamage giflib enca lirc xorg-libXxf86vm esound libmng audiofile \ libvorbis libogg xvidcore x264 zlib xorg-libXss" -BUILD_DEPENDS="gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev libtheora-dev alsa-lib-dev ncurses-dev \ -lame-dev xorg-libXdamage-dev giflib-dev enca-dev lirc-dev xorg-libXxf86vm-dev esound-dev libmng-dev \ -audiofile-dev x264-dev libogg-dev libvorbis-dev xvidcore-dev zlib-dev xorg-xextproto pkg-config" -SOURCE="MPlayer" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.mplayerhq.hu/design7/news.html" -WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/$TARBALL" +BUILD_DEPENDS="gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev \ +libtheora-dev alsa-lib-dev ncurses-dev lame-dev xorg-libXdamage-dev \ +giflib-dev enca-dev lirc-dev xorg-libXxf86vm-dev esound-dev libmng-dev \ +audiofile-dev x264-dev libogg-dev libvorbis-dev xvidcore-dev zlib-dev \ +xorg-xextproto pkg-config yasm" # Rules to configure and make the package. compile_rules() @@ -25,7 +28,7 @@ --confdir=/etc/mplayer \ --libdir=/usr/lib/mplayer \ --target=i386-linux \ - --language="en de es fr" \ + --language="en de es fr it ru" \ --disable-mmx \ --disable-mmxext \ --disable-3dnow \ @@ -48,24 +51,23 @@ --disable-speex \ --enable-gui && make $MAKEFLAGS && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/applications - cp -a $stuff/mplayer.desktop $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr + mkdir -p $fs/usr/share + cp -a $install/usr/bin $fs/usr # Mencoder goes in a splited package. rm $fs/usr/bin/mencoder - cp -a $_pkg/usr/share/mplayer $fs/usr/share - cp -a $_pkg/etc $fs + cp -a $install/usr/share/mplayer $fs/usr/share + cp -a $install/etc $fs cp $src/etc/example.conf $fs/etc/mplayer - # Confi to use Xv by default. - cp stuff/mplayer.conf $fs/etc/mplayer + # Config to use Xv by default. + cp $stuff/mplayer.conf $fs/etc/mplayer # default skin - tar xjf stuff/productive-1.0.tar.bz2 -C $fs/usr/share/mplayer/skins + tar xjf $stuff/productive-1.0.tar.bz2 -C $fs/usr/share/mplayer/skins cd $fs/usr/share/mplayer/skins && ln -s productive default # Font cd .. && ln -s ../fonts/truetype/ttf-dejavu/DejaVuSans.ttf subfont.ttf