mplayer: Update to r26450, use Gentoo snapshots

This commit is contained in:
Brett Goulder 2008-04-20 15:34:16 -04:00
parent a2ed605686
commit 3b2d4290bd
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2
d6414d685f0e95fb8105eb54b02c74db mplayer-r26172.tar.bz2
7f58ac703b8493b97ffd6c7ce959a669 mplayer-1.0_rc2_p26450.tar.bz2
c64631601912913f3e5dfbecc3b79d44 mplayer.conf

View File

@ -11,14 +11,14 @@
# http://www.mplayerhq.hu/DOCS/HTML/en/index.html
name=mplayer
version=1.0rc2-r26172
version=1.0_rc2_p26450
release=2
source=(http://crux.nu/files/distfiles/$name-r26172.tar.bz2
source=(http://gentoo.chem.wisc.edu/gentoo/distfiles/$name-$version.tar.bz2 \
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 \
mplayer.conf)
build() {
cd $name
cd $name-$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"