[libjxl] Update to v0.11.0 (#40971)

This commit is contained in:
Lucas Chollet 2024-09-16 15:28:11 -04:00 committed by GitHub
parent ab8ce70555
commit 45baa07f73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 19 deletions

View File

@ -1,13 +0,0 @@
diff --git a/lib/jxl_extras.cmake b/lib/jxl_extras.cmake
index 597f691..b1c184c 100644
--- a/lib/jxl_extras.cmake
+++ b/lib/jxl_extras.cmake
@@ -151,7 +151,7 @@ endif()
### Library that does not depend on internal parts of jxl library.
### Used by cjxl and djxl binaries.
-add_library(jxl_extras_codec
+add_library(jxl_extras_codec STATIC
$<TARGET_OBJECTS:jxl_extras_core-obj>
)
target_link_libraries(jxl_extras_codec PRIVATE

View File

@ -2,11 +2,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libjxl/libjxl
REF "v${VERSION}"
SHA512 1d19f30c0ae94e212326a15dc128612bce207e619c55c2a020401a27d01a933de71bb35e907521dc8fd853dd5578d74d74f7a5a282f0083fd22cf9cb07ccb96e
SHA512 a3648a5f046cae36b3272c46525d002d490f781f44647d4d8318f0b773dd9b7902582ced5636af3489f1d6a44e3baf8ad2e5ab47d26869d16b01607d90e14053
HEAD_REF main
PATCHES
fix-dependencies.patch
fix-tools-build.patch
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS

View File

@ -1,7 +1,6 @@
{
"name": "libjxl",
"version-semver": "0.10.2",
"port-version": 4,
"version-semver": "0.11.0",
"description": "JPEG XL image format reference implementation",
"homepage": "https://github.com/libjxl/libjxl",
"license": "BSD-3-Clause",

View File

@ -4669,8 +4669,8 @@
"port-version": 0
},
"libjxl": {
"baseline": "0.10.2",
"port-version": 4
"baseline": "0.11.0",
"port-version": 0
},
"libkeyfinder": {
"baseline": "2.2.8",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4b34b45d6f795bc96a17c6288365baa25bac6cfb",
"version-semver": "0.11.0",
"port-version": 0
},
{
"git-tree": "41e26aeaddac21391e72200277a3bcda04cd7072",
"version-semver": "0.10.2",