Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Mar 2012 16:14:10 -0800 (PST)
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        makc@FreeBSD.org
Subject:   ports/165759: [PATCH] audio/kid3-kde4: Remove audio/libtunepimp dependency
Message-ID:  <4f5556d2.731c340a.1d71.ffffa300@mx.google.com>
Resent-Message-ID: <201203060020.q260KAPc018177@freefall.freebsd.org>

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

>Number:         165759
>Category:       ports
>Synopsis:       [PATCH] audio/kid3-kde4: 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:10 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 audio/libtunepimp support from audio/kid3-kde4  
- audio/libtunepimp is deprecated as the MusicBrainz RDF webservice is no
  longer functional
	
>How-To-Repeat:
- Use attached diff
	
>Fix:

	

--- 2012-03-05-kid3-kde4.diff begins here ---
diff -ruN kid3-kde4.orig/Makefile kid3-kde4/Makefile
--- kid3-kde4.orig/Makefile	2012-03-05 16:38:44.000000000 -0500
+++ kid3-kde4/Makefile	2012-03-05 16:41:35.000000000 -0500
@@ -7,7 +7,7 @@
 
 PORTNAME=	kid3
 PORTVERSION=	2.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio kde
 MASTER_SITES=	SF
 
@@ -26,12 +26,13 @@
 USE_GETTEXT=	yes
 MAKE_JOBS_SAFE=	yes
 
+CMAKE_ARGS=	-DWITH_TUNEPIMP=OFF
+
 OPTIONS=	FLAC "Support for FLAC files" on \
 		ID3LIB "Support for mp3 files" on \
 		MP4V2 "Support for mp4 files" on \
 		VORBIS "Support for Ogg/Vorbis files" on \
-		TAGLIB "Support for various audio formats" on \
-		TUNEPIMP "Support for MusicBrainz service" on
+		TAGLIB "Support for various audio formats" on
 
 .include <bsd.port.options.mk>
 
@@ -71,13 +72,6 @@
 LIB_DEPENDS+=	tag.1:${PORTSDIR}/audio/taglib
 .endif
 
-.if defined(WITHOUT_TUNEPIMP)
-CMAKE_ARGS+=	-DWITH_TUNEPIMP=OFF
-.else
-CMAKE_ARGS+=	-DWITH_TUNEPIMP=ON
-LIB_DEPENDS+=	tunepimp.5:${PORTSDIR}/audio/libtunepimp
-.endif
-
 pre-configure:
 	${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/CMakeLists.txt
 
--- 2012-03-05-kid3-kde4.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?4f5556d2.731c340a.1d71.ffffa300>