Package: libtgowt / 0~git20210627.91d836d+dfsg-3~deb11u1

Metadata

Package Version Patches format
libtgowt 0~git20210627.91d836d+dfsg-3~deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Avoid SSE2 on i386.patch | (download)

CMakeLists.txt | 27 11 + 16 - 0 !
cmake/arch.cmake | 28 28 + 0 - 0 !
cmake/init_target.cmake | 7 0 + 7 - 0 !
cmake/libpffft.cmake | 2 1 + 1 - 0 !
src/modules/audio_processing/aec3/adaptive_fir_filter.cc | 20 11 + 9 - 0 !
src/modules/audio_processing/aec3/adaptive_fir_filter_erl.cc | 2 1 + 1 - 0 !
src/modules/audio_processing/aec3/fft_data.h | 2 1 + 1 - 0 !
src/modules/audio_processing/aec3/matched_filter.cc | 16 8 + 8 - 0 !
src/modules/audio_processing/aec3/vector_math.h | 6 3 + 3 - 0 !
src/modules/audio_processing/agc2/rnn_vad/vector_math.h | 2 1 + 1 - 0 !
src/rtc_base/system/inline.h | 6 6 + 0 - 0 !
11 files changed, 71 insertions(+), 47 deletions(-)

 avoid sse2 usage on i386 without properly checks
Convert endianness.patch | (download)

src/common_audio/wav_file.cc | 80 64 + 16 - 0 !
src/common_audio/wav_header.cc | 81 47 + 34 - 0 !
2 files changed, 111 insertions(+), 50 deletions(-)

 provide endianness converters before writing or after reading wav
Ignore sanitize attr.patch | (download)

src/tools/generate_stubs/generate_stubs.py | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 do not put the no_sanitize attribute near generated declarations.
 -fsanitize=cfi-icall is supported only by Clang for x86 and x86_64. That is not
 our case. Exclude compiler_specific.h that requires hard-coded build_config.h.
Packaged PipeWire.patch | (download)

CMakeLists.txt | 34 22 + 12 - 0 !
1 file changed, 22 insertions(+), 12 deletions(-)

 fix packaged build with dynamic pipewire
Skip RNNoise.patch | (download)

CMakeLists.txt | 10 9 + 1 - 0 !
cmake/librnnoise.cmake | 11 11 + 0 - 0 !
src/modules/audio_processing/agc2/rnn_vad/rnn.cc | 23 23 + 0 - 0 !
src/modules/audio_processing/agc2/rnn_vad/rnn.h | 6 6 + 0 - 0 !
4 files changed, 49 insertions(+), 1 deletion(-)

 ignore absent rnnoise