Bug 1869043 remove declaration of missing CreateOrDestroyAudioTracks r=padenot
[gecko.git] / media / libjxl / moz.yaml
blob3dc1c4fe777268ddb8efdb88e32558ec523c0a7b
1 schema: 1
3 bugzilla:
4   product: Core
5   component: "Graphics: ImageLib"
7 origin:
8   name: libjxl
9   description: JPEG XL image format reference implementation
11   url: https://github.com/libjxl/libjxl
13   release: b26041c708d523ac53bb7d95d4f5c4a5d3b1ce30 (2024-01-08T13:55:50Z).
15   revision: b26041c708d523ac53bb7d95d4f5c4a5d3b1ce30
17   license: Apache-2.0
19   license-file: LICENSE
21 updatebot:
22     maintainer-phab: saschanaz
23     maintainer-bz: krosylight@mozilla.com
24     tasks:
25       - type: vendoring
26         enabled: True
27         frequency: 3 weeks
29 vendoring:
30   url: https://github.com/libjxl/libjxl
31   source-hosting: github
32   vendor-directory: third_party/jpeg-xl
34   exclude:
35     - doc
36     - third_party/testdata
37     - tools
38     - lib/lib.gni # Symlink is not permitted in mozilla-central