Date: Tue, 8 Jun 2004 17:13:55 -0400 (EDT) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67726: [MAINTAINER] audio/grip: [better faac support] Message-ID: <20040608211355.822985E77@ahze.ahze.net> Resent-Message-ID: <200406082120.i58LKHbY064169@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67726 >Category: ports >Synopsis: [MAINTAINER] audio/grip: [better faac support] >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: Tue Jun 08 21:20:16 GMT 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 #50: Thu Jun 3 21:24:59 EDT >Description: - better faac support Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- grip-3.2.0_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/grip/Makefile,v retrieving revision 1.57 diff -u -r1.57 Makefile --- Makefile 3 Jun 2004 22:41:36 -0000 1.57 +++ Makefile 8 Jun 2004 21:04:53 -0000 @@ -105,7 +105,8 @@ @${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"},|{"faac","-w -b %b %w -o %m", "m4a"},|; \ + s|{"l3enc","-br %b %w %m","mp3"},| \ + {"faac","-w --artist %a --album %d --track %t --year %y --genre %g -b %b %w -o %m", "m4a"},|; \ s|mp3encode|encode|' \ ${WRKSRC}/src/gripcfg.c .for l in ${ISO_LOCALES} --- grip-3.2.0_4.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?20040608211355.822985E77>