chromaprint: update to 1.3.2 -> 1.4.2
while we are at it: use fftw3f for ARM neon Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
SUMMARY = "Chromaprint is library that extracts fingerprints from audio sources"
|
||||
HOMEPAGE = "https://acoustid.org/chromaprint"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
inherit cmake
|
||||
|
||||
DEPENDS += " \
|
||||
fftw \
|
||||
ffmpeg \
|
||||
"
|
||||
|
||||
SRC_URI = "https://bitbucket.org/acoustid/${BPN}/downloads/${BPN}-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "cba6ed3209516518d2ecfda887dabdaf"
|
||||
SRC_URI[sha256sum] = "c3af900d8e7a42afd74315b51b79ebd2e43bc66630b4ba585a54bf3160439652"
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Chromaprint is library that extracts fingerprints from audio sources"
|
||||
HOMEPAGE = "https://acoustid.org/chromaprint"
|
||||
LICENSE = "MIT & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5d50f7a9fde1110fa1756b0f5faa26f2"
|
||||
|
||||
inherit cmake
|
||||
|
||||
DEPENDS += " \
|
||||
fftw \
|
||||
ffmpeg \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
${@bb.utils.contains('TUNE_FEATURES', 'neon', '-DFFT_LIB=fftw3f', '', d)} \
|
||||
"
|
||||
|
||||
SRC_URI = "https://bitbucket.org/acoustid/${BPN}/downloads/${BPN}-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "895c42ba6d769840a2e10e507ad9f14d"
|
||||
SRC_URI[sha256sum] = "989609a7e841dd75b34ee793bd1d049ce99a8f0d444b3cea39d57c3e5d26b4d4"
|
||||
Reference in New Issue
Block a user