tellico: revbump for libtag

This commit is contained in:
Mateusz Sylwestrzak 2025-02-26 13:48:02 +01:00 committed by classabbyamp
parent 107850e27d
commit c4c1e83d8b

View file

@ -1,7 +1,7 @@
# Template file for 'tellico'
pkgname=tellico
version=4.0.1
revision=1
revision=2
build_style=cmake
configure_args="$(vopt_bool webcam ENABLE_WEBCAM) -DKF6_HOST_TOOLING=/usr/lib/cmake"
hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext
@ -33,6 +33,10 @@ desc_option_yaz="Support for searching z39.50 databases"
desc_option_cddb="Support for CDDB searches"
desc_option_scanner="Support for adding scanned images to a collection"
if [ "$XBPS_TARGET_MACHINE" = "x86_64-musl" ]; then
make_check=ci-skip # two tests fail on GH workflows: 14 - newstufftest (SEGFAULT), 40 - htmlexportertest (SEGFAULT)
fi
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
broken="no qt6-webengine"
fi