No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes ct-logs...
[gecko.git] / media / libdav1d / moz.yaml
blob9bfe45402841c8b723a9ae8bff8b9adafc88e765
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: 7072e79faa8b8f387960b4a738139c98c270277f (2024-10-07T13:04:34.000+02:00).
25   # Revision to pull in
26   # Must be a long or short commit SHA (long preferred)
27   revision: 7072e79faa8b8f387960b4a738139c98c270277f
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'
61   update-actions:
62     - action: copy-file
63       from: include/vcs_version.h.in
64       to: '{yaml_dir}/vcs_version.h'
65     - action: replace-in-file
66       pattern: '@VCS_TAG@'
67       with: '{revision}'
68       file: '{yaml_dir}/vcs_version.h'
69     - action: copy-file
70       from: include/dav1d/version.h
71       to: '{yaml_dir}/version.h'