[arch-commits] Commit in brltty/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Oct 15 13:42:57 UTC 2020


    Date: Thursday, October 15, 2020 @ 13:42:57
  Author: dvzrv
Revision: 398384

upgpkg: brltty 6.1-2: Replace espeak with espeak-ng.

Defining screen and speech driver explicitely is not required as they are picked up by auto-detection.
It seems the previous issues with many threads in make have been resolved.

Modified:
  brltty/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-15 12:17:21 UTC (rev 398383)
+++ PKGBUILD	2020-10-15 13:42:57 UTC (rev 398384)
@@ -6,7 +6,7 @@
 
 pkgname=brltty
 pkgver=6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Braille display driver for Linux/Unix"
 arch=('x86_64')
 url="https://brltty.app"
@@ -14,11 +14,11 @@
 depends=('bluez-libs' 'expat' 'gcc-libs' 'glibc' 'liblouis' 'libspeechd' 'pcre'
 'polkit' 'tcl')
 makedepends=('alsa-lib' 'at-spi2-atk' 'at-spi2-core' 'atk' 'cython' 'dbus'
-'espeak' 'festival' 'glib2' 'gpm' 'icu' 'java-environment' 'libxaw' 'ncurses'
+'espeak-ng' 'festival' 'glib2' 'gpm' 'icu' 'java-environment' 'libxaw' 'ncurses'
 'ocaml-ctypes' 'ocaml-findlib' 'speech-dispatcher' 'systemd-libs')
 optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
             'atk: ATK bridge for X11/GNOME accessibility'
-            'espeak: espeak driver'
+            'espeak-ng: espeak-ng driver'
             'java-runtime: Java support'
             'libxaw: X11 support'
             'libxt: X11 support'
@@ -54,10 +54,10 @@
               --localstatedir=/var \
               --mandir=/usr/share/man \
               --with-tables-directory=/usr/share/brltty \
-              --with-screen-driver=lx \
-              --with-speech-driver=es,fv \
-              --enable-gpm
-  make -j1
+              --with-writable-directory=/run/brltty \
+              --enable-gpm \
+              --disable-stripping
+  make
 }
 
 package() {



More information about the arch-commits mailing list