From f597d37acf0cd24445dee50ab3452ed7e9e3e480 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Wed, 9 Feb 2022 21:08:34 +0100 Subject: [PATCH] chromaprint: update to 1.5.1. --- srcpkgs/chromaprint/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/chromaprint/template b/srcpkgs/chromaprint/template index 324e31b350d9..4fc14707d31e 100644 --- a/srcpkgs/chromaprint/template +++ b/srcpkgs/chromaprint/template @@ -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 " 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 [ "$CROSS_BUILD" ]; then + configure_args+=" -DBUILD_TESTS=OFF" +fi post_install() { vlicense LICENSE.md LICENSE