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