Date: Mon, 05 Mar 2012 13:20:35 -0800 (PST) From: "Jason E. Hale" <bsdkaffee@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165754: [PATCH] multimedia/gmerlin: Remove musicbrainz option Message-ID: <4f552e23.aab9340a.4fa3.ffff8a68@mx.google.com> Resent-Message-ID: <201203052130.q25LUASf033672@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165754 >Category: ports >Synopsis: [PATCH] multimedia/gmerlin: Remove musicbrainz option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 05 21:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 9.0-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386 >Description: - Remove the dependency of audio/libmusicbrainz from multimedia/gmerlin - audio/libmusicbrainz is deprecated since the MusicBrainz RDF webservice is no longer functional >How-To-Repeat: - Use attached diff >Fix: --- 2012-03-05-gmerlin.diff begins here --- diff -ruN gmerlin.orig/Makefile gmerlin/Makefile --- gmerlin.orig/Makefile 2012-03-05 15:47:53.000000000 -0500 +++ gmerlin/Makefile 2012-03-05 15:49:07.000000000 -0500 @@ -7,7 +7,7 @@ PORTNAME= gmerlin PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= SF @@ -20,7 +20,6 @@ QUICKTIME "Enable QuickTime support" on \ VISUAL "Enable libvisual support" on \ CDIO "Enable libcdio support" on \ - MUSICBRAINZ "Enable MusicBrainz support" on \ CDDB "Enable CDDB support" on \ ESOUND "Enable ESounD support" off \ JACK "Enable Jack support" on \ @@ -43,7 +42,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa --disable-v4l --disable-v4l2 \ --disable-camelot --disable-alsamixer --disable-v4lconvert \ - --without-doxygen --without-cpuflags + --without-doxygen --without-cpuflags --disable-musicbrainz USE_LDCONFIG= yes INSTALL_ICONS= yes @@ -85,12 +84,6 @@ PLIST_SUB+= CDIO="@comment " .endif -.if !defined(WITHOUT_MUSICBRAINZ) -LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz -.else -CONFIGURE_ARGS+=--disable-musicbrainz -.endif - .if !defined(WITHOUT_CDDB) LIB_DEPENDS+= cddb.4:${PORTSDIR}/audio/libcddb .else --- 2012-03-05-gmerlin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f552e23.aab9340a.4fa3.ffff8a68>