mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tellico: update to 3.5.5.
This commit is contained in:
parent
18a538285e
commit
8fc2d7689b
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'tellico'
|
# Template file for 'tellico'
|
||||||
pkgname=tellico
|
pkgname=tellico
|
||||||
version=3.3.4
|
version=3.5.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
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
|
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools kconfig
|
||||||
gettext kcoreaddons"
|
gettext kcoreaddons"
|
||||||
makedepends="kfilemetadata5-devel khtml-devel kitemmodels-devel knewstuff-devel
|
makedepends="kfilemetadata5-devel khtml-devel kitemmodels-devel knewstuff-devel
|
||||||
|
@ -17,7 +18,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://tellico-project.org/"
|
homepage="http://tellico-project.org/"
|
||||||
distfiles="http://tellico-project.org/files/${pkgname}-${version}.tar.xz"
|
distfiles="http://tellico-project.org/files/${pkgname}-${version}.tar.xz"
|
||||||
checksum=716310760aa41b5673ffe8f239bf0a7835ca8030773499bf690de21c470e0187
|
checksum=001794c52e99b20feab8373440850549ccd6da0a1fe2345c6192f9385472d06c
|
||||||
python_version=3
|
python_version=3
|
||||||
build_options="webcam yaz xmp cdio cddb scanner"
|
build_options="webcam yaz xmp cdio cddb scanner"
|
||||||
build_options_default="webcam yaz xmp cdio cddb scanner"
|
build_options_default="webcam yaz xmp cdio cddb scanner"
|
||||||
|
|
Loading…
Add table
Reference in a new issue