ports/66304: [MAINTAINER] audio/grip: [add OPTIONS audio/faac]
michael johnson
ahze at ahze.net
Wed May 5 21:30:26 UTC 2004
>Number: 66304
>Category: ports
>Synopsis: [MAINTAINER] audio/grip: [add OPTIONS audio/faac]
>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: Wed May 05 14:30:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: michael johnson
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #45: Mon May 3 05:09:04 EDT
- add faac to options
pr-66303 needs to commited first
Generated with FreeBSD Port Tools 0.50
>Description:
>How-To-Repeat:
>Fix:
--- grip-3.2.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/grip/Makefile,v
retrieving revision 1.50
diff -u -r1.50 Makefile
--- Makefile 5 May 2004 13:20:50 -0000 1.50
+++ Makefile 5 May 2004 21:24:24 -0000
@@ -29,6 +29,7 @@
CDDA2WAV "Ripper: cdda2wav: Install sysutils/cdrtools" off \
LAME "Encoder: lame: Install audio/lame" on \
BLADEENC "Encoder: bladeenc: Install audio/bladeenc" off \
+ FAAC "Encoder: faac: Install audio/faac" off \
FLAC "Encoder: flac: Install audio/flac" off \
GOGO "Encoder: gogo: Install audio/gogo" off \
MP3ENCODE "Encoder: mp3encode: Install audio/mp3encode" off \
@@ -61,6 +62,10 @@
RUN_DEPENDS+= bladeenc:${PORTSDIR}/audio/bladeenc
.endif
+.if defined(WITH_FAAC)
+RUN_DEPENDS+= faac:${PORTSDIR}/audio/faac
+.endif
+
.if defined(WITH_FLAC)
RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac
.endif
@@ -96,7 +101,7 @@
@${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \
${WRKSRC}/src/grip.c
@${REINPLACE_CMD} -e 's|{"xingmp3enc","-B %b -Q %w","mp3"},||; \
- s|{"l3enc","-br %b %w %m","mp3"},||; \
+ s|{"l3enc","-br %b %w %m","mp3"},|"faac","-w -b %b %w -o %m", "m4a"},|; \
s|mp3encode|encode|' \
${WRKSRC}/src/gripcfg.c
--- grip-3.2.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list