pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-audioread 2.1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/051edcec07f6
branches:  trunk
changeset: 365947:051edcec07f6
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 31 04:55:26 2017 +0000

description:
2.1.5
Properly clean up the file handle when a backend fails to decode a file. Fix parsing of "N.M" channel counts in the FFmpeg backend (thanks to @piem). Avoid a crash in the raw backend when a file uses 
an unsupported number of bits per sample (namely, 24-bit samples in Python < 3.4). Add a __version__ value to the package.

diffstat:

 audio/py-audioread/Makefile |   4 ++--
 audio/py-audioread/PLIST    |   5 ++++-
 audio/py-audioread/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r cb39d2c075da -r 051edcec07f6 audio/py-audioread/Makefile
--- a/audio/py-audioread/Makefile       Sun Jul 30 23:19:23 2017 +0000
+++ b/audio/py-audioread/Makefile       Mon Jul 31 04:55:26 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/03/16 09:08:56 leot Exp $
+# $NetBSD: Makefile,v 1.5 2017/07/31 04:55:26 adam Exp $
 
-DISTNAME=      audioread-2.1.4
+DISTNAME=      audioread-2.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/audioread/}
diff -r cb39d2c075da -r 051edcec07f6 audio/py-audioread/PLIST
--- a/audio/py-audioread/PLIST  Sun Jul 30 23:19:23 2017 +0000
+++ b/audio/py-audioread/PLIST  Mon Jul 31 04:55:26 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/04/02 10:44:41 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/07/31 04:55:26 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/audioread/__init__.py
 ${PYSITELIB}/audioread/__init__.pyc
@@ -18,3 +18,6 @@
 ${PYSITELIB}/audioread/rawread.py
 ${PYSITELIB}/audioread/rawread.pyc
 ${PYSITELIB}/audioread/rawread.pyo
+${PYSITELIB}/audioread/version.py
+${PYSITELIB}/audioread/version.pyc
+${PYSITELIB}/audioread/version.pyo
diff -r cb39d2c075da -r 051edcec07f6 audio/py-audioread/distinfo
--- a/audio/py-audioread/distinfo       Sun Jul 30 23:19:23 2017 +0000
+++ b/audio/py-audioread/distinfo       Mon Jul 31 04:55:26 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/03/15 20:25:04 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/07/31 04:55:26 adam Exp $
 
-SHA1 (audioread-2.1.4.tar.gz) = a2a0a275a295f28a9352980a284068626e93eacf
-RMD160 (audioread-2.1.4.tar.gz) = 6f067d71d235178a9e7facb88400dd932f20e559
-SHA512 (audioread-2.1.4.tar.gz) = aba5eabb95dd55cbaa2bd9918588df43528775eddf2a67370a04e3f10a2d15653a85f16cb710868586addd11aa5a608b17d8252555e2f56347e95a3d36c3dd80
-Size (audioread-2.1.4.tar.gz) = 15013 bytes
+SHA1 (audioread-2.1.5.tar.gz) = af43ea49e51bade2a1c990f13fffc1df389111c0
+RMD160 (audioread-2.1.5.tar.gz) = 478f8a3e8eda9c57d3c3c79a5ef5a9756ae4d897
+SHA512 (audioread-2.1.5.tar.gz) = 7589b03f9f4b11475e97ab9d114ab1bf08be8e5f9d20f3db70c9d421607f99ed66747a65d1b5e124595e520ab698e17ae9fb9a2eb453ee904ee2b6debf8b3a5c
+Size (audioread-2.1.5.tar.gz) = 15615 bytes



Home | Main Index | Thread Index | Old Index