From dd18d598ba8c2cc9fae6010a198e4db1c3500fc3 Mon Sep 17 00:00:00 2001 From: veego Date: Sat, 25 May 2002 07:58:01 +0000 Subject: Initial import of mencoder-0.90rc4nb1 which uses the mplayer-share package. mencoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to encode MPlayer-playable movies (AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/ RM/NUV/NET) to other MPlayer-playable formats. It encodes to DivX4 (1, 2 or 3 passes), XviD, codecs of libavcodec, PCM/MP3/VBRMP3 audio. Also has stream copying abilities, a powerfull plugin system (crop, expand, flip, postprocess, rotate, scale, rgb/yuv conversion) and more. --- graphics/mencoder/DESCR | 6 ++++++ graphics/mencoder/Makefile | 23 +++++++++++++++++++++++ graphics/mencoder/PLIST | 3 +++ graphics/mencoder/distinfo | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 graphics/mencoder/DESCR create mode 100644 graphics/mencoder/Makefile create mode 100644 graphics/mencoder/PLIST create mode 100644 graphics/mencoder/distinfo (limited to 'graphics/mencoder') diff --git a/graphics/mencoder/DESCR b/graphics/mencoder/DESCR new file mode 100644 index 00000000000..f33fc96b949 --- /dev/null +++ b/graphics/mencoder/DESCR @@ -0,0 +1,6 @@ +mencoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to +encode MPlayer-playable movies (AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/ +RM/NUV/NET) to other MPlayer-playable formats. It encodes to DivX4 (1, +2 or 3 passes), XviD, codecs of libavcodec, PCM/MP3/VBRMP3 audio. Also +has stream copying abilities, a powerfull plugin system (crop, expand, +flip, postprocess, rotate, scale, rgb/yuv conversion) and more. diff --git a/graphics/mencoder/Makefile b/graphics/mencoder/Makefile new file mode 100644 index 00000000000..30798da5387 --- /dev/null +++ b/graphics/mencoder/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/25 07:58:01 veego Exp $ + +.include "../../graphics/mplayer-share/Makefile.common" + +PKGNAME= mencoder-${MPLAYER_PKG_VERSION} +COMMENT= Simple movie encoder for MPlayer-playable movies + +DEPENDS+= mplayer-share>=0.90rc4:../../graphics/mplayer-share + +ALL_TARGET= mencoder + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mencoder ${PREFIX}/bin + ${LN} -s ${PREFIX}/man/man1/mplayer.1 ${PREFIX}/man/man1/mencoder.1 + +.include "../../audio/lame/buildlink.mk" +.include "../../devel/SDL/buildlink.mk" +.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/png/buildlink.mk" +.include "../../misc/libdvdread/buildlink.mk" +.include "../../mk/ossaudio.buildlink.mk" +.include "../../mk/pthread.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/mencoder/PLIST b/graphics/mencoder/PLIST new file mode 100644 index 00000000000..d4c4cc64018 --- /dev/null +++ b/graphics/mencoder/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/25 07:58:01 veego Exp $ +bin/mencoder +man/man1/mencoder.1 diff --git a/graphics/mencoder/distinfo b/graphics/mencoder/distinfo new file mode 100644 index 00000000000..84da7427da4 --- /dev/null +++ b/graphics/mencoder/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/25 07:58:01 veego Exp $ + +SHA1 (mplayer/MPlayer-0.90pre4.tar.bz2) = 54621d010d5fb28e1ad2f857135543c3bd466d50 +Size (mplayer/MPlayer-0.90pre4.tar.bz2) = 2424843 bytes +SHA1 (patch-aa) = 2c1c6f35caf047f188871ac223d672ce453c26ec -- cgit v1.2.3