mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
01e85f6dea
This extends the fix upstream did in 616bee5420b62a7be09fda0252034e8be85f91b0, which was not enough. Differential Revision: https://phabricator.services.mozilla.com/D221275
59 lines
1.6 KiB
YAML
59 lines
1.6 KiB
YAML
# 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: 616bee5420b62a7be09fda0252034e8be85f91b0
|
|
|
|
# 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: ng
|
|
maintainer-bz: na-g@nostrum.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:
|
|
- ".*"
|
|
|
|
patches:
|
|
- 00_fix_build_errors.patch
|
|
- 01_make_mjpeg_printfs_optional.patch
|
|
- 02_update_gyp.patch
|
|
- 03_add_neon64_and_sve_gyp_targets.patch
|
|
- 04_add_missing_volatile.patch
|