diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /media/libyuv/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'media/libyuv/moz.yaml')
-rw-r--r-- | media/libyuv/moz.yaml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/media/libyuv/moz.yaml b/media/libyuv/moz.yaml new file mode 100644 index 0000000000..5aead6eded --- /dev/null +++ b/media/libyuv/moz.yaml @@ -0,0 +1,57 @@ +# Version of this schema +schema: 1 + +bugzilla: + # Bugzilla product and component for this directory and subdirectories + product: "Core" + component: "Graphics" + +# The source in this directory was copied from upstream by running the +# update.py script from media/libyuv. Any changes made relative to upstream +# should be reflected in that script, e.g. by applying patch files after the +# copy step. + +origin: + name: "libyuv" + description: "YUV-format image scaling and conversion library" + + url: "https://chromium.googlesource.com/libyuv/libyuv" + + # Human-readable identifier for this version/release + # Generally "version NNN", "tag SSS", "bookmark SSS" + release: "master (2022-06-22 00:11:49)" + + # Revision to pull in + # Must be a long or short commit SHA (long preferred) + revision: ea26d7adb1da4c1bd80e99b9d2f6e9ca0b9cde0e + + # 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-3-Clause-Clear" + + license-file: LICENSE + +updatebot: + maintainer-phab: chew + maintainer-bz: ngrunbaum@mozilla.com + tasks: + - type: vendoring + enabled: true + frequency: release + +vendoring: + url: https://chromium.googlesource.com/libyuv/libyuv/ + source-hosting: googlesource + vendor-directory: media/libyuv/libyuv/ + skip-vendoring-steps: ['update-moz-build'] + + exclude: + - .gitattributes + - .gitignore + + patches: + - fix_build_errors.patch + - make_mjpeg_printfs_optional.patch + - update_gyp.patch |