ports/144620: [PATCH] multimedia/ffmpeg: libfaac needs --enable-nonfree when running configure
Yi-Huan Chan
yhchan at csie.nctu.edu.tw
Wed Mar 10 13:30:07 UTC 2010
>Number: 144620
>Category: ports
>Synopsis: [PATCH] multimedia/ffmpeg: libfaac needs --enable-nonfree when running configure
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Mar 10 13:30:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Yi-Huan Chan
>Release: FreeBSD 8.0-STABLE amd64
>Organization:
TrendMicro
>Environment:
System: FreeBSD hubert.tw 8.0-STABLE FreeBSD 8.0-STABLE #5: Sun Feb 21 20:09:48 CST 2010
>Description:
When using WITH_FAAC, CONFIGURE_ARGS seems need to add --enable-nonfree now.
Port maintainer (mm at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- ffmpeg-0.5.1,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/ffmpeg.orig/Makefile /usr/ports/multimedia/ffmpeg/Makefile
--- /usr/ports/multimedia/ffmpeg.orig/Makefile 2010-03-10 19:00:00.000000000 +0800
+++ /usr/ports/multimedia/ffmpeg/Makefile 2010-03-10 21:12:53.000000000 +0800
@@ -170,7 +170,7 @@
# faac
.ifdef(WITH_FAAC)
LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac
-CONFIGURE_ARGS+= --enable-libfaac
+CONFIGURE_ARGS+= --enable-libfaac --enable-nonfree
.else
CONFIGURE_ARGS+= --disable-libfaac
.endif
@@ -285,7 +285,6 @@
CONFIGURE_ARGS+= --disable-x11grab
.endif
-
# x264
.ifndef(WITHOUT_X264)
LIB_DEPENDS+= x264.65:${PORTSDIR}/multimedia/x264
--- ffmpeg-0.5.1,1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list