Merge mozilla-central to autoland. CLOSED TREE
[gecko.git] / media / libyuv / moz.yaml
blob318735146a92e76f713670d13e1f5efab70e55ab
1 # Version of this schema
2 schema: 1
4 bugzilla:
5   # Bugzilla product and component for this directory and subdirectories
6   product: "Core"
7   component: "Graphics"
9 # The source in this directory was copied from upstream by running the
10 # update.py script from media/libyuv. Any changes made relative to upstream
11 # should be reflected in that script, e.g. by applying patch files after the
12 # copy step.
14 origin:
15   name: "libyuv"
16   description: "YUV-format image scaling and conversion library"
18   url: "https://chromium.googlesource.com/libyuv/libyuv"
20   # Human-readable identifier for this version/release
21   # Generally "version NNN", "tag SSS", "bookmark SSS"
22   release: "master (2022-06-22 00:11:49)"
24   # Revision to pull in
25   # Must be a long or short commit SHA (long preferred)
26   revision: 2bdc210be9eb11ded16bf3ef1f6cadb0d4dcb0c2
28   # The package's license, where possible using the mnemonic from
29   # https://spdx.org/licenses/
30   # Multiple licenses can be specified (as a YAML list)
31   # A "LICENSE" file must exist containing the full license text
32   license: "BSD-3-Clause-Clear"
34   license-file: LICENSE
36 updatebot:
37     maintainer-phab: ng
38     maintainer-bz: na-g@nostrum.com
39     tasks:
40       - type: vendoring
41         enabled: true
42         frequency: release
44 vendoring:
45   url: https://chromium.googlesource.com/libyuv/libyuv/
46   source-hosting: googlesource
47   vendor-directory: media/libyuv/libyuv/
48   skip-vendoring-steps: ['update-moz-build']
50   exclude:
51     - ".*"
53   patches:
54     - fix_build_errors.patch
55     - make_mjpeg_printfs_optional.patch
56     - update_gyp.patch