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.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5320ece90d85
branches:  trunk
changeset: 309228:5320ece90d85
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 13 06:34:09 2018 +0000

description:
py-audioread: updated to 2.1.6

2.1.6
Fix a "no such process" crash in the FFmpeg backend on Windows Subsystem for Linux.
Avoid suppressing SIGINT in the GStreamer backend on older versions of PyGObject.

diffstat:

 audio/py-audioread/DESCR    |  15 ++++++++-------
 audio/py-audioread/Makefile |   6 +++---
 audio/py-audioread/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 15 deletions(-)

diffs (49 lines):

diff -r a68c1a2e2aeb -r 5320ece90d85 audio/py-audioread/DESCR
--- a/audio/py-audioread/DESCR  Tue Jun 12 23:50:12 2018 +0000
+++ b/audio/py-audioread/DESCR  Wed Jun 13 06:34:09 2018 +0000
@@ -1,7 +1,8 @@
-Decode audio files using whichever backend is available. The library
-currently supports:
-- `Gstreamer`_ via `gst-python`_.
-- `Core Audio`_ on Mac OS X via `ctypes`_. (PyObjC not required.)
-- `MAD`_ via the `pymad`_ bindings.
-- `FFmpeg`_ via its command-line interface.
-- The standard library `wave`_ and `aifc`_ modules (for WAV and AIFF files).
+Decode audio files using whichever backend is available. The library currently
+supports:
+- Gstreamer via PyGObject.
+- CoreAudio on Mac OS X via ctypes. (PyObjC not required.)
+- MAD via the pymad bindings.
+- FFmpeg or Libav via its command-line interface.
+- The standard library wave, aifc, and sunau modules (for uncompressed audio
+  formats).
diff -r a68c1a2e2aeb -r 5320ece90d85 audio/py-audioread/Makefile
--- a/audio/py-audioread/Makefile       Tue Jun 12 23:50:12 2018 +0000
+++ b/audio/py-audioread/Makefile       Wed Jun 13 06:34:09 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/07/31 04:55:26 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/06/13 06:34:09 adam Exp $
 
-DISTNAME=      audioread-2.1.5
+DISTNAME=      audioread-2.1.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    audio
+CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/audioread/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r a68c1a2e2aeb -r 5320ece90d85 audio/py-audioread/distinfo
--- a/audio/py-audioread/distinfo       Tue Jun 12 23:50:12 2018 +0000
+++ b/audio/py-audioread/distinfo       Wed Jun 13 06:34:09 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/07/31 04:55:26 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/13 06:34:09 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index