diff options
author | drochner <drochner> | 2013-12-04 16:58:17 +0000 |
---|---|---|
committer | drochner <drochner> | 2013-12-04 16:58:17 +0000 |
commit | d81dffb7b4ad4ab2a25d21d27f06e8be87ef4536 (patch) | |
tree | d4841f9549822a5665b50d2e2e2a6574ddbd0efe /audio | |
parent | 55c31e06269f9e5479cb96689928fbc7332577ae (diff) | |
download | pkgsrc-d81dffb7b4ad4ab2a25d21d27f06e8be87ef4536.tar.gz |
update to 1.3.1
changes:
-database can contain arbitrary attributes now
-Add Opus audio support
-You can now transcode files to any audio format, rather than just MP3
-can guess tags from the filenames during import
-new id3v23 config option, writed tags in old format
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-beets/Makefile | 4 | ||||
-rw-r--r-- | audio/py-beets/PLIST | 8 | ||||
-rw-r--r-- | audio/py-beets/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile index 9c29e0302bf..47f3fce6b32 100644 --- a/audio/py-beets/Makefile +++ b/audio/py-beets/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2013/10/23 19:32:12 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2013/12/04 16:58:17 drochner Exp $ # -DISTNAME= v1.2.2 +DISTNAME= v1.3.1 PKGNAME= beets-${DISTNAME:S/v//} CATEGORIES= audio MASTER_SITES= https://github.com/sampsyo/beets/archive/ diff --git a/audio/py-beets/PLIST b/audio/py-beets/PLIST index efa98e887e2..84c43cc88ba 100644 --- a/audio/py-beets/PLIST +++ b/audio/py-beets/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2013/06/12 20:29:21 drochner Exp $ +@comment $NetBSD: PLIST,v 1.5 2013/12/04 16:58:17 drochner Exp $ bin/beet ${PYSITELIB}/${EGG_NAME}-nspkg.pth ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -102,6 +102,12 @@ ${PYSITELIB}/beetsplug/embedart.pyo ${PYSITELIB}/beetsplug/fetchart.py ${PYSITELIB}/beetsplug/fetchart.pyc ${PYSITELIB}/beetsplug/fetchart.pyo +${PYSITELIB}/beetsplug/fromfilename.py +${PYSITELIB}/beetsplug/fromfilename.pyc +${PYSITELIB}/beetsplug/fromfilename.pyo +${PYSITELIB}/beetsplug/ftintitle.py +${PYSITELIB}/beetsplug/ftintitle.pyc +${PYSITELIB}/beetsplug/ftintitle.pyo ${PYSITELIB}/beetsplug/fuzzy.py ${PYSITELIB}/beetsplug/fuzzy.pyc ${PYSITELIB}/beetsplug/fuzzy.pyo diff --git a/audio/py-beets/distinfo b/audio/py-beets/distinfo index 1a5d3d861e8..5ed1094bb2a 100644 --- a/audio/py-beets/distinfo +++ b/audio/py-beets/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/10/23 19:32:12 drochner Exp $ +$NetBSD: distinfo,v 1.6 2013/12/04 16:58:17 drochner Exp $ -SHA1 (py-beets/v1.2.2.tar.gz) = c79ed1bf6c129282a1cdc8bb8bb582a2e48d155c -RMD160 (py-beets/v1.2.2.tar.gz) = c5eb8f69d88efd7b03336f0eca14e99f89d83f08 -Size (py-beets/v1.2.2.tar.gz) = 620647 bytes +SHA1 (py-beets/v1.3.1.tar.gz) = b1a3e8172e839277740b5211c5f9bee0b4210913 +RMD160 (py-beets/v1.3.1.tar.gz) = c469c8b795ded6ee76e3e9834fe9febd45c649c8 +Size (py-beets/v1.3.1.tar.gz) = 640414 bytes |