ports/119049: new version of picard program (audio/picard) is available

Richard Todd rmtodd at servalan.servalan.com
Wed Dec 26 23:10:02 UTC 2007


>Number:         119049
>Category:       ports
>Synopsis:       new version of picard program (audio/picard) is available
>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:   Wed Dec 26 23:10:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Richard Todd
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ichotolot.servalan.com 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Tue Dec 25 17:48:56 CST 2007 rmtodd at ichotolot.servalan.com:/usr/obj/usr/src/sys/ICHOTOLOTSMP i386


	
>Description:
	A new version of the "picard" audio-file-retagger program is available
	from the MusicBrainz people, version 0.9.0 (came out Dec. 16),
	obsoleting the 0.7.2 version currently in ports.  
>How-To-Repeat:
	Um, go to http://musicbrainz.org/doc/PicardDownload and notice they've
        got a new version out.  
>Fix:
      The following patch updates the port to version 0.9.0.  (Note that
      the new version of Picard uses PyQT, not Python/WXGTK).  I think I've
      got all the dependency goo right. 

Index: Makefile
===================================================================
RCS file: /usr/FreeBSDCVS/ports/audio/picard/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	29 Jul 2007 13:35:50 -0000	1.10
+++ Makefile	26 Dec 2007 20:56:04 -0000
@@ -6,22 +6,19 @@
 #
 
 PORTNAME=	picard
-DISTVERSION=	0.7.2
-PORTREVISION=	1
+DISTVERSION=	0.9.0
 CATEGORIES=	audio python
-MASTER_SITES=	https://helixcommunity.org/frs/download.php/2252/
+MASTER_SITES=	http://ftp.musicbrainz.org/pub/musicbrainz/picard/
 
 MAINTAINER=	alexbl at FreeBSD.org
 COMMENT=	Next generation MusicBrainzTagger
 
 LIB_DEPENDS=	ofa.0:${PORTSDIR}/audio/libofa
-RUN_DEPENDS=	\
-		${PYTHON_SITELIBDIR}/tunepimp/__init__.py:${PORTSDIR}/audio/py-libtunepimp \
-		${PYTHON_SITELIBDIR}/musicbrainz2/__init__.py:${PORTSDIR}/audio/py-musicbrainz2
-
-USE_WX=		2.6
-WX_COMPS=	python
-WX_UNICODE=	yes
+RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen \
+		${PYTHON_SITELIBDIR}/PyQt4/__init__.py:${PORTSDIR}/devel/py-qt4-core \
+		${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \
+		${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \
+		${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:${PORTSDIR}/textproc/py-qt4-xml
 
 USE_GETTEXT=	yes
 USE_PYTHON=	yes
Index: distinfo
===================================================================
RCS file: /usr/FreeBSDCVS/ports/audio/picard/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	31 Oct 2006 01:45:09 -0000	1.3
+++ distinfo	26 Dec 2007 20:58:40 -0000
@@ -1,3 +1,3 @@
-MD5 (picard-0.7.2.tar.gz) = 840d2202a792a36fc981fd691c8c49a5
-SHA256 (picard-0.7.2.tar.gz) = 2c5a5b9919300538c3950241b005b7171f733d573434b01d3c435a45a0c1e104
-SIZE (picard-0.7.2.tar.gz) = 329136
+MD5 (picard-0.9.0.tar.gz) = 51c6f1d512b5a4e95d385e1dfe2b8aab
+SHA256 (picard-0.9.0.tar.gz) = 5235de52a8e537b24be774a2ebdabd84679bf5adccf8a28766f8be9153a726b3
+SIZE (picard-0.9.0.tar.gz) = 401571




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



More information about the freebsd-ports-bugs mailing list