mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kf6-kimageformats: rebuild for libjxl 0.11
This commit is contained in:
parent
95cca46db4
commit
b29dd1a30e
1 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kf6-kimageformats'
|
# Template file for 'kf6-kimageformats'
|
||||||
pkgname=kf6-kimageformats
|
pkgname=kf6-kimageformats
|
||||||
version=6.11.0
|
version=6.11.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKIMAGEFORMATS_HEIF=ON -DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
configure_args="-DKIMAGEFORMATS_HEIF=ON -DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||||
|
@ -18,6 +18,12 @@ checksum=0c45787f97d00fc0257f7de3250d84e950de2a332c45e7528138f7cf843154cc
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
cd build
|
cd build
|
||||||
|
exclude="kimageformats-read-xcf|kimageformats-read-psd|kimageformats-read-hej2|kimageformats-write-heif"
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*) exclude+="|kimageformats-write-exr";;
|
||||||
|
*) ;;
|
||||||
|
esac
|
||||||
|
|
||||||
# disable failing tests
|
# disable failing tests
|
||||||
ctest -E "kimageformats-read-xcf|kimageformats-read-psd|kimageformats-read-hej2|kimageformats-write-heif"
|
ctest -E "$exclude"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue