summaryrefslogtreecommitdiff
path: root/audio/chromaprint
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2013-04-02 10:44:40 +0000
committerdrochner <drochner@pkgsrc.org>2013-04-02 10:44:40 +0000
commit45d385ec58c3f338155cfd9db816df738a4718a6 (patch)
tree0e33dfacedd19b117563e7e87a462ea5493226ab /audio/chromaprint
parent15a4820b8e5185f9cea2bb1c24d52ac2356145cd (diff)
downloadpkgsrc-45d385ec58c3f338155cfd9db816df738a4718a6.tar.gz
add the "acoustid" Python pkg and its dependencies, useful to
add acoustic fingerprints to py-beets
Diffstat (limited to 'audio/chromaprint')
-rw-r--r--audio/chromaprint/DESCR3
-rw-r--r--audio/chromaprint/Makefile22
-rw-r--r--audio/chromaprint/PLIST7
-rw-r--r--audio/chromaprint/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/audio/chromaprint/DESCR b/audio/chromaprint/DESCR
new file mode 100644
index 00000000000..759e4f9a369
--- /dev/null
+++ b/audio/chromaprint/DESCR
@@ -0,0 +1,3 @@
+Chromaprint is the core component of the AcoustID project. It's a
+client-side library that implements a custom algorithm for extracting
+fingerprints from any audio source.
diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile
new file mode 100644
index 00000000000..8c45cdb6888
--- /dev/null
+++ b/audio/chromaprint/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2013/04/02 10:44:41 drochner Exp $
+#
+
+DISTNAME= chromaprint-0.7
+CATEGORIES= audio
+MASTER_SITES= https://bitbucket.org/acoustid/chromaprint/downloads/
+FETCH_USING= curl
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://acoustid.org/chromaprint
+COMMENT= Audio fingerprinting
+LICENSE= gnu-lgpl-v2
+
+#WRKSRC= ${WRKDIR} # More than one possibility -- please check manually.
+USE_LANGUAGES= c c++
+USE_CMAKE= yes
+# build and install "fpcalc"
+CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=on
+
+
+.include "../../multimedia/ffmpeg/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/chromaprint/PLIST b/audio/chromaprint/PLIST
new file mode 100644
index 00000000000..ba40ee014d6
--- /dev/null
+++ b/audio/chromaprint/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/02 10:44:41 drochner Exp $
+bin/fpcalc
+include/chromaprint.h
+lib/libchromaprint.so
+lib/libchromaprint.so.0
+lib/libchromaprint.so.0.2.0
+lib/pkgconfig/libchromaprint.pc
diff --git a/audio/chromaprint/distinfo b/audio/chromaprint/distinfo
new file mode 100644
index 00000000000..fab3e6f7433
--- /dev/null
+++ b/audio/chromaprint/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/04/02 10:44:41 drochner Exp $
+
+SHA1 (chromaprint-0.7.tar.gz) = 6a961585e82d26d357eb792216becc0864ddcdb2
+RMD160 (chromaprint-0.7.tar.gz) = e1304ec6c408b7760f9363c9b6549b5683991e58
+Size (chromaprint-0.7.tar.gz) = 543811 bytes