chromaprint: 1.3.1 -> 1.4.3

This commit is contained in:
Danny Rawlins 2019-09-20 23:00:56 +10:00
parent 7b6feefe6a
commit a47a4589fe
3 changed files with 12 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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