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