summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-02-24 22:35:22 +0100
committerMartchus2023-02-24 22:36:43 +0100
commit6aeb267e7836900805a175387cd06ef4cfe9ebf2 (patch)
treed6f07e58e56bab4d1ecf70c8a097a5272bbfedce /PKGBUILD
parentdae53f6e03fa5aff45d6fa70dd967445fc8c3465 (diff)
downloadaur-6aeb267e7836900805a175387cd06ef4cfe9ebf2.tar.gz
Disable PocketSphinx as adaptions for the 5.0.0 release would be needed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29267d359510..2d8e566fc88b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=subtitlecomposer
pkgver=0.7.1
-pkgrel=4
+pkgrel=5
pkgdesc='Video subtitle editor'
arch=('i686' 'x86_64')
url="https://invent.kde.org/multimedia/${_name}"
@@ -18,7 +18,12 @@ makedepends=('extra-cmake-modules' 'jack' 'blas' 'xorg-server-xvfb')
# Comment/uncomment the following dependency to disable/enable
# building the pocketsphinx plugin
-makedepends+=('pocketsphinx')
+# Currently commented-out by default as the library is not even detected as of the 5.0.0 release:
+# ```
+# -- Could NOT find PocketSphinx (missing: POCKETSPHINX_INCLUDE_DIR) (found suitable version "5.0.0", minimum required is "5")
+# -- Have NOT Found PocketSphinx - Speech plugin will not be built
+# ```
+#makedepends+=('pocketsphinx')
# For consistency, also enable/disable the corresponding optdepends
optdepends=('pocketsphinx: Pocketsphinx speech recognition backend'