diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /media/libaom/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'media/libaom/moz.yaml')
-rw-r--r-- | media/libaom/moz.yaml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/media/libaom/moz.yaml b/media/libaom/moz.yaml new file mode 100644 index 0000000000..cc01efbd27 --- /dev/null +++ b/media/libaom/moz.yaml @@ -0,0 +1,56 @@ +# Version of this schema +schema: 1 + +bugzilla: + # Bugzilla product and component for this directory and subdirectories + product: Core + component: "Audio/Video: Playback" + +# Document the source of externally hosted code +origin: + + # Short name of the package/library + name: aom + + description: av1 decoder + + # Full URL for the package's homepage/etc + # Usually different from repository url + url: https://aomedia.googlesource.com/aom/ + + # Human-readable identifier for this version/release + # Generally "version NNN", "tag SSS", "bookmark SSS" + release: 8cb8ebb5a1b4f8c361baf4cde9a55733ade3e723 (Thu Jan 11 17:13:41 2024 -0800). + + # Revision to pull in + # Must be a long or short commit SHA (long preferred) + revision: 8cb8ebb5a1b4f8c361baf4cde9a55733ade3e723 + + # The package's license, where possible using the mnemonic from + # https://spdx.org/licenses/ + # Multiple licenses can be specified (as a YAML list) + # A "LICENSE" file must exist containing the full license text + license: BSD-2-Clause + +updatebot: + maintainer-phab: padenot + maintainer-bz: padenot@mozilla.com + tasks: + - type: vendoring + enabled: true + frequency: release + +vendoring: + url: https://aomedia.googlesource.com/aom + source-hosting: googlesource + vendor-directory: third_party/aom + + exclude: + - "build/.git*" + + update-actions: + - action: delete-path + path: '{yaml_dir}/config' + - action: run-script + script: '{yaml_dir}/generate_sources_mozbuild.sh' + cwd: '{yaml_dir}' |