Bug 1874684 - Part 28: Return DateDuration from DifferenceISODateTime. r=mgaudet
[gecko.git] / media / libpng / moz.yaml
blob4d193089acd21f0c66524dd9f8aac8f279c0f780
1 schema: 1
3 bugzilla:
4   product: "Core"
5   component: "Graphics: ImageLib"
7 origin:
8   name: "libpng"
9   description: "PNG reference library"
11   url: "http://www.libpng.org/pub/png/libpng.html"
12   license: libpng
14   release: v1.6.43 (2024-02-23T11:51:40+02:00).
16   revision: "v1.6.43"
18   license-file: LICENSE
20 updatebot:
21   maintainer-phab: tnikkel
22   maintainer-bz: tnikkel@gmail.com
23   tasks:
24     - type: vendoring
25       enabled: True
27 vendoring:
28   url: https://github.com/glennrp/libpng
29   source-hosting: github
30   tracking: tag
32   exclude:
33     - "**"
34     - "*/.editorconfig"
36   include:
37     - arm
38     - contrib/arm-neon/linux.c
39     - intel
40     - mips
41     - powerpc
42     - ANNOUNCE
43     - AUTHORS
44     - CHANGES
45     - libpng-manual.txt
46     - LICENSE
47     - README
48     - TRADEMARK
49     - png.c
50     - pngconf.h
51     - pngdebug.h
52     - pngerror.c
53     - pngget.c
54     - png.h
55     - pnginfo.h
56     - pngmem.c
57     - pngpread.c
58     - pngpriv.h
59     - pngread.c
60     - pngrio.c
61     - pngrtran.c
62     - pngrutil.c
63     - pngset.c
64     - pngstruct.h
65     - pngtrans.c
66     - pngwio.c
67     - pngwrite.c
68     - pngwtran.c
69     - pngwutil.c
71   keep:
72     - MOZCHANGES
73     - crashtests
74     - pnglibconf.h
76   update-actions:
77     - action: copy-file
78       from: 'contrib/arm-neon/linux.c'
79       to: 'arm/linux.c'
80     - action: delete-path
81       path: 'contrib'
83   patches:
84     - "*.patch"