tor-browser

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

moz.yaml (1042B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: "Core"
      5  component: "Graphics: ImageLib"
      6 
      7 origin:
      8  name: "libwebp"
      9  description: "WebP codec library"
     10 
     11  url: "https://chromium.googlesource.com/webm/libwebp"
     12  license: BSD-3-Clause
     13 
     14  release: v1.6.0 (2025-07-07T17:20:00-07:00).
     15 
     16  revision: "v1.3.0"
     17 
     18  license-file: COPYING
     19 
     20 updatebot:
     21  maintainer-phab: tnikkel
     22  maintainer-bz: tnikkel@gmail.com
     23  tasks:
     24    - type: vendoring
     25      enabled: True
     26 
     27 vendoring:
     28  url: https://github.com/webmproject/libwebp
     29  source-hosting: github
     30  tracking: tag
     31 
     32  exclude:
     33    - "**"
     34 
     35  include:
     36    - AUTHORS
     37    - COPYING
     38    - NEWS
     39    - PATENTS
     40    - README.md
     41    - sharpyuv/*.h
     42    - sharpyuv/*.c
     43    - src/webp/*.h
     44    - src/dec/*.h
     45    - src/dec/*.c
     46    - src/demux/demux.c
     47    - src/dsp/*.h
     48    - src/dsp/*.c
     49    - src/enc/*.h
     50    - src/enc/*.c
     51    - src/utils/*.h
     52    - src/utils/*.c
     53 
     54  keep:
     55    - MOZCHANGES
     56    - src/moz
     57 
     58  update-actions:
     59    - action: delete-path
     60      path: src/dsp/cpu.c
     61    - action: delete-path
     62      path: sharpyuv/sharpyuv_cpu.c