mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
libjxl: update to 0.11.1.
This commit is contained in:
parent
4ce1d4fcda
commit
2acb5b372d
2 changed files with 7 additions and 12 deletions
|
@ -4470,9 +4470,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
|
||||
|
|
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -35,17 +35,13 @@ 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
|
||||
}
|
||||
}
|
||||
|
@ -53,7 +49,6 @@ libjxl-devel_package() {
|
|||
libjxl-tools_package() {
|
||||
short_desc+=" - tools"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/libjxl_extras_codec*"
|
||||
vmove usr/bin
|
||||
vmove usr/share/man/man1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue