summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-06 13:18:50 +0200
committerFlorian Franzmann2019-10-06 22:02:47 +0200
commit0a7755414f8412d621d1e04bca5368c36ff1e0ec (patch)
tree5f6164ac4266d2ecc72ad765480efa91d9d951c6 /audio-libs
parent97f3a31b1bb01eb5e2fbd3e62fb1c1717d16b5ea (diff)
audio-libs/chromaprint: use CMAKE_*
Diffstat (limited to 'audio-libs')
-rwxr-xr-xaudio-libs/chromaprint/BUILD3
-rwxr-xr-xaudio-libs/chromaprint/CONFIGURE1
-rwxr-xr-xaudio-libs/chromaprint/DEPENDS3
-rwxr-xr-xaudio-libs/chromaprint/DETAILS1
-rw-r--r--audio-libs/chromaprint/HISTORY3
5 files changed, 9 insertions, 2 deletions
diff --git a/audio-libs/chromaprint/BUILD b/audio-libs/chromaprint/BUILD
index 2753dd9db0..841f91c8ef 100755
--- a/audio-libs/chromaprint/BUILD
+++ b/audio-libs/chromaprint/BUILD
@@ -1,2 +1,3 @@
OPTS="$OPTS -DBUILD_EXAMPLES=on" &&
-cmake_build
+
+default_build
diff --git a/audio-libs/chromaprint/CONFIGURE b/audio-libs/chromaprint/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/audio-libs/chromaprint/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/audio-libs/chromaprint/DEPENDS b/audio-libs/chromaprint/DEPENDS
index 48fe6ac8c4..7836a1f389 100755
--- a/audio-libs/chromaprint/DEPENDS
+++ b/audio-libs/chromaprint/DEPENDS
@@ -1,3 +1,4 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
+
depends ffmpeg &&
depends -sub CXX gcc
diff --git a/audio-libs/chromaprint/DETAILS b/audio-libs/chromaprint/DETAILS
index 05903cf082..1560b144f7 100755
--- a/audio-libs/chromaprint/DETAILS
+++ b/audio-libs/chromaprint/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=chromaprint
VERSION=1.4.3
SOURCE="${SPELL}-${VERSION}.tar.gz"
diff --git a/audio-libs/chromaprint/HISTORY b/audio-libs/chromaprint/HISTORY
index a9bc0e1482..e7a8059da2 100644
--- a/audio-libs/chromaprint/HISTORY
+++ b/audio-libs/chromaprint/HISTORY
@@ -1,3 +1,6 @@
+2019-10-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2018-11-03 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 1.4.3