chromaprint: update to 1.5.1.
This commit is contained in:
parent
d46e9d9b27
commit
d021ce85c7
1 changed files with 8 additions and 3 deletions
|
@ -1,17 +1,22 @@
|
|||
# Template file for 'chromaprint'
|
||||
pkgname=chromaprint
|
||||
version=1.5.0
|
||||
version=1.5.1
|
||||
revision=1
|
||||
wrksrc="chromaprint-v${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TOOLS=ON"
|
||||
make_check_target="check"
|
||||
makedepends="fftw-devel ffmpeg-devel"
|
||||
short_desc="Library that extracts fingerprints from any audio source"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT, LGPL-2.1-only"
|
||||
homepage="https://acoustid.org/chromaprint"
|
||||
changelog="https://raw.githubusercontent.com/acoustid/chromaprint/master/NEWS.txt"
|
||||
distfiles="https://github.com/acoustid/chromaprint/releases/download/v${version}/chromaprint-${version}.tar.gz"
|
||||
checksum=573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a
|
||||
checksum=a1aad8fa3b8b18b78d3755b3767faff9abb67242e01b478ec9a64e190f335e1c
|
||||
|
||||
if [ -z "$XBPS_CHECK_PKGS" ] || [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" -DBUILD_TESTS=OFF"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md LICENSE
|
||||
|
|
Loading…
Reference in a new issue