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:   ports/165753: [PATCH] multimedia/totem: Remove dependency on audio/libmusicbrainz
Message-ID:  <4f552e22.aab9340a.4fa3.ffff8a67@mx.google.com>
Resent-Message-ID: <201203052130.q25LU9FG033649@freefall.freebsd.org>

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

>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@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:



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