Skip to content

Commit

Permalink
Move mencoder to the multimedia category (coming from graphics).
Browse files Browse the repository at this point in the history
This is version 1.0rc3.
  • Loading branch information
jmmv committed Jan 26, 2004
1 parent fe0dc2e commit 21b9441
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
6 changes: 6 additions & 0 deletions multimedia/mencoder/DESCR
Original file line number Diff line number Diff line change
@@ -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. It also
has stream copying abilities, a powerful plugin system (crop, expand,
flip, postprocess, rotate, scale, rgb/yuv conversion) and more.
32 changes: 32 additions & 0 deletions multimedia/mencoder/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 12:11:15 jmmv Exp $
#

PKGNAME= mencoder-${MPLAYER_PKG_VERSION}
COMMENT= Simple movie encoder for MPlayer-playable movies

.include "../../multimedia/mplayer-share/Makefile.common"

USE_BUILDLINK2= # defined
CONFIGURE_ARGS+= --disable-nas
CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer

ALL_TARGET= mencoder

MANCOMPRESSED_IF_MANZ= 1

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mencoder ${PREFIX}/bin
if [ X"${MANZ}" = X"" ]; then \
${LN} -s -f ${PREFIX}/man/man1/mplayer.1 \
${PREFIX}/man/man1/mencoder.1; \
else \
${LN} -s -f ${PREFIX}/man/man1/mplayer.1.gz \
${PREFIX}/man/man1/mencoder.1.gz; \
fi

.include "../../multimedia/mplayer-share/Makefile.depends"

.include "../../audio/lame/buildlink2.mk"

.include "../../mk/bsd.pkg.mk"
.include "../../multimedia/mplayer-share/Makefile.cflags"
3 changes: 3 additions & 0 deletions multimedia/mencoder/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/26 12:11:15 jmmv Exp $
bin/mencoder
man/man1/mencoder.1
7 changes: 7 additions & 0 deletions multimedia/mencoder/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.1.1.1 2004/01/26 12:11:15 jmmv Exp $

SHA1 (mplayer-1.0rc3/MPlayer-1.0pre3.tar.bz2) = d3341f05518f6b331396c431f81b736b89402432
Size (mplayer-1.0rc3/MPlayer-1.0pre3.tar.bz2) = 4714725 bytes
SHA1 (patch-aa) = 51722c503120b0771102a0ca48c9817271666b81
SHA1 (patch-ad) = 95c8741263b822e20eea3da00ca64923ed91c53b
SHA1 (patch-ae) = 61fec8b2ace8bd507df57102ff72c98cd6b194d7

0 comments on commit 21b9441

Please sign in to comment.