tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.yaml (1551B)


      1 # Version of this schema
      2 schema: 1
      3 
      4 bugzilla:
      5  # Bugzilla product and component for this directory and subdirectories
      6  product: Core
      7  component: "Audio/Video: Playback"
      8 
      9 # Document the source of externally hosted code
     10 origin:
     11 
     12  # Short name of the package/library
     13  name: aom
     14 
     15  description: av1 decoder
     16 
     17  # Full URL for the package's homepage/etc
     18  # Usually different from repository url
     19  url: https://aomedia.googlesource.com/aom/
     20 
     21  # Human-readable identifier for this version/release
     22  # Generally "version NNN", "tag SSS", "bookmark SSS"
     23  release: 2f785ee9773fdc67f5418f7962537393cf145167 (Mon Sep 15 09:11:08 2025 -0700).
     24 
     25  # Revision to pull in
     26  # Must be a long or short commit SHA (long preferred)
     27  revision: 2f785ee9773fdc67f5418f7962537393cf145167
     28 
     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
     34 
     35 updatebot:
     36    maintainer-phab: padenot
     37    maintainer-bz: padenot@mozilla.com
     38    tasks:
     39      - type: vendoring
     40        enabled: true
     41        frequency: release
     42 
     43 vendoring:
     44  url: https://aomedia.googlesource.com/aom
     45  source-hosting: googlesource
     46  vendor-directory: third_party/aom
     47 
     48  exclude:
     49    - "build/.git*"
     50 
     51  update-actions:
     52    - action: delete-path
     53      path: '{yaml_dir}/config'
     54    - action: run-script
     55      script: '{yaml_dir}/generate_sources_mozbuild.sh'
     56      cwd: '{yaml_dir}'
     57 
     58  patches:
     59    - mmloadusi64.patch