diff --git a/mplayer/.md5sum b/mplayer/.md5sum index 09bb4fbfd..b798ca54e 100644 --- a/mplayer/.md5sum +++ b/mplayer/.md5sum @@ -1,3 +1,3 @@ -ac7bf1cfedc1c5c24bfc83107eefb1d9 MPlayer-1.1.tar.xz 1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2 +9fa31770f6f68ba9f2ecae9e5b9d146b mplayer-2012-12-23.tar.bz2 c64631601912913f3e5dfbecc3b79d44 mplayer.conf diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile index daa1219af..82658537a 100644 --- a/mplayer/Pkgfile +++ b/mplayer/Pkgfile @@ -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 +version=2012-12-23 release=1 -source=(ftp://ftp1.mplayerhq.hu/MPlayer/releases/MPlayer-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-export-$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"