2018-11-23 16:00:07 +03:00
|
|
|
# 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"
|
|
|
|
|
2022-11-24 07:34:07 +03:00
|
|
|
# Human-readable identifier for this version/release
|
|
|
|
# Generally "version NNN", "tag SSS", "bookmark SSS"
|
2022-06-28 19:29:39 +03:00
|
|
|
release: "master (2022-06-22 00:11:49)"
|
2018-11-23 16:00:07 +03:00
|
|
|
|
2022-11-24 07:34:07 +03:00
|
|
|
# Revision to pull in
|
|
|
|
# Must be a long or short commit SHA (long preferred)
|
2023-08-11 07:21:56 +03:00
|
|
|
revision: b2528b0be934de1918e20c85fc170d809eeb49ab
|
2022-11-24 07:34:07 +03:00
|
|
|
|
|
|
|
# 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:
|
2023-10-10 11:21:13 +03:00
|
|
|
- ".*"
|
2022-11-24 07:34:07 +03:00
|
|
|
|
|
|
|
patches:
|
|
|
|
- fix_build_errors.patch
|
|
|
|
- make_mjpeg_printfs_optional.patch
|
|
|
|
- update_gyp.patch
|