summaryrefslogtreecommitdiff
path: root/packages/media-libs/chromaprint/chromaprint-1.5.0.exheres-0
diff options
context:
space:
mode:
Diffstat (limited to 'packages/media-libs/chromaprint/chromaprint-1.5.0.exheres-0')
-rw-r--r--packages/media-libs/chromaprint/chromaprint-1.5.0.exheres-028
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/media-libs/chromaprint/chromaprint-1.5.0.exheres-0 b/packages/media-libs/chromaprint/chromaprint-1.5.0.exheres-0
new file mode 100644
index 0000000..699f8e9
--- /dev/null
+++ b/packages/media-libs/chromaprint/chromaprint-1.5.0.exheres-0
@@ -0,0 +1,28 @@
+# Copyright 2011 Calvin Walton <calvin.walton@kepstin.ca>
+# Distributed under the terms of the GNU General Public License v2
+
+require github [ user=acoustid tag=v${PV} ]
+require cmake
+
+SUMMARY="A library that implements an algorithm for extracting fingerprints from any audio source"
+HOMEPAGE="https://acoustid.org/${PN}"
+
+BUGS_TO="calvin.walton@kepstin.ca"
+
+LICENCES="LGPL-2.1 MIT"
+SLOT="0"
+PLATFORMS="~amd64"
+MYOPTIONS=""
+
+DEPENDENCIES="
+ build+run:
+ media/ffmpeg
+"
+
+CMAKE_SRC_CONFIGURE_PARAMS=(
+ -DBUILD_SHARED_LIBS:BOOL=TRUE
+ -DBUILD_TESTS:BOOL=FALSE
+ -DBUILD_TOOLS:BOOL=TRUE
+ -DFFT_LIB:STRING=avfft
+)
+