ports/165757: [PATCH] audio/amarok: Remove audio/libtunepimp dependency

Jason E. Hale bsdkaffee at gmail.com
Tue Mar 6 00:20:11 UTC 2012


>Number:         165757
>Category:       ports
>Synopsis:       [PATCH] audio/amarok: Remove audio/libtunepimp dependency
>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:   Tue Mar 06 00:20: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 audio/libtunepimp support from audio/amarok
- audio/libtunepimp is deprecated as the MusicBrainz RDF webservice is no
  longer functional
	
>How-To-Repeat:
- Use attached diff
	
>Fix:

	

--- 2012-03-05-amarok.diff begins here ---
diff -ruN amarok.orig/Makefile amarok/Makefile
--- amarok.orig/Makefile	2012-03-05 16:31:14.000000000 -0500
+++ amarok/Makefile	2012-03-05 16:34:13.000000000 -0500
@@ -7,7 +7,7 @@
 
 PORTNAME=	amarok
 PORTVERSION=	1.4.10
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	audio kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	stable/${PORTNAME}/${PORTVERSION}/src
@@ -16,7 +16,6 @@
 COMMENT=	Media player for KDE
 
 LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib \
-		tunepimp.5:${PORTSDIR}/audio/libtunepimp \
 		mp4v2.10:${PORTSDIR}/multimedia/mp4v2 \
 		xine.2:${PORTSDIR}/multimedia/libxine
 
@@ -44,6 +43,7 @@
 .include <bsd.port.pre.mk>
 
 CONFIGURE_ARGS+=--without-exscalibar \
+		--without-musicbrainz \
 		--with-mp4v2 \
 		--with-mp4v2-dir=${PREFIX}
 
--- 2012-03-05-amarok.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list