Backed out 10 changesets (bug 1803810) for xpcshell failures on test_import_global...
[gecko.git] / media / libaom / moz.yaml
blobcc01efbd27b66302bfb84e83fe281e709266884a
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: "Audio/Video: Playback"
9 # Document the source of externally hosted code
10 origin:
12   # Short name of the package/library
13   name: aom
15   description: av1 decoder
17   # Full URL for the package's homepage/etc
18   # Usually different from repository url
19   url: https://aomedia.googlesource.com/aom/
21   # Human-readable identifier for this version/release
22   # Generally "version NNN", "tag SSS", "bookmark SSS"
23   release: 8cb8ebb5a1b4f8c361baf4cde9a55733ade3e723 (Thu Jan 11 17:13:41 2024 -0800).
25   # Revision to pull in
26   # Must be a long or short commit SHA (long preferred)
27   revision: 8cb8ebb5a1b4f8c361baf4cde9a55733ade3e723
29   # The package's license, where possible using the mnemonic from
30   # https://spdx.org/licenses/
31   # Multiple licenses can be specified (as a YAML list)
32   # A "LICENSE" file must exist containing the full license text
33   license: BSD-2-Clause
35 updatebot:
36     maintainer-phab: padenot
37     maintainer-bz: padenot@mozilla.com
38     tasks:
39       - type: vendoring
40         enabled: true
41         frequency: release
43 vendoring:
44   url: https://aomedia.googlesource.com/aom
45   source-hosting: googlesource
46   vendor-directory: third_party/aom
48   exclude:
49     - "build/.git*"
51   update-actions:
52     - action: delete-path
53       path: '{yaml_dir}/config'
54     - action: run-script
55       script: '{yaml_dir}/generate_sources_mozbuild.sh'
56       cwd: '{yaml_dir}'