summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2017-02-08 14:21:26 +0000
committerwiz <wiz>2017-02-08 14:21:26 +0000
commit3ca8f4cd8cfc926ad71ffe141d8d331bd4b6a513 (patch)
treee1688a2db9e2a91d8c403ee95299e6b84fe2a94d /audio
parent7ac75b8be1fcd33b1d2ec9a00e3dc42293f82dd1 (diff)
downloadpkgsrc-3ca8f4cd8cfc926ad71ffe141d8d331bd4b6a513.tar.gz
Updated eyeD3 to 0.7.10.
0.7.10 - 12.10.2016 (Hollow) Bug Fixes: [issue 97] - Missing import [issue 105] - Fix the rendering of default constructed id3.TagHeader Fixed Tag.frameiter 0.7.9 - 11.27.2015 (Collapse/Failure) New Features: process files and directories in a sorted fashion. <Hans-Peter Jansen> display the ellipsis file name and path, and the file size right justified in printHeader. <Hans-Peter Jansen> stating to be unable to find a valid mp3 frame without a hint, where this happened is rather unfortunate. I noticed this from using eyed3.load() calls. <Hans-Peter Jansen> [fixup plugin] - Better compilation support. Bug Fixes: Fixed missing ‘math’ import. [issue 81] - Replaced invalid Unicode. [issue 91] - Disabled ANSI codes on Windows [issue 92] - More friendly logging (as a module) 0.7.8 - 05.25.2015 (Chartsengrafs) New Features: [pymod plugin] – A more procedural plugin interface with modules. [art plugin] – Extract tag art to image files, or add images to tags. eyed3.utils.art - High level tag art API eyed3.id3.frames.ImageFrame.makeFileName produces the file extension .jpg instead of .jpeg for JPEG mime-types. Added eyed3.utils.makeUniqueFileName for better reuse. [statistics plugin] – Less score deduction for lower bit rates. Split example plugins module into discrete plugin modules. [fixup plugin] – Added –fix-case for applying title() to names [fixup plugin] – Detects and optionally removes files determined to be cruft. eyed3.id3.Tag – Added frameiter method for iterating over tag frames. Added optional preserve_file_time argument to eyed3.id3.Tag.remove. Removed python-magic dependency, it not longer offers any value (AFAICT). Bug Fixes: [issue 50] Crashing on –remove-frame PRIV [issue 75] Parse lameinfo even if crc16 is not correct [issue 77] Typo in docs/installation.rst [issue 79] Request to update the GPL License in source files Fixes to eyed3.id3.tag.TagTemplate when expanding empty dates. eyed3.plugins.Plugin.handleDone return code is not actually used. [classic plugin] – Fixed ID3v1 –verbose bug. [fixup plugin] – Better date handling, album type, and many bug fixes. 0.7.6 / 0.7.7 - Skipped
Diffstat (limited to 'audio')
-rw-r--r--audio/eyeD3/Makefile9
-rw-r--r--audio/eyeD3/PLIST24
-rw-r--r--audio/eyeD3/distinfo10
3 files changed, 22 insertions, 21 deletions
diff --git a/audio/eyeD3/Makefile b/audio/eyeD3/Makefile
index e7c42b574bd..3d86fa847ac 100644
--- a/audio/eyeD3/Makefile
+++ b/audio/eyeD3/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:22 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/02/08 14:21:26 wiz Exp $
-DISTNAME= eyeD3-0.7.5
+DISTNAME= eyeD3-0.7.10
CATEGORIES= audio
-MASTER_SITES= http://eyed3.nicfit.net/releases/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= ${MASTER_SITE_PYPI:=e/eyeD3/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://eyed3.nicfit.net/
@@ -18,7 +17,7 @@ SUBST_CLASSES+= python
SUBST_SED.python+= -e "s,python,${PYTHONBIN},"
SUBST_MESSAGE.python= Fixing path to python executable.
SUBST_FILES.python+= bin/eyeD3
-SUBST_STAGE.python+= post-configure
+SUBST_STAGE.python= post-configure
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/eyeD3/PLIST b/audio/eyeD3/PLIST
index 741d3e9c586..19f135dd154 100644
--- a/audio/eyeD3/PLIST
+++ b/audio/eyeD3/PLIST
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/04 11:05:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/02/08 14:21:26 wiz Exp $
bin/eyeD3
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/eyed3/__init__.py
${PYSITELIB}/eyed3/__init__.pyc
@@ -46,30 +45,30 @@ ${PYSITELIB}/eyed3/mp3/headers.pyo
${PYSITELIB}/eyed3/plugins/__init__.py
${PYSITELIB}/eyed3/plugins/__init__.pyc
${PYSITELIB}/eyed3/plugins/__init__.pyo
-${PYSITELIB}/eyed3/plugins/_amazon.py
-${PYSITELIB}/eyed3/plugins/_amazon.pyc
-${PYSITELIB}/eyed3/plugins/_amazon.pyo
+${PYSITELIB}/eyed3/plugins/art.py
+${PYSITELIB}/eyed3/plugins/art.pyc
+${PYSITELIB}/eyed3/plugins/art.pyo
${PYSITELIB}/eyed3/plugins/classic.py
${PYSITELIB}/eyed3/plugins/classic.pyc
${PYSITELIB}/eyed3/plugins/classic.pyo
-${PYSITELIB}/eyed3/plugins/examples.py
-${PYSITELIB}/eyed3/plugins/examples.pyc
-${PYSITELIB}/eyed3/plugins/examples.pyo
${PYSITELIB}/eyed3/plugins/fixup.py
${PYSITELIB}/eyed3/plugins/fixup.pyc
${PYSITELIB}/eyed3/plugins/fixup.pyo
+${PYSITELIB}/eyed3/plugins/genres.py
+${PYSITELIB}/eyed3/plugins/genres.pyc
+${PYSITELIB}/eyed3/plugins/genres.pyo
${PYSITELIB}/eyed3/plugins/itunes.py
${PYSITELIB}/eyed3/plugins/itunes.pyc
${PYSITELIB}/eyed3/plugins/itunes.pyo
${PYSITELIB}/eyed3/plugins/lameinfo.py
${PYSITELIB}/eyed3/plugins/lameinfo.pyc
${PYSITELIB}/eyed3/plugins/lameinfo.pyo
-${PYSITELIB}/eyed3/plugins/mp3.py
-${PYSITELIB}/eyed3/plugins/mp3.pyc
-${PYSITELIB}/eyed3/plugins/mp3.pyo
${PYSITELIB}/eyed3/plugins/nfo.py
${PYSITELIB}/eyed3/plugins/nfo.pyc
${PYSITELIB}/eyed3/plugins/nfo.pyo
+${PYSITELIB}/eyed3/plugins/pymod.py
+${PYSITELIB}/eyed3/plugins/pymod.pyc
+${PYSITELIB}/eyed3/plugins/pymod.pyo
${PYSITELIB}/eyed3/plugins/statistics.py
${PYSITELIB}/eyed3/plugins/statistics.pyc
${PYSITELIB}/eyed3/plugins/statistics.pyo
@@ -79,6 +78,9 @@ ${PYSITELIB}/eyed3/plugins/xep_118.pyo
${PYSITELIB}/eyed3/utils/__init__.py
${PYSITELIB}/eyed3/utils/__init__.pyc
${PYSITELIB}/eyed3/utils/__init__.pyo
+${PYSITELIB}/eyed3/utils/art.py
+${PYSITELIB}/eyed3/utils/art.pyc
+${PYSITELIB}/eyed3/utils/art.pyo
${PYSITELIB}/eyed3/utils/binfuncs.py
${PYSITELIB}/eyed3/utils/binfuncs.pyc
${PYSITELIB}/eyed3/utils/binfuncs.pyo
diff --git a/audio/eyeD3/distinfo b/audio/eyeD3/distinfo
index 02ad0525d22..4d5f8681233 100644
--- a/audio/eyeD3/distinfo
+++ b/audio/eyeD3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 01:12:29 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/02/08 14:21:26 wiz Exp $
-SHA1 (eyeD3-0.7.5.tgz) = bcfd0fe14f5fa40f29ca7e7133138a5112f3c270
-RMD160 (eyeD3-0.7.5.tgz) = 0d2782a6a29aea810d11c877f4ffac6dbf031569
-SHA512 (eyeD3-0.7.5.tgz) = 9f57e05e4db78618e73ec15ca6ac7b983e13c24ae926bfb9194ee4fc1d735f80308dfc5bdac6016f5491bdb06d46b645d7ac54247d581467a8a22129fae85ba5
-Size (eyeD3-0.7.5.tgz) = 221685 bytes
+SHA1 (eyeD3-0.7.10.tar.gz) = 94ade014ee289fad34bcb04f55e033ba9d1628dc
+RMD160 (eyeD3-0.7.10.tar.gz) = 89c76e1ae105c5d9ef06c08247726dfa400fcdfe
+SHA512 (eyeD3-0.7.10.tar.gz) = 91a1b4f46dd799a4e58741d1f502a457b202dc7ef97ac5db211c706604979250e04fee91b967616b094b7af9aef2249e02b4133b9a1b3ae1b761159b69d8e1c2
+Size (eyeD3-0.7.10.tar.gz) = 232523 bytes