diff --git a/mplayer/.md5sum b/mplayer/.md5sum index 0a9f468db..d04d846e6 100644 --- a/mplayer/.md5sum +++ b/mplayer/.md5sum @@ -1,3 +1,3 @@ -f82bb2bc51b6cd5e5dd96f88f6f98582 MPlayer-1.0pre8.tar.bz2 +18c05d88e22c3b815a43ca8d7152ccdc MPlayer-1.0rc1.tar.bz2 1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2 c64631601912913f3e5dfbecc3b79d44 mplayer.conf diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile index c21c2722c..087ce6f68 100644 --- a/mplayer/Pkgfile +++ b/mplayer/Pkgfile @@ -3,17 +3,17 @@ # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: x11 -# Nice to have: libsdl, libjpeg, libpng, lame, zlib, libogg, libvorbis, \ -# cdparanoia, win32-essential-codecs +# Nice to have: libsdl, libjpeg, libpng, lame, zlib, libogg, libvorbis, +# cdparanoia, win32-essential-codecs, faac, x264 # More information can be found at http://www.mplayerhq.hu/DOCS/codecs.html and # http://www.mplayerhq.hu/DOCS/HTML/en/index.html name=mplayer -version=1.0pre8 +version=1.0rc1 release=1 -source=(http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-$version.tar.bz2 \ - http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 \ +source=(http://www3.mplayerhq.hu/MPlayer/releases/MPlayer-$version.tar.bz2 \ + http://www3.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 \ mplayer.conf) build() { @@ -22,7 +22,6 @@ build() { # mplayer decides optimizations at configure time, don't use CRUX's unset CFLAGS ./configure --prefix=/usr \ - --disable-divx4linux \ --with-codecsdir=/usr/lib/win32 make