wok-6.x annotate mplayer-svn/receipt @ rev 6683
Up: gnumeric to 1.10.11.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 12 17:29:36 2010 +0000 (2010-10-12) |
parents | 8806a69fb967 |
children | 1d279fc90686 |
rev | line source |
---|---|
jozee@2909 | 1 # SliTaz package receipt. |
jozee@2909 | 2 |
jozee@2909 | 3 PACKAGE="mplayer-svn" |
pascal@5581 | 4 VERSION="31179" |
jozee@2909 | 5 CATEGORY="multimedia" |
jozee@2909 | 6 SHORT_DESC="Mplayer SVN version" |
jozee@5035 | 7 MAINTAINER="jozee@slitaz.org" |
jozee@5035 | 8 DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora lame giflib \ |
jozee@5035 | 9 xorg-libXss xorg-libXxf86vm alsa-lib bzlib" |
jozee@5035 | 10 SUGGESTED="libv4l" |
jozee@5035 | 11 BUILD_DEPENDS="gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev libtheora-dev subversion" |
jozee@4943 | 12 SUGGESTED="" |
jozee@2909 | 13 WEB_SITE="http://www.mplayerhq.hu/design7/news.html" |
jozee@2909 | 14 PROVIDES="mplayer" |
jozee@2909 | 15 TAGS="player movie audio video" |
jozee@2909 | 16 |
jozee@2909 | 17 # Rules to configure and make the package. |
pankso@4521 | 18 # |
pankso@4521 | 19 # This package is compiled against shared ffmpeg. Compiling with shared ffmpeg |
pankso@4521 | 20 # on svn version is always challenging. Tip: Try to use the same day ffmpeg and |
pankso@4521 | 21 # mplayer versions (use: svn info), very likely to succeed. |
pankso@4521 | 22 # |
pankso@4521 | 23 # To compile with in-built ffmpeg (and double the size of pkg), remove from |
pankso@4521 | 24 # compile options: |
pankso@4521 | 25 # --disable-libavutil_a --disable-libavcodec_a --disable-libavformat_a |
jozee@5035 | 26 # --disable-libpostproc_a --disable-libswscale_a --disable-libavcodec_mpegaudio_hp |
jozee@2909 | 27 |
jozee@2909 | 28 compile_rules() |
jozee@2909 | 29 { |
pascal@5562 | 30 TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz |
pascal@5562 | 31 if [ -d $PACKAGE-$VERSION ]; then |
pascal@5562 | 32 true |
pascal@5562 | 33 elif [ -f $TARBALL ]; then |
pascal@5562 | 34 tar xzf $TARBALL |
pascal@5562 | 35 else |
pascal@5562 | 36 svn checkout -r $VERSION \ |
pascal@5563 | 37 svn://svn.mplayerhq.hu/mplayer/trunk $PACKAGE-$VERSION && |
pascal@5562 | 38 tar czf $TARBALL $PACKAGE-$VERSION |
pascal@5562 | 39 fi |
jozee@2909 | 40 cd $src |
pascal@5939 | 41 KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` |
pascal@5939 | 42 sed -i "s/uname -r/echo $KERNEL_VERSION-slitaz/" configure |
jozee@5035 | 43 # disable unwanted features, remote control, streaming, networking, unwanted codecs, |
jozee@5035 | 44 # disable video outputs, audio outputs, some advanced options |
jozee@2909 | 45 ./configure \ |
jozee@2909 | 46 --prefix=/usr \ |
jozee@2909 | 47 --confdir=/etc/mplayer \ |
jozee@2909 | 48 --libdir=/usr/lib/mplayer \ |
jozee@5035 | 49 --enable-gui --enable-freetype \ |
jozee@2909 | 50 --language="en de es fr" \ |
pankso@4521 | 51 --target=i386-linux \ |
jozee@5035 | 52 --disable-largefiles --disable-dvdnav --disable-pvr --disable-enca --disable-fribidi --disable-maemo \ |
pankso@4521 | 53 --disable-lirc --disable-lircc \ |
jozee@5035 | 54 --disable-nemesi --disable-vstream \ |
jozee@5035 | 55 --disable-smb --disable-network --disable-live \ |
jozee@5035 | 56 --disable-speex --disable-mng --disable-liblzo --disable-faad --disable-faad-internal \ |
jozee@5035 | 57 --disable-libdv --disable-faac --disable-faac-lavc --disable-ladspa --disable-libbs2b \ |
jozee@5035 | 58 --disable-libdca --disable-musepack \ |
jozee@5035 | 59 --disable-gl --disable-vdpau --disable-directfb --disable-sdl --disable-mga \ |
jozee@5035 | 60 --disable-jack --disable-pulse --disable-ossaudio --disable-openal --disable-nas --disable-esd \ |
jozee@5035 | 61 --disable-mmx --disable-mmxext --disable-3dnow --disable-3dnowext \ |
jozee@5035 | 62 --disable-sse --disable-sse2 --disable-ssse3 --disable-fastmemcpy && |
pascal@5783 | 63 make -j 4 && |
pankso@4521 | 64 make DESTDIR=$PWD/_pkg install |
jozee@2909 | 65 } |
jozee@2909 | 66 |
jozee@2909 | 67 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@2909 | 68 genpkg_rules() |
jozee@2909 | 69 { |
jozee@2909 | 70 mkdir -p $fs/usr/share |
jozee@2909 | 71 cp -a $_pkg/usr/bin $fs/usr |
jozee@2909 | 72 # Mencoder goes in a splited package. |
jozee@2909 | 73 rm $fs/usr/bin/mencoder |
jozee@2909 | 74 cp -a $_pkg/usr/share/mplayer $fs/usr/share |
jozee@5035 | 75 cp -a $_pkg/usr/share/pixmaps $fs/usr/share |
jozee@2909 | 76 cp -a $_pkg/etc $fs |
pankso@4521 | 77 cp $src/etc/example.conf $fs/etc/mplayer |
jozee@2909 | 78 # Config to use Xv by default. |
jozee@2909 | 79 cp stuff/mplayer.conf $fs/etc/mplayer |
jozee@2909 | 80 # default skin |
jozee@2909 | 81 tar xjf stuff/productive-1.0.tar.bz2 -C $fs/usr/share/mplayer/skins |
jozee@2909 | 82 cd $fs/usr/share/mplayer/skins && ln -s productive default |
jozee@2909 | 83 # Font |
jozee@2909 | 84 cd .. && ln -s ../fonts/truetype/ttf-dejavu/DejaVuSans.ttf subfont.ttf |
jozee@2909 | 85 } |