Bug 1792034 [wpt PR 36019] - Make location.search always expect UTF-8, a=testonly
[gecko.git] / media / libaom / moz.yaml
blob233edf021f4f5fbe947c74fcca1fa6a57fbe7789
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: commit 1e227d41f0616de9548a673a83a21ef990b62591 (Tue Sep 18 17:30:35 2018 +0000).
25   # Revision to pull in
26   # Must be a long or short commit SHA (long preferred)
27   revision: 1e227d41f0616de9548a673a83a21ef990b62591
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 vendoring:
36   url: https://aomedia.googlesource.com/aom
37   source-hosting: googlesource
38   vendor-directory: third_party/aom
40   exclude:
41     - build/.gitattributes
42     - build/.gitignore
44   update-actions:
45     - action: delete-path
46       path: '{yaml_dir}/config'
47     - action: run-script
48       script: '{cwd}/generate_sources_mozbuild.sh'
49       cwd: '{yaml_dir}'