summaryrefslogtreecommitdiff
path: root/packages/media-libs/chromaprint/chromaprint-1.5.0.exheres-0
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2020-08-13 09:07:49 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2020-08-13 09:07:49 +0300
commit1fd6c49296d6b656216eca28119ae851b538aa64 (patch)
tree2b0a0c7f9ab20fcb68e48a511d839949e81a0873 /packages/media-libs/chromaprint/chromaprint-1.5.0.exheres-0
parent7c7ecefef8cc06753d6a7fc3065f2034eb150e88 (diff)
psi: build fix, dropped plugins (will be in separate packages)
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
+)
+