зеркало из https://github.com/mozilla/gecko-dev.git
56 строки
1.4 KiB
YAML
56 строки
1.4 KiB
YAML
# Version of this schema
|
|
schema: 1
|
|
|
|
bugzilla:
|
|
# Bugzilla product and component for this directory and subdirectories
|
|
product: Core
|
|
component: "ImageLib"
|
|
|
|
# Document the source of externally hosted code
|
|
origin:
|
|
|
|
# Short name of the package/library
|
|
name: libjxl
|
|
|
|
description: JPEG XL image format reference implementation
|
|
|
|
# Full URL for the package's homepage/etc
|
|
# Usually different from repository url
|
|
url: https://github.com/libjxl/libjxl
|
|
|
|
# Human-readable identifier for this version/release
|
|
# Generally "version NNN", "tag SSS", "bookmark SSS"
|
|
release: commit 9e8c5766ba32c008ddcaf11f0fac591aa7964f7b (2021-11-10T07:51:06Z).
|
|
|
|
# Revision to pull in
|
|
# Must be a long or short commit SHA (long preferred)
|
|
# NOTE(krosylight): Update highway together when updating this!
|
|
revision: 9e8c5766ba32c008ddcaf11f0fac591aa7964f7b
|
|
|
|
# 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: Apache-2.0
|
|
|
|
license-file: LICENSE
|
|
|
|
updatebot:
|
|
maintainer-phab: saschanaz
|
|
maintainer-bz: krosylight@mozilla.com
|
|
tasks:
|
|
- type: vendoring
|
|
enabled: True
|
|
frequency: 3 weeks
|
|
|
|
vendoring:
|
|
url: https://github.com/libjxl/libjxl
|
|
source-hosting: github
|
|
vendor-directory: third_party/jpeg-xl
|
|
|
|
exclude:
|
|
- doc/
|
|
- third_party/testdata/
|
|
- tools/
|
|
|