- Update to 1.1.5

PR:		140218
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
Dmitry Marakasov 2009-11-05 17:55:37 +00:00
parent 5cfe650e6a
commit bfa2fe2e8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243845
2 changed files with 14 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= transcode
PORTVERSION= 1.1.4
PORTVERSION= 1.1.5
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_BERLIOS} \
http://fromani.exit1.org/
@ -40,6 +40,7 @@ MAN1= avifix.1 aviindex.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \
OPTIONS= OPTIMIZED_CFLAGS "Build with optimizations" off \
X11 "Build with X11 support" off \
MPEG2 "Enable libmpeg2 support" off \
BKTR "Enable bktr support" off \
POSTPROC "Enable libpostproc support" off \
FREETYPE "Enable FreeType2 support" off \
@ -75,6 +76,13 @@ CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --without-x
.endif
.if defined(WITH_MPEG2)
LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
CONFIGURE_ARGS+= --with-libmpeg2-prefix=${LOCALBASE} --enable-libmpeg2
.else
CONFIGURE_ARGS+= --disable-libmpeg2
.endif
.if defined(WITH_BKTR)
CONFIGURE_ARGS+= --enable-bktr
.endif
@ -158,8 +166,8 @@ CONFIGURE_ARGS+= --disable-libquicktime
.if defined(WITH_LZO)
LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2
CONFIGURE_ARGS+= --enable-lzo --with-lzo-prefix=${LOCALBASE} \
--with-lzo-includes=${LOCALBASE}
CONFIGURE_ARGS+= --with-lzo-prefix=${LOCALBASE} --with-lzo-includes=${LOCALBASE} \
--enable-lzo
.else
CONFIGURE_ARGS+= --disable-lzo
.endif

View File

@ -1,3 +1,3 @@
MD5 (transcode-1.1.4.tar.bz2) = 6ba277fde95c26d217a88bbe5e6dd994
SHA256 (transcode-1.1.4.tar.bz2) = 7f61fec49ccbf6c5ebe86505c779a659711352733252b241287ce7bf15710e3e
SIZE (transcode-1.1.4.tar.bz2) = 2116804
MD5 (transcode-1.1.5.tar.bz2) = 41ac6b1c0fe30f3aab286e771fc31b9e
SHA256 (transcode-1.1.5.tar.bz2) = 7e01665079eef81625c4761cc5c08a3b53b97de90fb0728d64f5a86a3bc59009
SIZE (transcode-1.1.5.tar.bz2) = 2123207