ports/165753: [PATCH] multimedia/totem: Remove dependency on audio/libmusicbrainz
Jason E. Hale
bsdkaffee at gmail.com
Mon Mar 5 21:30:10 UTC 2012
>Number: 165753
>Category: ports
>Synopsis: [PATCH] multimedia/totem: Remove dependency on audio/libmusicbrainz
>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 at mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386
>Description:
- Remove the dependency of audio/libmusicbrainz from multimedia/totem
- audio/libmusicbrainz doesn't appear to be used anywhere in the build; it is
deprecated since the MusicBrainz RDF webservice is no longer functional
>How-To-Repeat:
- Use attached diff
>Fix:
--- 2012-03-05-totem.diff begins here ---
diff -ruN totem.orig/Makefile totem/Makefile
--- totem.orig/Makefile 2012-03-05 15:40:33.000000000 -0500
+++ totem/Makefile 2012-03-05 15:44:31.000000000 -0500
@@ -8,7 +8,7 @@
PORTNAME= totem
PORTVERSION= 2.32.0
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -17,8 +17,7 @@
COMMENT?= A gstreamer-based video player for the GNOME 2 Desktop
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS= musicbrainz:${PORTSDIR}/audio/libmusicbrainz \
- gdata.7:${PORTSDIR}/devel/libgdata \
+LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/libgdata \
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
--- 2012-03-05-totem.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list