mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-13 04:37:03 +02:00
New package: kf6-kimageformats-6.1.0
This commit is contained in:
parent
6b129628aa
commit
93f88c4e89
1 changed files with 23 additions and 0 deletions
23
srcpkgs/kf6-kimageformats/template
Normal file
23
srcpkgs/kf6-kimageformats/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'kf6-kimageformats'
|
||||
pkgname=kf6-kimageformats
|
||||
version=6.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DKIMAGEFORMATS_HEIF=ON -DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||
pkg-config"
|
||||
makedepends="kf6-karchive-devel libopenexr-devel libheif-devel libraw-devel
|
||||
libjxl-devel libavif-devel"
|
||||
short_desc="KDE Plugins to allow QImage to support extra file formats"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/kimageformats"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=b033fa058ab4c9657e1bcd682a89ca94a5b881e7904dddee6aab4a14bafcc95e
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
# disable failing tests
|
||||
ctest -E "kimageformats-read-xcf|kimageformats-read-psd|kimageformats-read-hej2"
|
||||
}
|
Loading…
Add table
Reference in a new issue