Source code

Revision control

Copy as Markdown

Other Tools

# Version of this schema
schema: 1
bugzilla:
# Bugzilla product and component for this directory and subdirectories
product: Core
component: "Audio/Video: Playback"
# Document the source of externally hosted code
origin:
# Short name of the package/library
name: opus
description: opus, an open, royalty-free, highly versatile audio codec
# Full URL for the package's homepage/etc
# Usually different from repository url
# Human-readable identifier for this version/release
# Generally "version NNN", "tag SSS", "bookmark SSS"
release: ab4e83598e7fc8b2ce82dc633a0fc0c452b629aa (2024-03-04T11:53:07.000-05:00).
# Revision to pull in
# Must be a long or short commit SHA (long preferred)
revision: ab4e83598e7fc8b2ce82dc633a0fc0c452b629aa
# The package's license, where possible using the mnemonic from
# Multiple licenses can be specified (as a YAML list)
# A "LICENSE" file must exist containing the full license text
license: BSD-2-Clause
license-file: COPYING
updatebot:
maintainer-phab: kinetik
maintainer-bz: kinetik@flim.org
tasks:
- type: vendoring
enabled: true
frequency: every
vendoring:
source-hosting: gitlab
vendor-directory: media/libopus
skip-vendoring-steps: ['move-contents', 'update-moz-build']
keep:
- COPYING
- gen-sources.py
- "*.patch"
- Makefile.in
- README_MOZILLA
- sources.mozbuild
- update.sh
update-actions:
- action: run-script
script: 'update.sh'
cwd: '{yaml_dir}'
args: ['{tmpextractdir}']
- action: replace-in-file-regex
file: moz.build
pattern: 'DEFINES\["OPUS_VERSION"\] = "(.+)"'
with: 'DEFINES["OPUS_VERSION"] = "{revision}"'