ports/140218: [MAINTAINER] multimedia/transcode: update to 1.1.5
Naram Qashat
cyberbotx at cyberbotx.com
Mon Nov 2 12:10:01 UTC 2009
>Number: 140218
>Category: ports
>Synopsis: [MAINTAINER] multimedia/transcode: update to 1.1.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 02 12:10:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Naram Qashat
>Release: FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun 3 04:24:13 EDT
>Description:
- Update to 1.1.5
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- transcode-1.1.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/transcode/Makefile /kirby/shared/ports/transcode/Makefile
--- /usr/ports/multimedia/transcode/Makefile 2009-08-27 12:17:23.000000000 -0400
+++ /kirby/shared/ports/transcode/Makefile 2009-11-02 06:51:46.000000000 -0500
@@ -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 @@
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+= --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 @@
.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
diff -ruN --exclude=CVS /usr/ports/multimedia/transcode/distinfo /kirby/shared/ports/transcode/distinfo
--- /usr/ports/multimedia/transcode/distinfo 2009-08-27 12:17:23.000000000 -0400
+++ /kirby/shared/ports/transcode/distinfo 2009-11-01 20:52:04.000000000 -0500
@@ -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
--- transcode-1.1.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list