libjxl: update to 0.11.1.

This commit is contained in:
oreo639 2025-02-10 15:52:51 -08:00 committed by oreo639
parent 4ce1d4fcda
commit 2acb5b372d
2 changed files with 7 additions and 12 deletions

View File

@ -4470,9 +4470,9 @@ libplayerctl.so.2 playerctl-2.4.1_1
libwireplumber-0.5.so.0 wireplumber-0.5.2_1 libwireplumber-0.5.so.0 wireplumber-0.5.2_1
libjodycode.so.3 libjodycode-3.0.1_1 libjodycode.so.3 libjodycode-3.0.1_1
libgsoapssl++-2.8.124.so gsoap-2.8.124_1 libgsoapssl++-2.8.124.so gsoap-2.8.124_1
libjxl.so.0.10 libjxl-0.10.0_1 libjxl.so.0.11 libjxl-0.11.0_1
libjxl_cms.so.0.10 libjxl-0.10.0_1 libjxl_cms.so.0.11 libjxl-0.11.0_1
libjxl_threads.so.0.10 libjxl-0.10.0_1 libjxl_threads.so.0.11 libjxl-0.11.0_1
libtext-engine-0.1.so.0 text-engine-0.1.1_1 libtext-engine-0.1.so.0 text-engine-0.1.1_1
libvmaf.so.1 vmaf-2.3.1_1 libvmaf.so.1 vmaf-2.3.1_1
liblc3.so.1 liblc3-1.0.3_1 liblc3.so.1 liblc3-1.0.3_1

View File

@ -1,7 +1,7 @@
# Template file for 'libjxl' # Template file for 'libjxl'
pkgname=libjxl pkgname=libjxl
version=0.10.3 version=0.11.1
revision=2 revision=1
_testdata_hash=ff8d743aaba05b3014f17e5475e576242fa979fc _testdata_hash=ff8d743aaba05b3014f17e5475e576242fa979fc
build_style=cmake build_style=cmake
configure_args="-DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_EXAMPLES=OFF configure_args="-DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_EXAMPLES=OFF
@ -18,7 +18,7 @@ homepage="https://jpeg.org/jpegxl/"
changelog="https://raw.githubusercontent.com/libjxl/libjxl/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/libjxl/libjxl/main/CHANGELOG.md"
distfiles="https://github.com/libjxl/libjxl/archive/v${version}.tar.gz 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" https://github.com/libjxl/testdata/archive/${_testdata_hash}.tar.gz>testdata-${_testdata_hash}.tar.gz"
checksum="e0191411cfcd927eebe5392d030fe4283fe27ba1685ab7265104936e0b4283a6 checksum="1492dfef8dd6c3036446ac3b340005d92ab92f7d48ee3271b5dac1d36945d3d9
9c45a108df32a002a69465df896d33acf77d97c88fb59dffa0dff5628370e96f" 9c45a108df32a002a69465df896d33acf77d97c88fb59dffa0dff5628370e96f"
skip_extraction="testdata-${_testdata_hash}.tar.gz" skip_extraction="testdata-${_testdata_hash}.tar.gz"
@ -35,17 +35,13 @@ post_install() {
vlicense PATENTS 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() { libjxl-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision} highway-devel brotli-devel" depends="${sourcepkg}>=${version}_${revision} highway-devel brotli-devel"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
} }
} }
@ -53,7 +49,6 @@ libjxl-devel_package() {
libjxl-tools_package() { libjxl-tools_package() {
short_desc+=" - tools" short_desc+=" - tools"
pkg_install() { pkg_install() {
vmove "usr/lib/libjxl_extras_codec*"
vmove usr/bin vmove usr/bin
vmove usr/share/man/man1 vmove usr/share/man/man1
} }