pkgsrc/audio/py-audioread/Makefile
adam bcd8adb28a 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.
2019-06-18 14:59:45 +00:00

18 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.7 2019/06/18 14:59:45 adam Exp $
DISTNAME= audioread-2.1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/audioread/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sampsyo/audioread
COMMENT= Audio file decoder
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"