Wed Jan 15 16:17:23 2014 UTC ()
update to 1.3.2
changes:
-new "echonest" and "mpdstats" plugins
-improvements to "duplicates", "lastgenre" and "lyrics" plugins
-fixes


(drochner)
diff -r1.7 -r1.8 pkgsrc/audio/py-beets/Makefile
diff -r1.5 -r1.6 pkgsrc/audio/py-beets/PLIST
diff -r1.6 -r1.7 pkgsrc/audio/py-beets/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/audio/py-beets/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/py-beets/Makefile 2013/12/04 16:58:17 1.7
+++ pkgsrc/audio/py-beets/Makefile 2014/01/15 16:17:23 1.8
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2013/12/04 16:58:17 drochner Exp $ 1# $NetBSD: Makefile,v 1.8 2014/01/15 16:17:23 drochner Exp $
2# 2#
3 3
4DISTNAME= v1.3.1 4DISTNAME= v1.3.2
5PKGNAME= beets-${DISTNAME:S/v//} 5PKGNAME= beets-${DISTNAME:S/v//}
6CATEGORIES= audio 6CATEGORIES= audio
7MASTER_SITES= https://github.com/sampsyo/beets/archive/ 7MASTER_SITES= https://github.com/sampsyo/beets/archive/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10#HOMEPAGE= https://github.com/sampsyo/beets 10#HOMEPAGE= https://github.com/sampsyo/beets
11HOMEPAGE= http://beets.radbox.org/ 11HOMEPAGE= http://beets.radbox.org/
12COMMENT= Music geek's media organizer 12COMMENT= Music geek's media organizer
13LICENSE= mit 13LICENSE= mit
14 14
15DEPENDS+= ${PYPKGPREFIX}-last-[0-9]*:../../audio/py-last 15DEPENDS+= ${PYPKGPREFIX}-last-[0-9]*:../../audio/py-last
16DEPENDS+= ${PYPKGPREFIX}-munkres-[0-9]*:../../math/py-munkres 16DEPENDS+= ${PYPKGPREFIX}-munkres-[0-9]*:../../math/py-munkres
17DEPENDS+= ${PYPKGPREFIX}-musicbrainz-ngs>=0.4:../../audio/py-musicbrainz-ngs 17DEPENDS+= ${PYPKGPREFIX}-musicbrainz-ngs>=0.4:../../audio/py-musicbrainz-ngs

cvs diff -r1.5 -r1.6 pkgsrc/audio/py-beets/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/py-beets/PLIST 2013/12/04 16:58:17 1.5
+++ pkgsrc/audio/py-beets/PLIST 2014/01/15 16:17:23 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2013/12/04 16:58:17 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.6 2014/01/15 16:17:23 drochner Exp $
2bin/beet 2bin/beet
3${PYSITELIB}/${EGG_NAME}-nspkg.pth 3${PYSITELIB}/${EGG_NAME}-nspkg.pth
4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
7${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 7${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
8${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt 8${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
9${PYSITELIB}/${EGG_INFODIR}/requires.txt 9${PYSITELIB}/${EGG_INFODIR}/requires.txt
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 10${PYSITELIB}/${EGG_INFODIR}/top_level.txt
11${PYSITELIB}/beets/__init__.py 11${PYSITELIB}/beets/__init__.py
12${PYSITELIB}/beets/__init__.pyc 12${PYSITELIB}/beets/__init__.pyc
13${PYSITELIB}/beets/__init__.pyo 13${PYSITELIB}/beets/__init__.pyo
14${PYSITELIB}/beets/autotag/__init__.py 14${PYSITELIB}/beets/autotag/__init__.py
@@ -83,26 +83,29 @@ ${PYSITELIB}/beetsplug/bpd/gstplayer.pyc @@ -83,26 +83,29 @@ ${PYSITELIB}/beetsplug/bpd/gstplayer.pyc
83${PYSITELIB}/beetsplug/bpd/gstplayer.pyo 83${PYSITELIB}/beetsplug/bpd/gstplayer.pyo
84${PYSITELIB}/beetsplug/chroma.py 84${PYSITELIB}/beetsplug/chroma.py
85${PYSITELIB}/beetsplug/chroma.pyc 85${PYSITELIB}/beetsplug/chroma.pyc
86${PYSITELIB}/beetsplug/chroma.pyo 86${PYSITELIB}/beetsplug/chroma.pyo
87${PYSITELIB}/beetsplug/convert.py 87${PYSITELIB}/beetsplug/convert.py
88${PYSITELIB}/beetsplug/convert.pyc 88${PYSITELIB}/beetsplug/convert.pyc
89${PYSITELIB}/beetsplug/convert.pyo 89${PYSITELIB}/beetsplug/convert.pyo
90${PYSITELIB}/beetsplug/discogs.py 90${PYSITELIB}/beetsplug/discogs.py
91${PYSITELIB}/beetsplug/discogs.pyc 91${PYSITELIB}/beetsplug/discogs.pyc
92${PYSITELIB}/beetsplug/discogs.pyo 92${PYSITELIB}/beetsplug/discogs.pyo
93${PYSITELIB}/beetsplug/duplicates.py 93${PYSITELIB}/beetsplug/duplicates.py
94${PYSITELIB}/beetsplug/duplicates.pyc 94${PYSITELIB}/beetsplug/duplicates.pyc
95${PYSITELIB}/beetsplug/duplicates.pyo 95${PYSITELIB}/beetsplug/duplicates.pyo
 96${PYSITELIB}/beetsplug/echonest.py
 97${PYSITELIB}/beetsplug/echonest.pyc
 98${PYSITELIB}/beetsplug/echonest.pyo
96${PYSITELIB}/beetsplug/echonest_tempo.py 99${PYSITELIB}/beetsplug/echonest_tempo.py
97${PYSITELIB}/beetsplug/echonest_tempo.pyc 100${PYSITELIB}/beetsplug/echonest_tempo.pyc
98${PYSITELIB}/beetsplug/echonest_tempo.pyo 101${PYSITELIB}/beetsplug/echonest_tempo.pyo
99${PYSITELIB}/beetsplug/embedart.py 102${PYSITELIB}/beetsplug/embedart.py
100${PYSITELIB}/beetsplug/embedart.pyc 103${PYSITELIB}/beetsplug/embedart.pyc
101${PYSITELIB}/beetsplug/embedart.pyo 104${PYSITELIB}/beetsplug/embedart.pyo
102${PYSITELIB}/beetsplug/fetchart.py 105${PYSITELIB}/beetsplug/fetchart.py
103${PYSITELIB}/beetsplug/fetchart.pyc 106${PYSITELIB}/beetsplug/fetchart.pyc
104${PYSITELIB}/beetsplug/fetchart.pyo 107${PYSITELIB}/beetsplug/fetchart.pyo
105${PYSITELIB}/beetsplug/fromfilename.py 108${PYSITELIB}/beetsplug/fromfilename.py
106${PYSITELIB}/beetsplug/fromfilename.pyc 109${PYSITELIB}/beetsplug/fromfilename.pyc
107${PYSITELIB}/beetsplug/fromfilename.pyo 110${PYSITELIB}/beetsplug/fromfilename.pyo
108${PYSITELIB}/beetsplug/ftintitle.py 111${PYSITELIB}/beetsplug/ftintitle.py
@@ -130,26 +133,29 @@ ${PYSITELIB}/beetsplug/lastgenre/genres- @@ -130,26 +133,29 @@ ${PYSITELIB}/beetsplug/lastgenre/genres-
130${PYSITELIB}/beetsplug/lastgenre/genres.txt 133${PYSITELIB}/beetsplug/lastgenre/genres.txt
131${PYSITELIB}/beetsplug/lyrics.py 134${PYSITELIB}/beetsplug/lyrics.py
132${PYSITELIB}/beetsplug/lyrics.pyc 135${PYSITELIB}/beetsplug/lyrics.pyc
133${PYSITELIB}/beetsplug/lyrics.pyo 136${PYSITELIB}/beetsplug/lyrics.pyo
134${PYSITELIB}/beetsplug/mbcollection.py 137${PYSITELIB}/beetsplug/mbcollection.py
135${PYSITELIB}/beetsplug/mbcollection.pyc 138${PYSITELIB}/beetsplug/mbcollection.pyc
136${PYSITELIB}/beetsplug/mbcollection.pyo 139${PYSITELIB}/beetsplug/mbcollection.pyo
137${PYSITELIB}/beetsplug/mbsync.py 140${PYSITELIB}/beetsplug/mbsync.py
138${PYSITELIB}/beetsplug/mbsync.pyc 141${PYSITELIB}/beetsplug/mbsync.pyc
139${PYSITELIB}/beetsplug/mbsync.pyo 142${PYSITELIB}/beetsplug/mbsync.pyo
140${PYSITELIB}/beetsplug/missing.py 143${PYSITELIB}/beetsplug/missing.py
141${PYSITELIB}/beetsplug/missing.pyc 144${PYSITELIB}/beetsplug/missing.pyc
142${PYSITELIB}/beetsplug/missing.pyo 145${PYSITELIB}/beetsplug/missing.pyo
 146${PYSITELIB}/beetsplug/mpdstats.py
 147${PYSITELIB}/beetsplug/mpdstats.pyc
 148${PYSITELIB}/beetsplug/mpdstats.pyo
143${PYSITELIB}/beetsplug/mpdupdate.py 149${PYSITELIB}/beetsplug/mpdupdate.py
144${PYSITELIB}/beetsplug/mpdupdate.pyc 150${PYSITELIB}/beetsplug/mpdupdate.pyc
145${PYSITELIB}/beetsplug/mpdupdate.pyo 151${PYSITELIB}/beetsplug/mpdupdate.pyo
146${PYSITELIB}/beetsplug/random.py 152${PYSITELIB}/beetsplug/random.py
147${PYSITELIB}/beetsplug/random.pyc 153${PYSITELIB}/beetsplug/random.pyc
148${PYSITELIB}/beetsplug/random.pyo 154${PYSITELIB}/beetsplug/random.pyo
149${PYSITELIB}/beetsplug/replaygain.py 155${PYSITELIB}/beetsplug/replaygain.py
150${PYSITELIB}/beetsplug/replaygain.pyc 156${PYSITELIB}/beetsplug/replaygain.pyc
151${PYSITELIB}/beetsplug/replaygain.pyo 157${PYSITELIB}/beetsplug/replaygain.pyo
152${PYSITELIB}/beetsplug/rewrite.py 158${PYSITELIB}/beetsplug/rewrite.py
153${PYSITELIB}/beetsplug/rewrite.pyc 159${PYSITELIB}/beetsplug/rewrite.pyc
154${PYSITELIB}/beetsplug/rewrite.pyo 160${PYSITELIB}/beetsplug/rewrite.pyo
155${PYSITELIB}/beetsplug/scrub.py 161${PYSITELIB}/beetsplug/scrub.py

cvs diff -r1.6 -r1.7 pkgsrc/audio/py-beets/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/py-beets/distinfo 2013/12/04 16:58:17 1.6
+++ pkgsrc/audio/py-beets/distinfo 2014/01/15 16:17:23 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2013/12/04 16:58:17 drochner Exp $ 1$NetBSD: distinfo,v 1.7 2014/01/15 16:17:23 drochner Exp $
2 2
3SHA1 (py-beets/v1.3.1.tar.gz) = b1a3e8172e839277740b5211c5f9bee0b4210913 3SHA1 (py-beets/v1.3.2.tar.gz) = 3490c35896580d57dd3c28b91b029ffd5f21d471
4RMD160 (py-beets/v1.3.1.tar.gz) = c469c8b795ded6ee76e3e9834fe9febd45c649c8 4RMD160 (py-beets/v1.3.2.tar.gz) = 10372117f7c20143fe94a4c957e36ad4db3fe44f
5Size (py-beets/v1.3.1.tar.gz) = 640414 bytes 5Size (py-beets/v1.3.2.tar.gz) = 656681 bytes