tor-browser

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

moz.yaml (1675B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Core
      5  component: "Web Audio"
      6 
      7 origin:
      8  name: speexdsp
      9  description: DSP library derived from speex
     10 
     11  url: https://speex.org/
     12 
     13  release: 738e17905e1ca2a1fa932ddd9c2a85d089f4e845 (2023-02-28T16:25:59.000-05:00).
     14  revision: 738e17905e1ca2a1fa932ddd9c2a85d089f4e845
     15 
     16  license: BSD-3-Clause
     17  license-file: COPYING
     18 
     19 vendoring:
     20  url: https://gitlab.xiph.org/xiph/speexdsp
     21  source-hosting: gitlab
     22  tracking: commit
     23 
     24  exclude:
     25    - "**"
     26 
     27  keep:
     28    - src/simd_detect.h
     29    - src/simd_detect.cpp
     30 
     31  include:
     32    - libspeexdsp/resample.c
     33    - libspeexdsp/resample_sse.h
     34    - libspeexdsp/resample_neon.h
     35    - libspeexdsp/arch.h
     36    - libspeexdsp/fixed_generic.h
     37    - include/speex/speex_resampler.h
     38    - AUTHORS
     39    - COPYING
     40 
     41  update-actions:
     42    - action: move-file
     43      from: '{vendor_dir}/libspeexdsp/resample.c'
     44      to: '{vendor_dir}/src/resample.c'
     45    - action: move-file
     46      from: '{vendor_dir}/libspeexdsp/resample_sse.h'
     47      to: '{vendor_dir}/src/resample_sse.c'
     48    - action: move-file
     49      from: '{vendor_dir}/libspeexdsp/resample_neon.h'
     50      to: '{vendor_dir}/src/resample_neon.c'
     51    - action: move-file
     52      from: '{vendor_dir}/libspeexdsp/arch.h'
     53      to: '{vendor_dir}/src/arch.h'
     54    - action: move-file
     55      from: '{vendor_dir}/libspeexdsp/fixed_generic.h'
     56      to: '{vendor_dir}/src/fixed_generic.h'
     57    - action: move-file
     58      from: '{vendor_dir}/include/speex/speex_resampler.h'
     59      to: '{vendor_dir}/src/speex_resampler.h'
     60 
     61  patches:
     62    - 01_outside-speex.patch
     63    - 02_simd-detect-runtime.patch
     64    - 03_set-skip-frac.patch
     65    - 04_hugemem.patch
     66    - 05_set-rate-overflow-no-return.patch