This commit is contained in:
DubbleClick
2025-07-20 00:10:30 +07:00
parent 6c18862fd1
commit 2ef64e4597
6 changed files with 73 additions and 2 deletions

View File

@@ -240,7 +240,8 @@
"zstd",
"xz",
"libzip",
"libxml2"
"libxml2",
"libjxl"
]
},
"imap": {
@@ -419,6 +420,20 @@
"zlib"
]
},
"libjxl": {
"source": "libjxl",
"static-libs-unix": [
"libjxl.a",
"libjxl_dec.a"
],
"lib-depends": [
"brotli",
"libgif",
"libjpeg",
"libpng",
"libwebp"
]
},
"liblz4": {
"source": "liblz4",
"static-libs-unix": [

View File

@@ -553,6 +553,14 @@
"path": "LICENSE.md"
}
},
"libjxl": {
"type": "ghtar",
"repo": "libjxl/libjxl",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"liblz4": {
"type": "ghrel",
"repo": "lz4/lz4",