mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
22 lines
448 B
YAML
22 lines
448 B
YAML
|
|
libjxl:
|
||
|
|
type: library
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: git
|
||
|
|
url: 'https://github.com/libjxl/libjxl'
|
||
|
|
rev: main
|
||
|
|
submodules: [third_party/highway, third_party/libjpeg-turbo, third_party/sjpeg, third_party/skcms]
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE]
|
||
|
|
license: BSD-3-Clause
|
||
|
|
depends:
|
||
|
|
- brotli
|
||
|
|
- libjpeg
|
||
|
|
- libpng
|
||
|
|
- libwebp
|
||
|
|
pkg-configs:
|
||
|
|
- libjxl
|
||
|
|
- libjxl_cms
|
||
|
|
- libjxl_threads
|
||
|
|
- libhwy
|