pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/py-audioread py-audioread: updated to 2.1.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e08f2f1f71a
branches: trunk
changeset: 397218:5e08f2f1f71a
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jun 18 14:59:45 2019 +0000
description:
py-audioread: updated to 2.1.8
2.1.8
Fix an unhandled OSError when FFmpeg is not installed.
2.1.7
Properly close some filehandles in the FFmpeg backend. The maddec backend now always produces bytes objects, like the other backends. Resolve an audio data memory leak in the GStreamer backend. You
can now optionally specify which specific backends audio_open should try. On Windows, avoid opening a console window to run FFmpeg.
diffstat:
audio/py-audioread/Makefile | 8 +++++---
audio/py-audioread/PLIST | 11 +++++++++--
audio/py-audioread/distinfo | 10 +++++-----
3 files changed, 19 insertions(+), 10 deletions(-)
diffs (59 lines):
diff -r 5cdf54c95a6d -r 5e08f2f1f71a audio/py-audioread/Makefile
--- a/audio/py-audioread/Makefile Tue Jun 18 14:41:09 2019 +0000
+++ b/audio/py-audioread/Makefile Tue Jun 18 14:59:45 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/06/13 06:34:09 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/06/18 14:59:45 adam Exp $
-DISTNAME= audioread-2.1.6
+DISTNAME= audioread-2.1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/audioread/}
@@ -10,7 +10,9 @@
COMMENT= Audio file decoder
LICENSE= mit
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
USE_LANGUAGES= # none
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 5cdf54c95a6d -r 5e08f2f1f71a audio/py-audioread/PLIST
--- a/audio/py-audioread/PLIST Tue Jun 18 14:41:09 2019 +0000
+++ b/audio/py-audioread/PLIST Tue Jun 18 14:59:45 2019 +0000
@@ -1,8 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/31 04:55:26 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2019/06/18 14:59:45 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/.pbr.json.icloud
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/audioread/__init__.py
${PYSITELIB}/audioread/__init__.pyc
${PYSITELIB}/audioread/__init__.pyo
+${PYSITELIB}/audioread/exceptions.py
+${PYSITELIB}/audioread/exceptions.pyc
+${PYSITELIB}/audioread/exceptions.pyo
${PYSITELIB}/audioread/ffdec.py
${PYSITELIB}/audioread/ffdec.pyc
${PYSITELIB}/audioread/ffdec.pyo
diff -r 5cdf54c95a6d -r 5e08f2f1f71a audio/py-audioread/distinfo
--- a/audio/py-audioread/distinfo Tue Jun 18 14:41:09 2019 +0000
+++ b/audio/py-audioread/distinfo Tue Jun 18 14:59:45 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/06/13 06:34:09 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/06/18 14:59:45 adam Exp $
-SHA1 (audioread-2.1.6.tar.gz) = bf442a68c1933b13cf701fedd89d2115db006336
-RMD160 (audioread-2.1.6.tar.gz) = 81cc5cb0a7d8c5d5be0fea835130432857bcdc58
-SHA512 (audioread-2.1.6.tar.gz) = eae1e33ef34079b8168b1b27ab2cc921bdf2ba3de31a6460b1fb49b35279879e7cf44321b900c636272fe08d12478e27e247585be247476eac29349faef81fe9
-Size (audioread-2.1.6.tar.gz) = 15838 bytes
+SHA1 (audioread-2.1.8.tar.gz) = 21751a2bb0d1c8a1926367c3299c17120555e026
+RMD160 (audioread-2.1.8.tar.gz) = 10f3a5b102903c3569e223e34badd1c277432bc0
+SHA512 (audioread-2.1.8.tar.gz) = 9db5ad1f8b2047256b5f6b4bbee2366043ed19d35ffd2766ae3ab66bdc5b9f63910bcf449fd42aab074fd8132642bf730c432aa0c8f3c5368cd6ef36d7f4f5a5
+Size (audioread-2.1.8.tar.gz) = 21222 bytes
Home |
Main Index |
Thread Index |
Old Index