mplayer: 2013-01-14 -> 2013-03-04

This commit is contained in:
Thomas Penteker 2013-03-05 00:10:08 +01:00
parent fc35474ffd
commit a0d122996c
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,3 @@
1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2
1a483b2d3138cb865a226325820c6b89 mplayer-2013-01-14.tar.bz2
ce51db929c819ffde6575d2e0171b0a3 mplayer-2013-03-04.tar.bz2
c64631601912913f3e5dfbecc3b79d44 mplayer.conf

View File

@ -6,7 +6,7 @@
# Nice to have: libsdl, libjpeg, libpng, lame, zlib, libogg, libvorbis, cdparanoia, win32-essential-codecs, faac, x264, libdvdnav, libdca
name=mplayer
version=2013-01-14
version=2013-03-04
release=1
source=(http://crux.nu/~tek/mplayer-$version.tar.bz2
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
@ -17,6 +17,7 @@ build() {
# Keep in line with mplayer CFLAGS, but allow people to set their own march/mtune values.
export CFLAGS="$(echo $CFLAGS | sed -e 's/-O[s0-3]/-O3/') -ffast-math -fomit-frame-pointer -fno-strict-aliasing"
export CFLAGS=""
rm -f ffmpeg/mp_auto_pull
@ -24,7 +25,7 @@ build() {
--mandir=/usr/man \
--codecsdir=/usr/share/codecs \
--confdir=/etc/mplayer
make
make -j1
make DESTDIR=$PKG install
(cd $PKG/usr/man/man1; rm mencoder.1; ln -s mplayer.1.gz mencoder.1.gz)