From 26d01d2c0542939e8afb45f26552f5001e2338df Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 21 May 2021 15:23:58 +0300 Subject: [PATCH] speech-dispatcher rebuild --- .../sound/speech-dispatcher/speech-dispatcher/actions.py | 5 ++++- .../sound/speech-dispatcher/speech-dispatcher/pspec.xml | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/multimedia/sound/speech-dispatcher/speech-dispatcher/actions.py b/multimedia/sound/speech-dispatcher/speech-dispatcher/actions.py index fd9a9f7c36..b0a7bd4639 100644 --- a/multimedia/sound/speech-dispatcher/speech-dispatcher/actions.py +++ b/multimedia/sound/speech-dispatcher/speech-dispatcher/actions.py @@ -13,12 +13,15 @@ def setup(): shelltools.system("sed -i 's/cicero //g' configure.ac") shelltools.system("sed -i 's/sd_cicero//g' src/modules/Makefile.am") + pisitools.cflags.add("-fcommon") #autotools.autoreconf("-i") autotools.configure("--disable-static \ --enable-shared \ --without-flite \ - --with-alsa \ + --without-espeak \ + --with-espeak-ng \ --with-espeak \ + --with-alsa \ --with-libao \ --with-pulse \ --with-ibmtts=no \ diff --git a/multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml b/multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml index b99c65a6fa..0e1e3670f7 100644 --- a/multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml +++ b/multimedia/sound/speech-dispatcher/speech-dispatcher/pspec.xml @@ -95,6 +95,13 @@ + + 2021-05-21 + 0.10.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-12-24 0.10.2