pkgsrc/audio/py-audioread/Makefile
adam c7ee29e756 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.
2018-06-13 06:34:09 +00:00

16 lines
415 B
Makefile

# $NetBSD: Makefile,v 1.6 2018/06/13 06:34:09 adam Exp $
DISTNAME= audioread-2.1.6
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
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"