Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Mar 2012 16:14:11 -0800 (PST)
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kde@FreeBSD.org
Subject:   ports/165761: [PATCH] multimedia/kdemultimedia4: Remove audio/libtunepimp dependency
Message-ID:  <4f5556d3.731c340a.1d71.ffffa303@mx.google.com>
Resent-Message-ID: <201203060020.q260KBm3018234@freefall.freebsd.org>

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

>Number:         165761
>Category:       ports
>Synopsis:       [PATCH] multimedia/kdemultimedia4: 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:11 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 multimedia/kdemultimedia4
- audio/libtunepimp is deprecated as the MusicBrainz RDF webservice is no
  longer functional
- juk is the only consumer of libtunepimp in this port but will work without it
	
>How-To-Repeat:
- Use attached diff
	
>Fix:

	

--- 2012-03-05-kdemultimedia4.diff begins here ---
diff -ruN kdemultimedia4.orig/Makefile kdemultimedia4/Makefile
--- kdemultimedia4.orig/Makefile	2012-03-05 15:32:18.000000000 -0500
+++ kdemultimedia4/Makefile	2012-03-05 18:33:59.000000000 -0500
@@ -6,7 +6,7 @@
 
 PORTNAME=	kdemultimedia
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia kde ipv6
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src
@@ -21,7 +21,6 @@
 		tag.1:${PORTSDIR}/audio/taglib \
 		vorbis.4:${PORTSDIR}/audio/libvorbis \
 		musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \
-		tunepimp.5:${PORTSDIR}/audio/libtunepimp \
 		xine.2:${PORTSDIR}/multimedia/libxine \
 		swscale.1:${PORTSDIR}/multimedia/ffmpeg
 
@@ -39,6 +38,8 @@
 USE_BZIP2=	yes
 MAKE_JOBS_SAFE=	yes
 
+CMAKE_ARGS=	-DWITH_TunePimp:BOOL=OFF
+
 OPTIONS=	ALSA "Build with ALSA compatibility library" off \
 		PULSEAUDIO "KMix control for PulseAudio" off
 
--- 2012-03-05-kdemultimedia4.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?4f5556d3.731c340a.1d71.ffffa303>