diff options
author | drochner <drochner> | 2013-05-04 13:27:22 +0000 |
---|---|---|
committer | drochner <drochner> | 2013-05-04 13:27:22 +0000 |
commit | f16755e3813211ba432c875a282c2e113746e46f (patch) | |
tree | fe2edaa00692e0a199905d12310d0279d5d6ca93 /audio | |
parent | f8de3407511201a985b90f6dc552425073625428 (diff) | |
download | pkgsrc-f16755e3813211ba432c875a282c2e113746e46f.tar.gz |
update to 1.1.0
changes:
-configuration file is YAML now, many new and changed options
-new and renamed plugins
-improved support for mp3g4/aac/asf files
-many fixes and improvements
pkgsrc change: installs without python version specific prefix/suffix
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-beets/Makefile | 15 | ||||
-rw-r--r-- | audio/py-beets/PLIST | 29 | ||||
-rw-r--r-- | audio/py-beets/distinfo | 8 |
3 files changed, 33 insertions, 19 deletions
diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile index 501e75902b8..dc0b866f814 100644 --- a/audio/py-beets/Makefile +++ b/audio/py-beets/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2013/03/14 21:36:19 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2013/05/04 13:27:22 drochner Exp $ # -DISTNAME= v1.0.0 -PKGNAME= ${PYPKGPREFIX}-beets-${DISTNAME:S/v//} +DISTNAME= v1.1.0 +PKGNAME= beets-${DISTNAME:S/v//} CATEGORIES= audio MASTER_SITES= https://github.com/sampsyo/beets/archive/ @@ -20,14 +20,15 @@ DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 +.include "../../lang/python/pyversion.mk" +.if empty(PYPKGPREFIX:Mpy27) +DEPENDS+= ${PYPKGPREFIX}-ordereddict-[0-9]*:../../devel/py-ordereddict +.endif + DIST_SUBDIR= py-beets WRKSRC= ${WRKDIR}/beets-${DISTNAME:S/v//} USE_LANGUAGES= # none -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} EGG_NAME= beets-${DISTNAME:S/v//} -post-install: - ${MV} ${DESTDIR}${PREFIX}/bin/beet ${DESTDIR}${PREFIX}/bin/beet${PYVERSSUFFIX} - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/py-beets/PLIST b/audio/py-beets/PLIST index c5b3eda2c1e..9fa5dee3a65 100644 --- a/audio/py-beets/PLIST +++ b/audio/py-beets/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2013/03/14 21:36:19 drochner Exp $ -bin/beet${PYVERSSUFFIX} +@comment $NetBSD: PLIST,v 1.3 2013/05/04 13:27:22 drochner Exp $ +bin/beet ${PYSITELIB}/${EGG_NAME}-nspkg.pth ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -23,6 +23,7 @@ ${PYSITELIB}/beets/autotag/match.pyo ${PYSITELIB}/beets/autotag/mb.py ${PYSITELIB}/beets/autotag/mb.pyc ${PYSITELIB}/beets/autotag/mb.pyo +${PYSITELIB}/beets/config_default.yaml ${PYSITELIB}/beets/importer.py ${PYSITELIB}/beets/importer.pyc ${PYSITELIB}/beets/importer.pyo @@ -41,6 +42,9 @@ ${PYSITELIB}/beets/ui/__init__.pyo ${PYSITELIB}/beets/ui/commands.py ${PYSITELIB}/beets/ui/commands.pyc ${PYSITELIB}/beets/ui/commands.pyo +${PYSITELIB}/beets/ui/migrate.py +${PYSITELIB}/beets/ui/migrate.pyc +${PYSITELIB}/beets/ui/migrate.pyo ${PYSITELIB}/beets/util/__init__.py ${PYSITELIB}/beets/util/__init__.pyc ${PYSITELIB}/beets/util/__init__.pyo @@ -50,6 +54,9 @@ ${PYSITELIB}/beets/util/artresizer.pyo ${PYSITELIB}/beets/util/bluelet.py ${PYSITELIB}/beets/util/bluelet.pyc ${PYSITELIB}/beets/util/bluelet.pyo +${PYSITELIB}/beets/util/confit.py +${PYSITELIB}/beets/util/confit.pyc +${PYSITELIB}/beets/util/confit.pyo ${PYSITELIB}/beets/util/enumeration.py ${PYSITELIB}/beets/util/enumeration.pyc ${PYSITELIB}/beets/util/enumeration.pyo @@ -86,9 +93,9 @@ ${PYSITELIB}/beetsplug/embedart.pyo ${PYSITELIB}/beetsplug/fetchart.py ${PYSITELIB}/beetsplug/fetchart.pyc ${PYSITELIB}/beetsplug/fetchart.pyo -${PYSITELIB}/beetsplug/fuzzy_search.py -${PYSITELIB}/beetsplug/fuzzy_search.pyc -${PYSITELIB}/beetsplug/fuzzy_search.pyo +${PYSITELIB}/beetsplug/fuzzy.py +${PYSITELIB}/beetsplug/fuzzy.pyc +${PYSITELIB}/beetsplug/fuzzy.pyo ${PYSITELIB}/beetsplug/ihate.py ${PYSITELIB}/beetsplug/ihate.pyc ${PYSITELIB}/beetsplug/ihate.pyo @@ -112,12 +119,15 @@ ${PYSITELIB}/beetsplug/lyrics.pyo ${PYSITELIB}/beetsplug/mbcollection.py ${PYSITELIB}/beetsplug/mbcollection.pyc ${PYSITELIB}/beetsplug/mbcollection.pyo +${PYSITELIB}/beetsplug/mbsync.py +${PYSITELIB}/beetsplug/mbsync.pyc +${PYSITELIB}/beetsplug/mbsync.pyo ${PYSITELIB}/beetsplug/mpdupdate.py ${PYSITELIB}/beetsplug/mpdupdate.pyc ${PYSITELIB}/beetsplug/mpdupdate.pyo -${PYSITELIB}/beetsplug/rdm.py -${PYSITELIB}/beetsplug/rdm.pyc -${PYSITELIB}/beetsplug/rdm.pyo +${PYSITELIB}/beetsplug/random.py +${PYSITELIB}/beetsplug/random.pyc +${PYSITELIB}/beetsplug/random.pyo ${PYSITELIB}/beetsplug/replaygain.py ${PYSITELIB}/beetsplug/replaygain.pyc ${PYSITELIB}/beetsplug/replaygain.pyo @@ -127,6 +137,9 @@ ${PYSITELIB}/beetsplug/rewrite.pyo ${PYSITELIB}/beetsplug/scrub.py ${PYSITELIB}/beetsplug/scrub.pyc ${PYSITELIB}/beetsplug/scrub.pyo +${PYSITELIB}/beetsplug/smartplaylist.py +${PYSITELIB}/beetsplug/smartplaylist.pyc +${PYSITELIB}/beetsplug/smartplaylist.pyo ${PYSITELIB}/beetsplug/the.py ${PYSITELIB}/beetsplug/the.pyc ${PYSITELIB}/beetsplug/the.pyo diff --git a/audio/py-beets/distinfo b/audio/py-beets/distinfo index a0a8865e217..20128598825 100644 --- a/audio/py-beets/distinfo +++ b/audio/py-beets/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/03/14 13:57:55 wiz Exp $ +$NetBSD: distinfo,v 1.2 2013/05/04 13:27:22 drochner Exp $ -SHA1 (py-beets/v1.0.0.tar.gz) = ee38e616420c794f815db0272de1c3a51c3bd9c8 -RMD160 (py-beets/v1.0.0.tar.gz) = 0b49636c694a7e8e0ae52d8f3dfa3f4613ce8b58 -Size (py-beets/v1.0.0.tar.gz) = 529047 bytes +SHA1 (py-beets/v1.1.0.tar.gz) = 0540fde24092bd21b109858ba3e6712bef6459b4 +RMD160 (py-beets/v1.1.0.tar.gz) = b97946f1d61c2537e81aee651cffac52d51987a0 +Size (py-beets/v1.1.0.tar.gz) = 592370 bytes |