void-packages/srcpkgs/kf6-kimageformats/template
2025-03-15 12:49:10 +01:00

29 lines
1,002 B
Bash

# Template file for 'kf6-kimageformats'
pkgname=kf6-kimageformats
version=6.12.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=c9eff30899530b6193ee7855b452f073b0b6b6f9325516195c084395cdceda36
do_check() {
cd build
exclude="kimageformats-read-xcf|kimageformats-read-psd|kimageformats-read-hej2"
case "$XBPS_TARGET_MACHINE" in
i686*) exclude+="|kimageformats-write-exr";;
*) ;;
esac
# disable failing tests
ctest -E "$exclude"
}