ports/opt (2.4): mplayer: Add --enable-largefiles to support playing single files >2GB.
commit b3d5d15ccc7ed3685e3acd3f2b0b4576ac946086 Author: Brett Goulder <predatorfreak@dcaf-security.org> Date: Fri Feb 8 11:14:17 2008 -0500 mplayer: Add --enable-largefiles to support playing single files >2GB. diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile index 0bb4d84..3a6acb9 100644 --- a/mplayer/Pkgfile +++ b/mplayer/Pkgfile @@ -12,7 +12,7 @@ name=mplayer version=1.0rc2 -release=2 +release=3 source=(http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-$version.tar.bz2 \ http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz... \ http://www.mplayerhq.hu/MPlayer/patches/demux_audio_fix_20080129.diff \ @@ -33,7 +33,8 @@ build() { unset CFLAGS ./configure --prefix=/usr \ --mandir=/usr/man \ - --win32codecsdir=/usr/lib/win32 + --win32codecsdir=/usr/lib/win32 \ + --enable-largefiles make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu