summaryrefslogtreecommitdiffstats
path: root/media/libyuv/moz.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /media/libyuv/moz.yaml
parentInitial commit. (diff)
downloadfirefox-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/libyuv/moz.yaml')
-rw-r--r--media/libyuv/moz.yaml56
1 files changed, 56 insertions, 0 deletions
diff --git a/media/libyuv/moz.yaml b/media/libyuv/moz.yaml
new file mode 100644
index 0000000000..318735146a
--- /dev/null
+++ b/media/libyuv/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: "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: 2bdc210be9eb11ded16bf3ef1f6cadb0d4dcb0c2
+
+ # 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:
+ - fix_build_errors.patch
+ - make_mjpeg_printfs_optional.patch
+ - update_gyp.patch