Bug 1869043 allow a device to be specified with MediaTrackGraph::NotifyWhenDeviceStar...
[gecko.git] / media / libdav1d / moz.yaml
blob4a1f047e8ee4fee8c3e8bf064c4c5b7fc5e6dbdc
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: 746ab8b4f3021d7263c64d6b5d6f1e2c281c7acc (2023-12-19T13:15:43.000+01:00).
25   # Revision to pull in
26   # Must be a long or short commit SHA (long preferred)
27   revision: 746ab8b4f3021d7263c64d6b5d6f1e2c281c7acc
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']