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'
|
||||
pkgname=chromaprint
|
||||
version=1.4.2
|
||||
version=1.4.3
|
||||
revision=1
|
||||
wrksrc="chromaprint-v${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TOOLS=ON"
|
||||
makedepends="fftw-devel ffmpeg-devel"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://acoustid.org/chromaprint/"
|
||||
license="MIT, LGPL-2.1"
|
||||
homepage="https://acoustid.org/chromaprint"
|
||||
license="MIT, LGPL-2.1-only"
|
||||
short_desc="Library that extracts fingerprints from any audio source"
|
||||
distfiles="https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${version}.tar.gz"
|
||||
checksum=989609a7e841dd75b34ee793bd1d049ce99a8f0d444b3cea39d57c3e5d26b4d4
|
||||
distfiles="https://github.com/acoustid/chromaprint/releases/download/v${version}/chromaprint-${version}.tar.gz"
|
||||
checksum=ea18608b76fb88e0203b7d3e1833fb125ce9bb61efe22c6e169a50c52c457f82
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md LICENSE
|
||||
|
|
Loading…
Reference in New Issue