moz.yaml (742B)
1 schema: 1 2 3 bugzilla: 4 product: Core 5 component: "Graphics: ImageLib" 6 7 origin: 8 name: libjxl 9 description: JPEG XL image format reference implementation 10 11 url: https://github.com/libjxl/libjxl 12 13 release: v0.11.1 (2024-11-26T14:02:35+01:00). 14 15 revision: v0.11.1 16 17 license: Apache-2.0 18 19 license-file: LICENSE 20 21 updatebot: 22 maintainer-phab: saschanaz 23 maintainer-bz: krosylight@mozilla.com 24 tasks: 25 - type: vendoring 26 enabled: True 27 frequency: release 28 29 vendoring: 30 url: https://github.com/libjxl/libjxl 31 source-hosting: github 32 tracking: tag 33 vendor-directory: third_party/jpeg-xl 34 35 exclude: 36 - doc 37 - third_party/testdata 38 - tools 39 - lib/lib.gni # Symlink is not permitted in mozilla-central