diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /media/libjxl/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'media/libjxl/moz.yaml')
-rw-r--r-- | media/libjxl/moz.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/media/libjxl/moz.yaml b/media/libjxl/moz.yaml new file mode 100644 index 0000000000..21659356d0 --- /dev/null +++ b/media/libjxl/moz.yaml @@ -0,0 +1,37 @@ +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: 27f0ffaf77ca9d08222bb17406483ae4509de4dd (2023-01-13T06:02:06Z). + + revision: 27f0ffaf77ca9d08222bb17406483ae4509de4dd + + 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 |