summaryrefslogtreecommitdiffstats
path: root/media/libpng/moz.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /media/libpng/moz.yaml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'media/libpng/moz.yaml')
-rw-r--r--media/libpng/moz.yaml83
1 files changed, 83 insertions, 0 deletions
diff --git a/media/libpng/moz.yaml b/media/libpng/moz.yaml
new file mode 100644
index 0000000000..11e0eefc7b
--- /dev/null
+++ b/media/libpng/moz.yaml
@@ -0,0 +1,83 @@
+schema: 1
+
+bugzilla:
+ product: "Core"
+ component: "Graphics: ImageLib"
+
+origin:
+ name: "libpng"
+ description: "PNG reference library"
+
+ url: "http://www.libpng.org/pub/png/libpng.html"
+ license: libpng
+
+ release: commit v1.6.39 (2022-11-20T23:53:23+02:00).
+
+ revision: "v1.6.39"
+
+ license-file: LICENSE
+
+updatebot:
+ maintainer-phab: tnikkel
+ maintainer-bz: tnikkel@gmail.com
+ tasks:
+ - type: vendoring
+ enabled: True
+
+vendoring:
+ url: https://github.com/glennrp/libpng
+ source-hosting: github
+ tracking: tag
+
+ exclude:
+ - "**"
+
+ include:
+ - arm
+ - contrib/arm-neon/linux.c
+ - intel
+ - mips
+ - powerpc
+ - ANNOUNCE
+ - AUTHORS
+ - CHANGES
+ - libpng-manual.txt
+ - LICENSE
+ - README
+ - TRADEMARK
+ - png.c
+ - pngconf.h
+ - pngdebug.h
+ - pngerror.c
+ - pngget.c
+ - png.h
+ - pnginfo.h
+ - pngmem.c
+ - pngpread.c
+ - pngpriv.h
+ - pngread.c
+ - pngrio.c
+ - pngrtran.c
+ - pngrutil.c
+ - pngset.c
+ - pngstruct.h
+ - pngtrans.c
+ - pngwio.c
+ - pngwrite.c
+ - pngwtran.c
+ - pngwutil.c
+
+ keep:
+ - MOZCHANGES
+ - crashtests
+ - pnglibconf.h
+
+ update-actions:
+ - action: copy-file
+ from: 'contrib/arm-neon/linux.c'
+ to: 'arm/linux.c'
+ - action: delete-path
+ path: 'contrib'
+
+ patches:
+ - "*.patch"