Date: Mon, 05 Mar 2012 16:14:08 -0800 (PST) From: "Jason E. Hale" <bsdkaffee@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165757: [PATCH] audio/amarok: Remove audio/libtunepimp dependency Message-ID: <4f5556d0.731c340a.1d71.ffffa2fd@mx.google.com> Resent-Message-ID: <201203060020.q260K90U018134@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f5556d0.731c340a.1d71.ffffa2fd>