kimageformats: enable JPEG XL support

This commit is contained in:
Joshua 2022-03-30 21:23:16 +02:00 committed by classabbyamp
parent 9cad926d1f
commit e032e94cb9

View file

@ -1,12 +1,13 @@
# Template file for 'kimageformats'
pkgname=kimageformats
version=5.107.0
revision=1
revision=2
build_style=cmake
configure_args="-DKIMAGEFORMATS_HEIF=ON"
hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake qt5-host-tools
pkg-config"
makedepends="karchive-devel libopenexr-devel libheif-devel libraw-devel libavif-devel"
makedepends="karchive-devel libopenexr-devel libheif-devel libraw-devel libavif-devel
libjxl-devel"
short_desc="KDE Plugins to allow QImage to support extra file formats"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.0-or-later"
@ -14,7 +15,7 @@ homepage="https://invent.kde.org/frameworks/kimageformats"
distfiles="${KDE_SITE}/frameworks/${version%.*}/kimageformats-${version}.tar.xz"
checksum=97258ad36bf98cd1aaeeb29c49946031f5051d9984bda9f41fda5a35ccd4d1c1
if [ "$XBPS_MACHINE" = i686 ]; then
# FIXME: some tests fail on i686.
make_check=no
fi
# FIXME: some tests fail on i686.
# FIXME: 1 test fails on all archs, solved by
# https://invent.kde.org/frameworks/kimageformats/-/commit/41f0411b62d10d602a4def0c0d12975e77a16028
make_check=no