summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Hayot2020-05-04 12:23:03 +0200
committerGuillaume Hayot2020-05-04 12:23:03 +0200
commitdb5a718935d56cdfd37480dd27c8f10ae53bb8b9 (patch)
tree643db0105a5400403688705214c201c34b220ca9 /PKGBUILD
parenta8aee58db9f17da4081a27a2f333c041ace35e8f (diff)
downloadaur-db5a718935d56cdfd37480dd27c8f10ae53bb8b9.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9327432d28a9..aca19e10e693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=parlatype
pkgver=2.0
-pkgrel=2
+pkgrel=3
pkgdesc="GNOME audio player for transcription"
arch=('any')
-url="https://gkarsay.github.io/parlatype/"
+url="https://github.com/gkarsay/parlatype"
license=('GPL')
-depends=('gtk3' 'gst-plugins-good' 'sphinxbase' 'pocketsphinx' 'python-atspi')
+# Automatic speech recognition is recommendend to be turned off by developper
+# If you want ASR, add 'sphinxbase' 'pocketsphinx' 'python-atspi' as dependencies
+# and -Dasr=true in the build command
+depends=('gtk3' 'gstreamer' 'gst-plugins-base' 'gst-plugins-good')
makedepends=('appstream' 'appstream-glib' 'meson' 'gettext' 'gobject-introspection' 'yelp-tools' 'desktop-file-utils')
-optdepends=('parlatype-libreoffice-extension: LibreOffice macros' 'gst-plugins-ugly: Play MP3 files')
+optdepends=('parlatype-libreoffice-extension: LibreOffice macros')
source=("https://github.com/gkarsay/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('f9833d244f8744f7a9983d680005462d02d062c2538423cb443279da2cc5e2d1')