New comment by mustaqimM on void-packages repository https://github.com/void-linux/void-packages/pull/31397#issuecomment-1107879129 Comment: @joshuakraemer `kimageformats` now supports jxl. I don't know if you want to swap out `qt-jpegxl-image-plugin` for it: ```diff diff --git a/srcpkgs/kimageformats/template b/srcpkgs/kimageformats/template index bc8b9f09a2..58cb9281be 100644 --- a/srcpkgs/kimageformats/template +++ b/srcpkgs/kimageformats/template @@ -1,12 +1,12 @@ # Template file for 'kimageformats' pkgname=kimageformats version=5.93.0 -revision=1 +revision=2 build_style=cmake -configure_args="-DKIMAGEFORMATS_HEIF=ON" +configure_args="-DKIMAGEFORMATS_HEIF=ON -DKIMAGEFORMATS_JXL=ON" hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake qt5-host-tools pkg-config" -makedepends="karchive-devel libopenexr-devel libheif-devel" +makedepends="karchive-devel libopenexr-devel libheif-devel libjxl-devel highway" short_desc="KDE Plugins to allow QImage to support extra file formats" maintainer="John " license="LGPL-2.0-or-later" ```