Date: Thu, 17 Dec 2009 11:11:22 GMT From: David Morgan <david.morgan@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141707: [patch] multimedia/vlc builds with dirac Message-ID: <200912171111.nBHBBMgh000495@www.freebsd.org> Resent-Message-ID: <200912171120.nBHBK1Gn058193@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141707 >Category: ports >Synopsis: [patch] multimedia/vlc builds with dirac >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 17 11:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David Morgan >Release: 8.0-STABLE >Organization: >Environment: FreeBSD sif 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Dec 10 02:07:14 GMT 2009 root@sif:/usr/obj/usr/src/sys/SIF i386 >Description: multimedia/vlc is currently marked as "BROKEN=doesn't build with dirac" if WITH_DIRAC is defined, or if dirac is present but WITHOUT_DIRAC isn't defined. However, it does build. Patch attached, although I'm sure you don't need it - just remove the BROKEN= line and change dirac_encoder.0 to dirac_encoder.1 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-12-17 10:37:00.000000000 +0000 +++ Makefile 2009-12-17 10:37:14.000000000 +0000 @@ -341,8 +341,7 @@ .endif .if (defined(WITH_DIRAC) || exists(${LOCALBASE}/lib/libdirac_decoder.a)) && !defined(WITHOUT_DIRAC) -BROKEN= doesn't build with dirac -LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac +LIB_DEPENDS+= dirac_encoder.1:${PORTSDIR}/multimedia/dirac CONFIGURE_ARGS+=--enable-dirac CPPFLAGS+= -I${LOCALBASE}/include/dirac .else >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912171111.nBHBBMgh000495>