diff options
author | drochner <drochner@pkgsrc.org> | 2013-04-02 10:44:40 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-04-02 10:44:40 +0000 |
commit | 45d385ec58c3f338155cfd9db816df738a4718a6 (patch) | |
tree | 0e33dfacedd19b117563e7e87a462ea5493226ab /audio/py-acoustid | |
parent | 15a4820b8e5185f9cea2bb1c24d52ac2356145cd (diff) | |
download | pkgsrc-45d385ec58c3f338155cfd9db816df738a4718a6.tar.gz |
add the "acoustid" Python pkg and its dependencies, useful to
add acoustic fingerprints to py-beets
Diffstat (limited to 'audio/py-acoustid')
-rw-r--r-- | audio/py-acoustid/DESCR | 4 | ||||
-rw-r--r-- | audio/py-acoustid/Makefile | 23 | ||||
-rw-r--r-- | audio/py-acoustid/PLIST | 12 | ||||
-rw-r--r-- | audio/py-acoustid/distinfo | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/audio/py-acoustid/DESCR b/audio/py-acoustid/DESCR new file mode 100644 index 00000000000..a855df1489f --- /dev/null +++ b/audio/py-acoustid/DESCR @@ -0,0 +1,4 @@ +`Chromaprint`_ and its associated `Acoustid`_ Web service make up a +high-quality, open-source acoustic fingerprinting system. This package provides +Python bindings for both the fingerprinting algorithm library, which is written +in C but portable, and the Web service, which provides fingerprint lookups. diff --git a/audio/py-acoustid/Makefile b/audio/py-acoustid/Makefile new file mode 100644 index 00000000000..b38c272b216 --- /dev/null +++ b/audio/py-acoustid/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2013/04/02 10:44:41 drochner Exp $ +# + +DISTNAME= v1.0.0 +PKGNAME= ${PYPKGPREFIX}-acoustid-1.0.0 +CATEGORIES= audio +MASTER_SITES= https://github.com/sampsyo/pyacoustid/archive/ +DIST_SUBDIR= pyacoustid + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/sampsyo/pyacoustid +COMMENT= Audio fingerprinting +LICENSE= mit + +WRKSRC= ${WRKDIR}/pyacoustid-1.0.0 +USE_LANGUAGES= # none +EGG_NAME= pyacoustid-1.0.0 + +DEPENDS+= ${PYPKGPREFIX}-audioread-[0-9]*:../../audio/py-audioread +DEPENDS+= chromaprint-[0-9]*:../../audio/chromaprint + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/py-acoustid/PLIST b/audio/py-acoustid/PLIST new file mode 100644 index 00000000000..f77a7d797c2 --- /dev/null +++ b/audio/py-acoustid/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/02 10:44:41 drochner Exp $ +${PYSITELIB}/acoustid.py +${PYSITELIB}/acoustid.pyc +${PYSITELIB}/acoustid.pyo +${PYSITELIB}/chromaprint.py +${PYSITELIB}/chromaprint.pyc +${PYSITELIB}/chromaprint.pyo +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/audio/py-acoustid/distinfo b/audio/py-acoustid/distinfo new file mode 100644 index 00000000000..64130388ce3 --- /dev/null +++ b/audio/py-acoustid/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/02 10:44:41 drochner Exp $ + +SHA1 (pyacoustid/v1.0.0.tar.gz) = c5fee198dd91e9aa3f5f26d1884e1127a0038e6a +RMD160 (pyacoustid/v1.0.0.tar.gz) = 188a08842bcdba9220726327f3a5475cbe4dcf86 +Size (pyacoustid/v1.0.0.tar.gz) = 9816 bytes |