mplayer: 1.1.1 -> 2013-09-12

This commit is contained in:
Thomas Penteker 2013-09-12 20:51:59 +02:00
parent 7fd0adbb14
commit bb67d2aa47
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
39dd55f30eb5403f219a606e79a6648a MPlayer-1.1.1.tar.xz
1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2
9cea186e3226cd58a8aab42a11ea7371 mplayer-2013-09-12.tar.bz2
c64631601912913f3e5dfbecc3b79d44 mplayer.conf

View File

@ -6,14 +6,14 @@
# Nice to have: libsdl, libjpeg, libpng, lame, zlib, libogg, libvorbis, cdparanoia, win32-essential-codecs, faac, x264, libdvdnav, libdca
name=mplayer
version=1.1.1
version=2013-09-12
release=1
source=(http://mplayerhq.hu/MPlayer/releases/MPlayer-1.1.1.tar.xz
source=(http://crux.nu/~tek/mplayer-$version.tar.bz2
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
mplayer.conf)
build() {
cd MPlayer-$version
cd mplayer-$version
# 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"