Bug 1824634 disconnect from GtkIMContext OnDestroyWindow r=masayuki
[gecko.git] / media / libjxl / moz.yaml
blobcf0c3d756a9b3b091e0d5ae663ecd5d19771d9dd
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: 190d44fbe463c5c3081081c80633639f69478d97 (2023-06-30T21:25:24Z).
15   revision: 190d44fbe463c5c3081081c80633639f69478d97
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