New comment by mustaqimM on void-packages repository https://github.com/void-linux/void-packages/pull/31397#issuecomment-963419609 Comment: Thanks for this PR, @joshuakraemer. I've updated it to the latest version and I'm busy using it. Hopefully it can get merged ```diff diff --git a/common/shlibs b/common/shlibs index c0d304de40..02392241b9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4038,5 +4038,5 @@ libstemmer.so.2 libstemmer-2.1.0_1 libdecor-0.so.0 libdecor-0.1.0_1 libavif.so.13 libavif-0.9.3_1 libkdumpfile.so.9 libkdumpfile-0.4.1_1 -libjxl.so.0 libjxl-0.5.0_1 -libjxl_threads.so.0 libjxl-0.5.0_1 +libjxl.so.0.6 libjxl-0.6.1_1 +libjxl_threads.so.0.6 libjxl-0.6.1_1 diff --git a/srcpkgs/highway/template b/srcpkgs/highway/template index 462df78a48..14cec1065d 100644 --- a/srcpkgs/highway/template +++ b/srcpkgs/highway/template @@ -1,6 +1,6 @@ # Template file for 'highway' pkgname=highway -version=0.12.2 +version=0.14.2 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -9,4 +9,4 @@ maintainer="Joshua Krämer " license="Apache-2.0" homepage="https://github.com/google/highway" distfiles="https://github.com/google/highway/archive/${version}.tar.gz" -checksum=e1d47ce510429fdcf31f41697ca74fb0dcd59d933196e531a86d51751a56f4cc +checksum=58f7f3a12394341796fbb3045d18020474cb214ef85b9a50bbaaa809e34e9232 diff --git a/srcpkgs/libjxl/template b/srcpkgs/libjxl/template index 97df887973..14338d6d9b 100644 --- a/srcpkgs/libjxl/template +++ b/srcpkgs/libjxl/template @@ -1,9 +1,9 @@ # Template file for 'libjxl' pkgname=libjxl -version=0.5.0 +version=0.6.1 revision=1 -_short_version=0.5 -wrksrc=libjxl-${_short_version} +# _short_version=0.5 +wrksrc=libjxl-${version} build_style=cmake configure_args="-DBUILD_TESTING=OFF -DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_EXAMPLES=OFF -DJPEGXL_ENABLE_SJPEG=OFF -DJPEGXL_ENABLE_PLUGINS=ON" hostmakedepends="tar pkg-config asciidoc" @@ -12,13 +12,13 @@ short_desc="JPEG XL image format reference implementation" maintainer="Joshua Krämer " license="BSD-3-Clause, custom:Patent grant" homepage="https://github.com/libjxl/libjxl" -_lodepng_hash=48e5364ef48ec2408f44c727657ac1b6703185f8 +_lodepng_hash=8c6a9e30576f07bf470ad6f09458a2dcd7a6a84a _skcms_hash=64374756e03700d649f897dbd98c95e78c30c7da -distfiles="https://github.com/libjxl/libjxl/archive/v${_short_version}.tar.gz +distfiles="https://github.com/libjxl/libjxl/archive/v${version}.tar.gz https://github.com/lvandeve/lodepng/archive/${_lodepng_hash}.tar.gz>lodepng-${_lodepng_hash}.tar.gz https://skia.googlesource.com/skcms/+archive/${_skcms_hash}.tar.gz>skcms-${_skcms_hash}.tar.gz" -checksum="911cb4b50eb621131ca22382166f40d4914a4ff4453dd299ade1e3292f311f89 - c47c48c77a205f1af484b7b5a847290af65de3ea6f15817aa27c5ec7cc5208fd +checksum="ccbd5a729d730152303be399f033b905e608309d5802d77a61a95faa092592c5 + f45359be529f5f478ebeb3159859a8f49462df35866e227c12d1440f17451a82 @a69230c7b6f03a178c93abc6edc832c040d6e198340193b27c3d04afecf8f617" skip_extraction="lodepng-${_lodepng_hash}.tar.gz skcms-${_skcms_hash}.tar.gz" diff --git a/srcpkgs/qt-jpegxl-image-plugin/template b/srcpkgs/qt-jpegxl-image-plugin/template index e9dda7bad0..0193f8b2e6 100644 --- a/srcpkgs/qt-jpegxl-image-plugin/template +++ b/srcpkgs/qt-jpegxl-image-plugin/template @@ -1,6 +1,6 @@ # Template file for 'qt-jpegxl-image-plugin' pkgname=qt-jpegxl-image-plugin -version=0.2.0 +version=0.3.2 revision=1 build_style=qmake configure_args="qt-jpegxl-image-plugin.pro" @@ -12,7 +12,7 @@ maintainer="Joshua Krämer " license="GPL-3.0-only" homepage="https://github.com/novomesk/qt-jpegxl-image-plugin" distfiles="https://github.com/novomesk/qt-jpegxl-image-plugin/archive/v${version}.tar.gz" -checksum=90c8c5b0afb709d4a71f536b3c1eb04d4f26a186220b2cae1b396c42ffbe299c +checksum=8343500ecb9b92fd1fad5dca74d824ce66991c3eac2ff64e1d5757ef98bfcae8 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools" ```