Bug 1874684 - Part 28: Return DateDuration from DifferenceISODateTime. r=mgaudet
[gecko.git] / media / libdav1d / moz.yaml
blobca526ea688f49df7f7b2ba648642507ef4b11471
1 # Version of this schema
2 schema: 1
4 bugzilla:
5   # Bugzilla product and component for this directory and subdirectories
6   product: Core
7   component: "Audio/Video: Playback"
9 # Document the source of externally hosted code
10 origin:
12   # Short name of the package/library
13   name: dav1d
15   description: dav1d, a fast AV1 decoder
17   # Full URL for the package's homepage/etc
18   # Usually different from repository url
19   url: https://code.videolan.org/videolan/dav1d
21   # Human-readable identifier for this version/release
22   # Generally "version NNN", "tag SSS", "bookmark SSS"
23   release: 8e08426468a76d8a667e8a79d92bafd85d7411ac (2024-03-18T20:50:37.000+00:00).
25   # Revision to pull in
26   # Must be a long or short commit SHA (long preferred)
27   revision: 8e08426468a76d8a667e8a79d92bafd85d7411ac
29   # The package's license, where possible using the mnemonic from
30   # https://spdx.org/licenses/
31   # Multiple licenses can be specified (as a YAML list)
32   # A "LICENSE" file must exist containing the full license text
33   license: BSD-2-Clause
35   license-file: COPYING
37 updatebot:
38     maintainer-phab: chunmin
39     maintainer-bz: cchang@mozilla.com
40     tasks:
41       - type: vendoring
42         enabled: true
43         frequency: release
45 vendoring:
46   url: https://code.videolan.org/videolan/dav1d
47   source-hosting: gitlab
48   vendor-directory: third_party/dav1d
50   exclude:
51     - "build/.git*"
52     - doc
53     - examples
54     - package
55     - tests/checkasm
56     - tools
58   generated:
59     - '{yaml_dir}/vcs_version.h'
60     - '{yaml_dir}/version.h'
62   update-actions:
63     - action: copy-file
64       from: include/vcs_version.h.in
65       to: '{yaml_dir}/vcs_version.h'
66     - action: replace-in-file
67       pattern: '@VCS_TAG@'
68       with: '{revision}'
69       file: '{yaml_dir}/vcs_version.h'
70     - action: run-script
71       script: '{yaml_dir}/update-version.sh'
72       cwd: '{vendor_dir}'
73       args: ['{yaml_dir}/version.h']