Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdenlive


Commits:
2bf6a6b6 by Antonio Rojas at 2024-09-21T18:10:20+02:00
Add optdepends for speech to text

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdenlive/-/issues/7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = kdenlive
        pkgdesc = A non-linear video editor for Linux using the MLT video 
framework
        pkgver = 24.08.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://apps.kde.org/kdenlive/
        arch = x86_64
        groups = kde-applications
@@ -54,7 +54,9 @@ pkgbase = kdenlive
        optdepends = opencv: for motion tracking
        optdepends = opentimelineio: timeline export/import
        optdepends = plasma-desktop: theme configuration
-       optdepends = python: for scripts
+       optdepends = python-openai-whisper: speech to text (Whisper engine)
+       optdepends = python-srt_equalizer: speech to text (Whisper engine)
+       optdepends = python-vosk: speech to text (VOSK engine)
        optdepends = qt6-imageformats: support for tiff, webp, and more image 
formats
        optdepends = recordmydesktop: for screen capture
        source = 
https://download.kde.org/stable/release-service/24.08.1/src/kdenlive-24.08.1.tar.xz


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=kdenlive
 pkgver=24.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A non-linear video editor for Linux using the MLT video framework'
 arch=(x86_64)
 url='https://apps.kde.org/kdenlive/'
@@ -58,7 +58,9 @@ optdepends=('bigsh0t: VR360 effects'
             'opencv: for motion tracking'
             'opentimelineio: timeline export/import'
             'plasma-desktop: theme configuration'
-            'python: for scripts'
+            'python-openai-whisper: speech to text (Whisper engine)'
+            'python-srt_equalizer: speech to text (Whisper engine)'
+            'python-vosk: speech to text (VOSK engine)'
             'qt6-imageformats: support for tiff, webp, and more image formats'
             'recordmydesktop: for screen capture')
 groups=(kde-applications



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdenlive/-/commit/2bf6a6b65246de31dbca4a96dbabf340e0bae019

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdenlive/-/commit/2bf6a6b65246de31dbca4a96dbabf340e0bae019
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to