Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 May 2004 17:27:20 -0400 (EDT)
From:      michael johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66304: [MAINTAINER] audio/grip: [add OPTIONS audio/faac]
Message-ID:  <20040505212720.0319468AF@ahze.ahze.net>
Resent-Message-ID: <200405052130.i45LUH6G002948@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040505212720.0319468AF>