chromaprint: update to 1.4.3.
Closes #15029. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
3f99360311
commit
d7fd78f621
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'chromaprint'
|
# Template file for 'chromaprint'
|
||||||
pkgname=chromaprint
|
pkgname=chromaprint
|
||||||
version=1.4.2
|
version=1.4.3
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="chromaprint-v${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TOOLS=ON"
|
configure_args="-DBUILD_TOOLS=ON"
|
||||||
makedepends="fftw-devel ffmpeg-devel"
|
makedepends="fftw-devel ffmpeg-devel"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://acoustid.org/chromaprint/"
|
homepage="https://acoustid.org/chromaprint"
|
||||||
license="MIT, LGPL-2.1"
|
license="MIT, LGPL-2.1-only"
|
||||||
short_desc="Library that extracts fingerprints from any audio source"
|
short_desc="Library that extracts fingerprints from any audio source"
|
||||||
distfiles="https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/acoustid/chromaprint/releases/download/v${version}/chromaprint-${version}.tar.gz"
|
||||||
checksum=989609a7e841dd75b34ee793bd1d049ce99a8f0d444b3cea39d57c3e5d26b4d4
|
checksum=ea18608b76fb88e0203b7d3e1833fb125ce9bb61efe22c6e169a50c52c457f82
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md LICENSE
|
vlicense LICENSE.md LICENSE
|
||||||
|
|
Loading…
Reference in New Issue