summaryrefslogtreecommitdiffstats
path: root/media/libwebp/moz.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'media/libwebp/moz.yaml')
-rw-r--r--media/libwebp/moz.yaml62
1 files changed, 62 insertions, 0 deletions
diff --git a/media/libwebp/moz.yaml b/media/libwebp/moz.yaml
new file mode 100644
index 0000000000..f387be32ca
--- /dev/null
+++ b/media/libwebp/moz.yaml
@@ -0,0 +1,62 @@
+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.2 (2023-09-13T22:11:07Z).
+
+ revision: "v1.3.0"
+
+ license-file: COPYING
+
+updatebot:
+ maintainer-phab: tnikkel
+ maintainer-bz: tnikkel@gmail.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