diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /media/libwebp/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'media/libwebp/moz.yaml')
-rw-r--r-- | media/libwebp/moz.yaml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/media/libwebp/moz.yaml b/media/libwebp/moz.yaml new file mode 100644 index 0000000000..b67caded92 --- /dev/null +++ b/media/libwebp/moz.yaml @@ -0,0 +1,63 @@ +schema: 1 + +bugzilla: + product: "Core" + component: "Graphics: ImageLib" + +origin: + name: "libwebp" + description: "WebP codec library" + + url: "https://chromium.googlesource.com/webm/libwebp" + license: BSD-3-Clause + + release: v1.3.0 (2022-12-19T16:23:35-08:00). + + revision: "v1.3.0" + + license-file: COPYING + +updatebot: + maintainer-phab: aosmond + maintainer-bz: aosmond@mozilla.com + tasks: + - type: vendoring + enabled: True + +vendoring: + url: https://github.com/webmproject/libwebp + source-hosting: github + tracking: tag + + exclude: + - "**" + - ".*" + + include: + - AUTHORS + - COPYING + - NEWS + - PATENTS + - README.md + - sharpyuv/*.h + - sharpyuv/*.c + - src/webp/*.h + - src/dec/*.h + - src/dec/*.c + - src/demux/demux.c + - src/dsp/*.h + - src/dsp/*.c + - src/enc/*.h + - src/enc/*.c + - src/utils/*.h + - src/utils/*.c + + keep: + - MOZCHANGES + - src/moz + + update-actions: + - action: delete-path + path: src/dsp/cpu.c + - action: delete-path + path: sharpyuv/sharpyuv_cpu.c |