diff --git a/mplayer/.md5sum b/mplayer/.md5sum index f6f2bde80..198c4a834 100644 --- a/mplayer/.md5sum +++ b/mplayer/.md5sum @@ -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 diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile index 937d1e1a8..35aeb107c 100644 --- a/mplayer/Pkgfile +++ b/mplayer/Pkgfile @@ -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"