diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-24 23:06:09 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-24 23:06:09 +0000 |
commit | fd88e0cd3e789013828b21043e4420b74e628342 (patch) | |
tree | ecbb51090eb97cba986eb0be85ac19e4233e8d30 | |
parent | 6ee10ddd710888c8a0da6d5555ca7b0f58bd5647 (diff) | |
download | ports-fd88e0cd3e789013828b21043e4420b74e628342.tar.gz ports-fd88e0cd3e789013828b21043e4420b74e628342.zip |
Notes
-rw-r--r-- | audio/grip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 32e68d640861..b2c40486754b 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -7,7 +7,7 @@ PORTNAME= grip PORTVERSION= 3.2.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -109,7 +109,7 @@ post-patch: @${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","--no-midside -w --artist %a --album %d --track %t --year %y --genre %g -b %b %w -o %m", "m4a"},|; \ + s|{"l3enc","-br %b %w %m","mp3"},|{"faac","--no-midside -w -q 100 --artist %a --album %d --track %t --title %n --year %y --genre %g -b %b %w -o %m", "m4a"},|; \ s|mp3encode|encode|' \ ${WRKSRC}/src/gripcfg.c .for l in ${ISO_LOCALES} |