mplayer: update to r28288

This commit is contained in:
Lucas Hazel 2009-01-28 16:12:49 +11:00
parent 1e4b97ab44
commit 4d7b97d913
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,3 @@
1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2
a89d92b09b3d27ffa9f808383bb614dc mplayer-1.0_rc2_p28058.tar.bz2
cf872f80e9bfdf046f1519623cdc1d3b mplayer-x264.patch
ecb5e05473f9fcfddcac6fa55c301028 mplayer-1.0_rc2_p28288.tar.bz2
c64631601912913f3e5dfbecc3b79d44 mplayer.conf

View File

@ -11,18 +11,15 @@
# http://www.mplayerhq.hu/DOCS/HTML/en/index.html
name=mplayer
version=1.0_rc2_p28058
version=1.0_rc2_p28288
release=1
source=(http://distfiles.gentoo.org/distfiles/$name-$version.tar.bz2
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
$name-x264.patch
mplayer.conf)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-x264.patch
# 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"
./configure --prefix=/usr \