tor-browser

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

moz.yaml (741B)


      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"
      8 
      9 origin:
     10  name: "libMKV"
     11  description: "WebM container writer"
     12 
     13  # Upstream have abandoned this library.
     14  url: "https://chromium.googlesource.com/webm/libvpx/+/c5aaf923d80e9f71e0c93d7d99dc1e2f83d7acbf/third_party/libmkv/"
     15  license: "BSD-3-Clause-Clear"
     16 
     17  release: "c5aaf923d80e9f71e0c93d7d99dc1e2f83d7acbf"
     18 
     19  # The following patches have been applied after vendoring:
     20  #   patch -p1 < source_fix.patch
     21  #   patch -p1 < gecko_fix.patch
     22  #   patch -p1 < const_fix.patch
     23  #   patch -p3 < bock_fix.patch
     24  #   patch -p3 < bug970774.patch
     25  #   patch -p3 < cleanup.patch