summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fd0c4464808..5ca358f8ddac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = parlatype
pkgdesc = GNOME audio player for transcription
pkgver = 2.0
- pkgrel = 2
- url = https://gkarsay.github.io/parlatype/
+ pkgrel = 3
+ url = https://github.com/gkarsay/parlatype
arch = any
license = GPL
makedepends = appstream
@@ -13,12 +13,10 @@ pkgbase = parlatype
makedepends = yelp-tools
makedepends = desktop-file-utils
depends = gtk3
+ depends = gstreamer
+ depends = gst-plugins-base
depends = gst-plugins-good
- depends = sphinxbase
- depends = pocketsphinx
- depends = python-atspi
optdepends = parlatype-libreoffice-extension: LibreOffice macros
- optdepends = gst-plugins-ugly: Play MP3 files
source = https://github.com/gkarsay/parlatype/releases/download/v2.0/parlatype-2.0.tar.gz
sha256sums = f9833d244f8744f7a9983d680005462d02d062c2538423cb443279da2cc5e2d1
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')