mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-28 21:18:46 +00:00
Update rnnoise to 0.2 in snap
This commit is contained in:
parent
669f46d6a1
commit
4c20e79d1f
@ -88,6 +88,7 @@ parts:
|
|||||||
- clang
|
- clang
|
||||||
- gperf
|
- gperf
|
||||||
- nasm
|
- nasm
|
||||||
|
- wget
|
||||||
- libboost-regex-dev
|
- libboost-regex-dev
|
||||||
- libdav1d-dev
|
- libdav1d-dev
|
||||||
- libheif-dev
|
- libheif-dev
|
||||||
@ -455,9 +456,9 @@ parts:
|
|||||||
- pkgs
|
- pkgs
|
||||||
|
|
||||||
rnnoise:
|
rnnoise:
|
||||||
source: https://gitlab.xiph.org/xiph/rnnoise.git
|
source: https://github.com/xiph/rnnoise.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
source-commit: 7f449bf8bd3b933891d12c30112268c4090e4d59
|
source-tag: v0.2
|
||||||
plugin: autotools
|
plugin: autotools
|
||||||
build-environment:
|
build-environment:
|
||||||
- CFLAGS: -O2 -s
|
- CFLAGS: -O2 -s
|
||||||
@ -467,7 +468,12 @@ parts:
|
|||||||
- --disable-shared
|
- --disable-shared
|
||||||
- --disable-examples
|
- --disable-examples
|
||||||
- --disable-doc
|
- --disable-doc
|
||||||
|
override-pull: |
|
||||||
|
craftctl default
|
||||||
|
sed -i 's/os_support.h/common.h/g;s/OPUS_CLEAR/RNN_CLEAR/g' src/vec{,_neon}.h
|
||||||
prime: [-./*]
|
prime: [-./*]
|
||||||
|
after:
|
||||||
|
- pkgs
|
||||||
|
|
||||||
systemd:
|
systemd:
|
||||||
plugin: nil
|
plugin: nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user