Bug 1845599 - Skip tests for private identifiers in decorators; r=mgaudet
[gecko.git] / media / libwebp / moz.yaml
blob9b134aa70459a4545de1237c6e6a8d9a81458484
1 schema: 1
3 bugzilla:
4   product: "Core"
5   component: "Graphics: ImageLib"
7 origin:
8   name: "libwebp"
9   description: "WebP codec library"
11   url: "https://chromium.googlesource.com/webm/libwebp"
12   license: BSD-3-Clause
14   release: v1.3.1-rc2 (2023-06-23T11:52:38-07:00).
16   revision: "v1.3.0"
18   license-file: COPYING
20 updatebot:
21   maintainer-phab: aosmond
22   maintainer-bz: aosmond@mozilla.com
23   tasks:
24     - type: vendoring
25       enabled: True
27 vendoring:
28   url: https://github.com/webmproject/libwebp
29   source-hosting: github
30   tracking: tag
32   exclude:
33     - "**"
34     - ".*"
36   include:
37     - AUTHORS
38     - COPYING
39     - NEWS
40     - PATENTS
41     - README.md
42     - sharpyuv/*.h
43     - sharpyuv/*.c
44     - src/webp/*.h
45     - src/dec/*.h
46     - src/dec/*.c
47     - src/demux/demux.c
48     - src/dsp/*.h
49     - src/dsp/*.c
50     - src/enc/*.h
51     - src/enc/*.c
52     - src/utils/*.h
53     - src/utils/*.c
55   keep:
56     - MOZCHANGES
57     - src/moz
59   update-actions:
60     - action: delete-path
61       path: src/dsp/cpu.c
62     - action: delete-path
63       path: sharpyuv/sharpyuv_cpu.c