aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2007-01-25 18:24:58 +0800
committervd <vd@FreeBSD.org>2007-01-25 18:24:58 +0800
commitc8ca6d5e97009027dae9f9959208f0aae6ba767f (patch)
tree2794b8d7d5963dafa6dacd3e729aaac59a0a9a8f /audio
parente3e32a0a19034ce869ae26a649a0dcf9ee6371c8 (diff)
downloadfreebsd-ports-gnome-c8ca6d5e97009027dae9f9959208f0aae6ba767f.tar.gz
freebsd-ports-gnome-c8ca6d5e97009027dae9f9959208f0aae6ba767f.tar.zst
freebsd-ports-gnome-c8ca6d5e97009027dae9f9959208f0aae6ba767f.zip
Get rid of audio/mp3encode dependency, it is deprecated and will be removed
shortly. Approved by: maintainer (implicitly)
Diffstat (limited to 'audio')
-rw-r--r--audio/grip/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
index de30a23b23bb..892c428f9363 100644
--- a/audio/grip/Makefile
+++ b/audio/grip/Makefile
@@ -7,7 +7,7 @@
PORTNAME= grip
PORTVERSION= 3.2.0
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -39,8 +39,7 @@ OPTIONS+= LAME "Encoder: lame: Install audio/lame" on \
OPTIONS+= 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
+ GOGO "Encoder: gogo: Install audio/gogo" off
ISO_LOCALES= de es fr pt_BR
@@ -83,10 +82,6 @@ RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac
RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo
.endif
-.if defined(WITH_MP3ENCODE)
-RUN_DEPENDS+= encode:${PORTSDIR}/audio/mp3encode
-.endif
-
.if !defined(WITHOUT_LAME)
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
.endif
@@ -110,8 +105,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 -q 100 --artist %a --album %d --track %t --title %n --year %y --genre %g -b %b %w -o %m", "m4a"},|; \
- s|mp3encode|encode|' \
+ 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"},|' \
${WRKSRC}/src/gripcfg.c
.for l in ${ISO_LOCALES}
@${MV} ${WRKSRC}/po/${l}.po ${WRKSRC}/po/_${l}.po