tellico: update to 3.5.5.

This commit is contained in:
rooyca 2024-08-08 18:42:21 -05:00 committed by classabbyamp
parent 18a538285e
commit 8fc2d7689b
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
# Template file for 'tellico'
pkgname=tellico
version=3.3.4
version=3.5.5
revision=1
build_style=cmake
configure_args="-DENABLE_WEBCAM=$(vopt_if webcam ON OFF)"
configure_args="$(vopt_bool webcam ENABLE_WEBCAM)
-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools kconfig
gettext kcoreaddons"
makedepends="kfilemetadata5-devel khtml-devel kitemmodels-devel knewstuff-devel
@ -17,7 +18,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="http://tellico-project.org/"
distfiles="http://tellico-project.org/files/${pkgname}-${version}.tar.xz"
checksum=716310760aa41b5673ffe8f239bf0a7835ca8030773499bf690de21c470e0187
checksum=001794c52e99b20feab8373440850549ccd6da0a1fe2345c6192f9385472d06c
python_version=3
build_options="webcam yaz xmp cdio cddb scanner"
build_options_default="webcam yaz xmp cdio cddb scanner"