tor-browser

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

moz.yaml (1194B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Core
      5  component: WebVR
      6 
      7 origin:
      8  name: openvr
      9  description: OpenVR API interface
     10 
     11  url: https://github.com/ValveSoftware/openvr
     12 
     13  release: v1.11.11 (2020-04-23T17:06:49-08:00).
     14  revision: v1.11.11
     15 
     16  license: BSD-3-Clause
     17 
     18 vendoring:
     19  url: https://github.com/ValveSoftware/openvr
     20  source-hosting: github
     21  tracking: tag
     22 
     23  exclude:
     24    - "**"
     25 
     26  include:
     27    - LICENSE
     28    - README.md
     29    - headers/openvr.h
     30    - src/README
     31    - src/*.h
     32    - src/*.cpp
     33    - src/vrcommon
     34 
     35  update-actions:
     36    - action: move-dir
     37      from: '{vendor_dir}/src/vrcommon'
     38      to: '{vendor_dir}/src'
     39 
     40    # The "src/jsoncpp.cpp" file and the "src/json" directory can be skipped. OpenVR
     41    # uses the jsoncpp library, which we have already imported elsewhere. If
     42    # warnings about using deprecated jsoncpp classes show up during compilation
     43    # you might need to reapply the patch in bug 1598288. It replaces uses of the
     44    # `Json::Reader` and `Json::StyledWriter` classes with the more modern
     45    # `Json::CharReaderBuilder` and `Json::StreamWriterBuilder`.
     46    - action: delete-path
     47      path: '{vendor_dir}/src/jsoncpp.cpp'
     48 
     49  patches:
     50    - "mozilla.patch"