summaryrefslogtreecommitdiff
path: root/chromaprint
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-09-20 23:00:56 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-09-20 23:00:56 +1000
commita47a4589feb27ca8fd306c772f4e492cf8d19e80 (patch)
treead8daa0899fcee969f9a060438336636e59beaff /chromaprint
parent7b6feefe6a2d99c1a80efa712eb423065b330838 (diff)
downloadcontrib-a47a4589feb27ca8fd306c772f4e492cf8d19e80.tar.gz
contrib-a47a4589feb27ca8fd306c772f4e492cf8d19e80.tar.xz
chromaprint: 1.3.1 -> 1.4.3
Diffstat (limited to 'chromaprint')
-rw-r--r--chromaprint/.footprint4
-rw-r--r--chromaprint/.signature8
-rw-r--r--chromaprint/Pkgfile14
3 files changed, 12 insertions, 14 deletions
diff --git a/chromaprint/.footprint b/chromaprint/.footprint
index 1586085ac..db7aa3a02 100644
--- a/chromaprint/.footprint
+++ b/chromaprint/.footprint
@@ -3,7 +3,7 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/chromaprint.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libchromaprint.so -> libchromaprint.so.1
-lrwxrwxrwx root/root usr/lib/libchromaprint.so.1 -> libchromaprint.so.1.3.0
--rwxr-xr-x root/root usr/lib/libchromaprint.so.1.3.0
+lrwxrwxrwx root/root usr/lib/libchromaprint.so.1 -> libchromaprint.so.1.4.3
+-rwxr-xr-x root/root usr/lib/libchromaprint.so.1.4.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libchromaprint.pc
diff --git a/chromaprint/.signature b/chromaprint/.signature
index 9a14e2f55..e7d12fd90 100644
--- a/chromaprint/.signature
+++ b/chromaprint/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3+Y7xBDEeIrcKDzYWKhJYG2U76v/sHu9AGDet5jYQ4hUjFA2VupPmo7gsNl85CMEPkvpfGcydZyZIGL3DZFaQw4=
-SHA256 (Pkgfile) = 27a0ff11809ccbb640aa25806f160dd2d2179fa1c8899f2a7f47d3a0bea01bcc
-SHA256 (.footprint) = c9c4f22906883e50876021dfa71424834609aadba44e87e213cdd5ca7fcd45bf
-SHA256 (chromaprint-1.3.1.tar.gz) = 8f95a011e6fe3a75281520daa9376b7f028300e20a5be9af08ef9c851d4bb581
+RWSagIOpLGJF34nSHA297SiJcuLROQQNZ6k8ciEamG0qkwRnaJ7O7XwLLYEIY5IoAA2lFlldSHGIyiLyER9ZiiUMj+YOOcMRQQ8=
+SHA256 (Pkgfile) = 0ee40c5e1c191d48e4c2568314354b7be5eca12dbc79b22efc18a9365d86e848
+SHA256 (.footprint) = a77bfd1310783844374baef5a6926b58ed315f0c83ed9ddc1c56c68364771c3e
+SHA256 (chromaprint-1.4.3.tar.gz) = ea18608b76fb88e0203b7d3e1833fb125ce9bb61efe22c6e169a50c52c457f82
diff --git a/chromaprint/Pkgfile b/chromaprint/Pkgfile
index 54578234d..854f40371 100644
--- a/chromaprint/Pkgfile
+++ b/chromaprint/Pkgfile
@@ -1,23 +1,21 @@
# Description: Audio fingerprinting library.
-# URL: http://acoustid.org/chromaprint
+# URL: https://acoustid.org/chromaprint
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: cmake ffmpeg
+# Optional: fftw
name=chromaprint
-version=1.3.1
+version=1.4.3
release=1
-source=(https://bitbucket.org/acoustid/$name/downloads/$name-$version.tar.gz)
+source=(https://github.com/acoustid/chromaprint/releases/download/v$version/$name-$version.tar.gz)
build() {
- cd $name-$version
+ cd $name-v$version
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=RELEASE \
- -DBUILD_EXAMPLES=OFF \
- -DBUILD_TESTS=OFF \
- -DWITH_AVFFT=ON
+ -DBUILD_TESTS=OFF
make
make DESTDIR=$PKG install

Generated by cgit