pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/eyeD3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb  8 14:21:26 UTC 2017

Modified Files:
        pkgsrc/audio/eyeD3: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/eyeD3/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/eyeD3/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/eyeD3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/eyeD3/Makefile
diff -u pkgsrc/audio/eyeD3/Makefile:1.5 pkgsrc/audio/eyeD3/Makefile:1.6
--- pkgsrc/audio/eyeD3/Makefile:1.5     Sun Jan  1 14:43:22 2017
+++ pkgsrc/audio/eyeD3/Makefile Wed Feb  8 14:21:26 2017
@@ -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@localhost
 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"

Index: pkgsrc/audio/eyeD3/PLIST
diff -u pkgsrc/audio/eyeD3/PLIST:1.1 pkgsrc/audio/eyeD3/PLIST:1.2
--- pkgsrc/audio/eyeD3/PLIST:1.1        Sun Jan  4 11:05:15 2015
+++ pkgsrc/audio/eyeD3/PLIST    Wed Feb  8 14:21:26 2017
@@ -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

Index: pkgsrc/audio/eyeD3/distinfo
diff -u pkgsrc/audio/eyeD3/distinfo:1.2 pkgsrc/audio/eyeD3/distinfo:1.3
--- pkgsrc/audio/eyeD3/distinfo:1.2     Tue Nov  3 01:12:29 2015
+++ pkgsrc/audio/eyeD3/distinfo Wed Feb  8 14:21:26 2017
@@ -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



Home | Main Index | Thread Index | Old Index