Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Mar 2012 13:20:34 -0800 (PST)
From:      Jason E. Hale <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   [PATCH] multimedia/totem: Remove dependency on audio/libmusicbrainz
Message-ID:  <4f552e22.aab9340a.4fa3.ffff8a67@mx.google.com>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Jason E. Hale
>Organization:	none 
>Confidential:	no 
>Synopsis:	[PATCH] multimedia/totem: Remove dependency on audio/libmusicbrainz 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		update 
>Release:	FreeBSD 9.0-RELEASE i386
>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/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 ---





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f552e22.aab9340a.4fa3.ffff8a67>