From f5ba0f1d81ffb0328be99b2464b8a4839e3d6924 Mon Sep 17 00:00:00 2001 From: ak Date: Fri, 9 Mar 2012 05:25:53 +0000 Subject: - Remove the audio/libmusicbrainz option from sysutils/k3b audio/libmusicbrainz is deprecated as the MusicBrainz RDF webservice is no longer functional PR: ports/165749 Submitted by: Jason E. Hale Approved by: eadler (mentor) Feature safe: yes --- sysutils/k3b/Makefile | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'sysutils/k3b') diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index 8b3b154bbe28..763154515d36 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -7,7 +7,7 @@ PORTNAME= k3b PORTVERSION= 1.0.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils multimedia kde MASTER_SITES= SF @@ -23,7 +23,8 @@ USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-k3bsetup=no \ --without-resmgr \ --without-hal \ - --without-musepack + --without-musepack \ + --without-musicbrainz USE_GMAKE= yes USE_CDRTOOLS= yes USE_LDCONFIG= yes @@ -36,7 +37,6 @@ OPTIONS= ALSA "Add audio/alsa-lib support" Off \ FLAC "Add audio/flac decoder" On \ LAME "Add audio/lame encoder (for mp3 files)" On \ LIBDVDREAD "Use libdvdread (for video dvd ripping)" On \ - MUSICBRAINZ "Use audio/libmusicbrainz music meta database" Off \ NORMALIZE "Add Normalize (adjust audio to a std. level)" Off \ SOX "Add SoX (more audio encoding formats)" Off \ TRANSCODE "Add Transcode (for DVD ripping)" Off \ @@ -85,14 +85,6 @@ PLIST_SUB+= FFMPEG="@comment " CONFIGURE_ARGS+= --without-ffmpeg .endif -.if defined(WITH_MUSICBRAINZ) -PLIST_SUB+= MUSICBRAINZ="" -LIB_DEPENDS+= musicbrainz:${PORTSDIR}/audio/libmusicbrainz -.else -PLIST_SUB+= MUSICBRAINZ="@comment " -CONFIGURE_ARGS+= --without-musicbrainz -.endif - .if defined(WITH_LIBDVDREAD) PLIST_SUB+= LIBDVDREAD="" LIB_DEPENDS+= dvdread.4:${PORTSDIR}/multimedia/libdvdread -- cgit