Date: Sat, 5 Dec 2009 10:46:16 -0500 (EST) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/141192: [MAINTAINER] multimedia/transcode: Fix mpeg2 support, reported by Sven Gottner Message-ID: <200912051546.nB5FkGXu050934@kirby.cyberbotx.com> Resent-Message-ID: <200912051550.nB5Fo2rg047135@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141192 >Category: ports >Synopsis: [MAINTAINER] multimedia/transcode: Fix mpeg2 support, reported by Sven Gottner >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: Sat Dec 05 15:50:01 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: Sun Nov 15 18:45:09 EST 2009 >Description: - Fix mpeg2 support, reported by Sven Gottner * Required libmpeg2convert to be enabled. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- transcode-1.1.5_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/transcode/Makefile /kirby/shared/ports/transcode/Makefile --- /usr/ports/multimedia/transcode/Makefile 2009-11-06 06:45:25.000000000 -0500 +++ /kirby/shared/ports/transcode/Makefile 2009-12-05 10:43:31.000000000 -0500 @@ -7,6 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ @@ -78,7 +79,7 @@ .if defined(WITH_MPEG2) LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 -CONFIGURE_ARGS+= --with-libmpeg2-prefix=${LOCALBASE} --enable-libmpeg2 +CONFIGURE_ARGS+= --with-libmpeg2-prefix=${LOCALBASE} --enable-libmpeg2 --enable-libmpeg2convert .else CONFIGURE_ARGS+= --disable-libmpeg2 .endif --- transcode-1.1.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912051546.nB5FkGXu050934>