From e51999aad5f47d2718222f7d02f5bd5b42c3e48a Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Mon, 25 Jan 2016 23:46:46 +0200 Subject: [PATCH] speech-dispatcher:edit --- multimedia/sound/speech-dispatcher/actions.py | 7 +++---- multimedia/sound/speech-dispatcher/pspec.xml | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/sound/speech-dispatcher/actions.py b/multimedia/sound/speech-dispatcher/actions.py index f84315af0c..00811603f1 100644 --- a/multimedia/sound/speech-dispatcher/actions.py +++ b/multimedia/sound/speech-dispatcher/actions.py @@ -14,14 +14,13 @@ def setup(): shelltools.system("sed -i 's/sd_cicero//g' src/modules/Makefile.am") autotools.autoreconf("-i") autotools.configure("--disable-static \ - --without-ibmtts \ - --without-nas \ + --enable-shared \ --without-flite \ - --with-ivona \ --with-alsa \ --with-espeak \ --with-libao \ - --with-pulse") + --with-pulse \ + --with-default-audio-method=alsa") def build(): autotools.make() diff --git a/multimedia/sound/speech-dispatcher/pspec.xml b/multimedia/sound/speech-dispatcher/pspec.xml index 6acb508ae3..6779af6322 100644 --- a/multimedia/sound/speech-dispatcher/pspec.xml +++ b/multimedia/sound/speech-dispatcher/pspec.xml @@ -24,6 +24,7 @@ python3-devel intltool gettext-devel + texinfo pkgconfig libtool-ltdl libao-devel