Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libjxl: update to 0.11.1. #54362

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4469,9 +4469,9 @@ libplayerctl.so.2 playerctl-2.4.1_1
libwireplumber-0.5.so.0 wireplumber-0.5.2_1
libjodycode.so.3 libjodycode-3.0.1_1
libgsoapssl++-2.8.124.so gsoap-2.8.124_1
libjxl.so.0.10 libjxl-0.10.0_1
libjxl_cms.so.0.10 libjxl-0.10.0_1
libjxl_threads.so.0.10 libjxl-0.10.0_1
libjxl.so.0.11 libjxl-0.11.0_1
libjxl_cms.so.0.11 libjxl-0.11.0_1
libjxl_threads.so.0.11 libjxl-0.11.0_1
libtext-engine-0.1.so.0 text-engine-0.1.1_1
libvmaf.so.1 vmaf-2.3.1_1
liblc3.so.1 liblc3-1.0.3_1
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/chafa/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'chafa'
pkgname=chafa
version=1.14.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-man"
hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/digikam/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'digikam'
pkgname=digikam
version=8.5.0
revision=2
revision=3
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins -DBUILD_WITH_QT6=ON
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/glycin/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'glycin'
pkgname=glycin
version=1.1.4
revision=1
revision=2
build_style=meson
build_helper="rust gir"
configure_args="-Dtest_skip_install=true"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/imlib2/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'imlib2'
pkgname=imlib2
version=1.12.3
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static --sysconfdir=/etc/imlib2 --enable-visibility-hiding"
hostmakedepends="pkg-config"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kf6-kimageformats/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kf6-kimageformats'
pkgname=kf6-kimageformats
version=6.10.0
revision=1
revision=2
build_style=cmake
configure_args="-DKIMAGEFORMATS_HEIF=ON -DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/krita/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'krita'
pkgname=krita
version=5.2.9
revision=1
revision=2
build_style=cmake
configure_args="-Wno-dev -DBUILD_TESTING=OFF -DENABLE_UPDATERS=OFF"
hostmakedepends="extra-cmake-modules gettext pkg-config python3
Expand Down
13 changes: 4 additions & 9 deletions srcpkgs/libjxl/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libjxl'
pkgname=libjxl
version=0.10.3
revision=2
version=0.11.1
revision=1
_testdata_hash=ff8d743aaba05b3014f17e5475e576242fa979fc
build_style=cmake
configure_args="-DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_EXAMPLES=OFF
Expand All @@ -18,7 +18,7 @@ homepage="https://jpeg.org/jpegxl/"
changelog="https://raw.githubusercontent.com/libjxl/libjxl/main/CHANGELOG.md"
distfiles="https://github.com/libjxl/libjxl/archive/v${version}.tar.gz
https://github.com/libjxl/testdata/archive/${_testdata_hash}.tar.gz>testdata-${_testdata_hash}.tar.gz"
checksum="e0191411cfcd927eebe5392d030fe4283fe27ba1685ab7265104936e0b4283a6
checksum="1492dfef8dd6c3036446ac3b340005d92ab92f7d48ee3271b5dac1d36945d3d9
9c45a108df32a002a69465df896d33acf77d97c88fb59dffa0dff5628370e96f"
skip_extraction="testdata-${_testdata_hash}.tar.gz"

Expand All @@ -35,25 +35,20 @@ post_install() {
vlicense PATENTS
}

post_install() {
# Remove devel symlink for internal library only used for tools. (headers don't get installed)
rm ${DESTDIR}/usr/lib/libjxl_extras_codec.so
}

libjxl-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision} highway-devel brotli-devel"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
}
}

libjxl-tools_package() {
short_desc+=" - tools"
pkg_install() {
vmove "usr/lib/libjxl_extras_codec*"
vmove usr/bin
vmove usr/share/man/man1
}
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/rawtherapee/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'rawtherapee'
pkgname=rawtherapee
version=5.11
revision=1
revision=2
build_style=cmake
configure_args="-DCACHE_NAME_SUFFIX=\"\" -DWITH_LTO=ON -DWITH_SYSTEM_LIBRAW=ON"
hostmakedepends="pkg-config"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/swayimg/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'swayimg'
pkgname=swayimg
version=3.7
revision=1
revision=2
build_style=meson
configure_args="-D version=${version}"
hostmakedepends="pkg-config wayland-devel"
Expand Down
Loading