diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 23:26:37 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 23:26:37 +0000 |
| commit | ddb8318f789741610b0ba319a367bbb4d724065c (patch) | |
| tree | e7c835f9e4e1015c9914e4c50b2b43f94b1cbf94 /multimedia/mencoder | |
| parent | 41098a4ca9f4800405ff72f900ff505c0802ddb1 (diff) | |
Notes
Diffstat (limited to 'multimedia/mencoder')
| -rw-r--r-- | multimedia/mencoder/Makefile | 15 | ||||
| -rw-r--r-- | multimedia/mencoder/distinfo | 9 | ||||
| -rw-r--r-- | multimedia/mencoder/pkg-plist | 9 |
3 files changed, 18 insertions, 15 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 378df97bba72..8ab91063b65a 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -6,7 +6,6 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 1 COMMENT= Convenient video file and movie encoder RESTRICTED= Port has restricted dependencies @@ -34,6 +33,9 @@ OPTIONS+= TREMOR "Use built-in tremor instead of libvorbis" off OPTIONS+= XMMS "Enable XMMS plugin support" off OPTIONS+= WIN32 "Enable win32 codec set on the IA32 arch" on OPTIONS+= THEORA "Enable ogg theora video support" off +.if !defined(PACKAGE_BUILDING) +OPTIONS+= AMR "Enable AMR audio codec support" off +.endif OPTIONS+= X264 "Enable x264 (H.264) video codec support" off OPTIONS+= XANIM "Enable xanim DLL support" off OPTIONS+= XVID "Enable XVID video codec support" on @@ -50,9 +52,11 @@ MLINKS= mplayer.1 mencoder.1 PATCHDIR= ${.CURDIR}/../mplayer/files DATADIR= ${PREFIX}/share/mplayer -TOOLFILES= calcbpp.pl countquant.pl dvd2divxscript.pl \ - menc2pass mencvcd mp.pl subedit.pl subsearch.sh \ - sws-test w32codec_dl.pl wma2ogg.pl x2mpsub.sh +TOOLFILES= calcbpp.pl checktree.sh countquant.pl \ + dvd2divxscript.pl mencvcd \ + mplmult.sh plotpsnr.pl psnr-video.sh \ + qepdvcd.sh subedit.pl subsearch.sh \ + w32codec_dl.pl wma2ogg.pl .include <bsd.port.pre.mk> @@ -72,7 +76,8 @@ CONFIGURE_ARGS+= --disable-vidix-internal \ --disable-sdl \ --disable-svga \ --disable-aa \ - --disable-joystick + --disable-joystick \ + --disable-ssse3 .include "${.CURDIR}/../mplayer/Makefile.options" diff --git a/multimedia/mencoder/distinfo b/multimedia/mencoder/distinfo index ce7f15a5afc1..a93ea236b326 100644 --- a/multimedia/mencoder/distinfo +++ b/multimedia/mencoder/distinfo @@ -1,6 +1,3 @@ -MD5 (MPlayer-1.0rc1.tar.bz2) = 18c05d88e22c3b815a43ca8d7152ccdc -SHA256 (MPlayer-1.0rc1.tar.bz2) = 8dd9dd61a0fe56904f5b76ddedb99bd359abaaf486e0b83b45e3357fecc81063 -SIZE (MPlayer-1.0rc1.tar.bz2) = 8414213 -MD5 (asmrules_fix_20061231.diff) = f0b71c38b1207c1d604be091876ac051 -SHA256 (asmrules_fix_20061231.diff) = 3f71e6f4e07940d4d55084d0df12404371bc4e534a3a6b0756ca73e44ddbc3c4 -SIZE (asmrules_fix_20061231.diff) = 1450 +MD5 (MPlayer-1.0rc2.tar.bz2) = 7e27e535c2d267637df34898f1b91707 +SHA256 (MPlayer-1.0rc2.tar.bz2) = 3875b7cc85e8e7df81c02a638db6b4a970d1e66a86dad6ebf29a1d19f38f5953 +SIZE (MPlayer-1.0rc2.tar.bz2) = 9338201 diff --git a/multimedia/mencoder/pkg-plist b/multimedia/mencoder/pkg-plist index 516b18d2a14f..edf35073d54b 100644 --- a/multimedia/mencoder/pkg-plist +++ b/multimedia/mencoder/pkg-plist @@ -1,15 +1,16 @@ bin/mencoder %%DATADIR%%/tools/calcbpp.pl +%%DATADIR%%/tools/checktree.sh %%DATADIR%%/tools/countquant.pl %%DATADIR%%/tools/dvd2divxscript.pl -%%DATADIR%%/tools/menc2pass %%DATADIR%%/tools/mencvcd -%%DATADIR%%/tools/mp.pl +%%DATADIR%%/tools/mplmult.sh +%%DATADIR%%/tools/plotpsnr.pl +%%DATADIR%%/tools/psnr-video.sh +%%DATADIR%%/tools/qepdvcd.sh %%DATADIR%%/tools/subedit.pl %%DATADIR%%/tools/subsearch.sh -%%DATADIR%%/tools/sws-test %%DATADIR%%/tools/w32codec_dl.pl %%DATADIR%%/tools/wma2ogg.pl -%%DATADIR%%/tools/x2mpsub.sh @dirrm %%DATADIR%%/tools @dirrmtry %%DATADIR%% |
