On 08/27/15 13:00, Fred wrote:
Hi,

Attached is an update to picard to release version 1.3.2.

So far with my testing on amd64 it appears to working well.

Cheers

Fred

Sorry the diff was missing the following Makefile diff.

Thanks to Tim for spotting this.

I will fix it up and resubmit the whole thing shortly.

Thanks

Fred


Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/picard/Makefile,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 Makefile
--- Makefile    30 Jul 2015 15:09:27 -0000      1.18
+++ Makefile    27 Aug 2015 15:10:14 -0000
@@ -2,9 +2,8 @@

 COMMENT =              automatic audio files tagger using the MusicBrainz 
database

-MODPY_EGG_VERSION =    0.16
+MODPY_EGG_VERSION =    1.3.2
 DISTNAME =             picard-${MODPY_EGG_VERSION}
-REVISION =             1

 CATEGORIES =           audio

@@ -18,8 +17,9 @@ PERMIT_PACKAGE_CDROM =        Yes
 WANTLIB += ${MODPY_WANTLIB}
 WANTLIB += avcodec avformat m ofa pthread stdc++

-MASTER_SITES =         http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
-                       ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/
+GH_ACCOUNT =   musicbrainz
+GH_PROJECT =   picard
+GH_TAGNAME =   ${MODPY_EGG_VERSION}

 MODULES =              lang/python

@@ -39,11 +39,14 @@ RUN_DEPENDS =               x11/py-qt4>=4.1 \

 TEST_DEPENDS =         ${BASE_PKGPATH}

-PLUGINS_DIRS =         lastfm \
-                       lastfmplus \
-                       replaygain
-PLUGINS =              classicdiscnumber.py \
-                       coverart.py \
+PLUGINS_DIRS = lastfm \
+                               lastfmplus \
+                               replaygain \
+                               viewvariables
+
+PLUGINS =      addrelease.py \
+                       albumartist_website.py \
+                       classicdiscnumber.py \
                        cuesheet.py \
                        discnumber.py \
                        featartist.py \
@@ -54,14 +57,17 @@ PLUGINS =           classicdiscnumber.py \
                        lastfmplus/__init__.py \
                        lastfmplus/ui_options_lastfm.py \
                        no_release.py \
-                       open_in_gui.py \
                        release_type.py \
                        replaygain/__init__.py \
                        replaygain/options_replaygain.ui \
                        replaygain/ui_options_replaygain.py \
-                       swapprefix.py \
+                       sort_multivalue_tags.py \
+                       standardise_performers.py \
                        titlecase.py \
-                       tracks2clipboard.py
+                       tracks2clipboard.py \
+                       viewvariables/__init__.py \
+                       viewvariables/ui_variables_dialog.py \
+                       viewvariables/variables_dialog.ui

 pre-configure:
        ${SUBST_CMD} ${WRKSRC}/setup.py

Reply via email to