mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 05:39:00 +08:00
37e0735d05
Fix one of https://github.com/microsoft/vcpkg/issues/32398 issue. When install `libjxl[tools]:x64-linux` will get this error: ```` CMake Error at scripts/cmake/vcpkg_copy_tools.cmake:36 (message): Couldn't find tool "cjpeg_hdr": "/home/test/Jon/vcpkg/packages/libjxl_x64-linux/bin/cjpeg_hdr" does not exist ```` - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] ~~SHA512s are updated for each updated download.~~ - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --------- Co-authored-by: Jon <v-zhli17@microsoft.com>
29 lines
551 B
JSON
29 lines
551 B
JSON
{
|
|
"name": "libjxl",
|
|
"version-semver": "0.10.2",
|
|
"port-version": 2,
|
|
"description": "JPEG XL image format reference implementation",
|
|
"homepage": "https://github.com/libjxl/libjxl",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"brotli",
|
|
"highway",
|
|
"lcms",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build user tools: cjxl and djxl",
|
|
"dependencies": [
|
|
"giflib",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|