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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Aug 15 20:45:29 UTC 2016


    Date: Monday, August 15, 2016 @ 20:45:29
  Author: svenstaro
Revision: 273816

upgpkg: speech-dispatcher 0.8.4-2

Add libao support (Fixes FS#50200)

Modified:
  speech-dispatcher/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-15 19:05:09 UTC (rev 273815)
+++ PKGBUILD	2016-08-15 20:45:29 UTC (rev 273816)
@@ -8,7 +8,7 @@
 pkgdesc="High-level device independent layer for speech synthesis interface"
 url="http://www.freebsoft.org/speechd"
 license=('GPL2' 'FDL')
-depends=('libltdl' 'python-xdg' 'dotconf' 'libpulse')
+depends=('libltdl' 'python-xdg' 'dotconf' 'libpulse' 'libao')
 makedepends=('intltool' 'espeak')
 optdepends=('festival: Speech output using Festival'
             'espeak: Speech output using ESpeak'
@@ -39,7 +39,7 @@
   # Disabled due to bug: https://bugs.archlinux.org/task/35700
   sed -i "s/cicero //g" configure.ac
   sed -i "s/sd_cicero//g" src/modules/Makefile.am
-  
+
   autoreconf -i
   ./configure --prefix=/usr \
     --enable-shared \



More information about the arch-commits mailing list