diff options
author | ahze <ahze@FreeBSD.org> | 2005-05-20 06:17:09 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-05-20 06:17:09 +0800 |
commit | 02512b0618d524a7e2abbbaec9b0c4155a165293 (patch) | |
tree | ecf185e5f4211c7d6a2f5b5e33583c93fb0c7284 /audio/grip | |
parent | bfbc7f87fb84acf3d4bbb45238332359aee0cbfe (diff) | |
download | freebsd-ports-gnome-02512b0618d524a7e2abbbaec9b0c4155a165293.tar.gz freebsd-ports-gnome-02512b0618d524a7e2abbbaec9b0c4155a165293.tar.zst freebsd-ports-gnome-02512b0618d524a7e2abbbaec9b0c4155a165293.zip |
- Add --no-midside to faac encoding since new mpeg4ip does weird things
to aac files and doesn't sound quite right in iTunes w/o it. Sounds
good in xmms with or with out --no-midside.
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index d4f0dfd25b93..506b52b0b0bb 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -110,7 +110,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","-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 --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} |