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/libpng/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/libpng/moz.yaml')
-rw-r--r-- | media/libpng/moz.yaml | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/media/libpng/moz.yaml b/media/libpng/moz.yaml new file mode 100644 index 0000000000..ce4b6629d4 --- /dev/null +++ b/media/libpng/moz.yaml @@ -0,0 +1,84 @@ +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: aosmond + maintainer-bz: aosmond@mozilla.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" |