mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Add rnnoise to snapcraft.yaml
This commit is contained in:
parent
fe4c5155eb
commit
93fa0e1df5
1 changed files with 13 additions and 0 deletions
|
@ -146,6 +146,7 @@ parts:
|
|||
- kwayland
|
||||
- mozjpeg
|
||||
- openal
|
||||
- rnnoise
|
||||
- webrtc
|
||||
|
||||
patches:
|
||||
|
@ -421,6 +422,18 @@ parts:
|
|||
- mozjpeg
|
||||
- patches
|
||||
|
||||
rnnoise:
|
||||
source: https://gitlab.xiph.org/xiph/rnnoise.git
|
||||
source-depth: 1
|
||||
source-commit: 7f449bf8bd3b933891d12c30112268c4090e4d59
|
||||
plugin: autotools
|
||||
autotools-configure-parameters:
|
||||
- --disable-examples
|
||||
- --disable-doc
|
||||
prime:
|
||||
- -./usr/include
|
||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
|
||||
|
||||
webrtc:
|
||||
source: https://github.com/desktop-app/tg_owt.git
|
||||
source-depth: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue