From 93fa0e1df5d19ae4965f64edc36552586853a59b Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 1 Jun 2021 17:37:30 +0400 Subject: [PATCH] Add rnnoise to snapcraft.yaml --- snap/snapcraft.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 86cdc8f4a..f2b94ffa7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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