git » kdenlive.git » commit ac376ba

Add noise-suppresion-for-voice optdepend

author Antonio Rojas
2022-06-05 08:53:46 UTC
committer Antonio Rojas
2022-06-05 08:53:46 UTC
parent ff0eef6f9c4369727e827afa91df7cbbcea67a7a

Add noise-suppresion-for-voice optdepend

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 6b86a2d..97cf3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 
 pkgname=kdenlive
 pkgver=22.04.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A non-linear video editor for Linux using the MLT video framework'
 arch=(x86_64)
 url='https://apps.kde.org/kdenlive/'
@@ -20,7 +20,8 @@ optdepends=('ffmpeg: for FFmpeg plugin'
             'opencv: for motion tracking'
             'plasma-desktop: theme configuration'
             'opentimelineio: timeline export/import'
-            'bigsh0t: VR360 effects')
+            'bigsh0t: VR360 effects'
+            'noise-suppression-for-voice: noise suppression effect')
 source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
 sha256sums=('ae879041f18ee89b3fef2dc85cbb6899bf184c433b234d0c2145085767952a4e'
             'SKIP')