diff --git a/multimedia/sound/speech-dispatcher/actions.py b/multimedia/sound/speech-dispatcher/actions.py index 78ca90af35..fb6b0e614f 100644 --- a/multimedia/sound/speech-dispatcher/actions.py +++ b/multimedia/sound/speech-dispatcher/actions.py @@ -10,10 +10,11 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools def setup(): - #autotools.autoreconf("-vfi") + shelltools.system("sed -i 's/cicero //g' configure.ac") + shelltools.system("sed -i 's/sd_cicero//g' src/modules/Makefile.am") + autotools.autoreconf("-i") autotools.configure("--disable-static \ --enable-shared \ - --disable-python \ --with-default-audio-method=alsa \ --without-flite ") @@ -27,7 +28,7 @@ def install(): pisitools.remove("/usr/share/info/ssip.info") # Set executable bit - #shelltools.chmod("%s/usr/lib/python3.4/site-packages/speechd/_test.py" % get.installDIR(), 0755) + shelltools.chmod("%s/usr/lib/python3.4/site-packages/speechd/_test.py" % get.installDIR(), 0755) # Create log directory, it should be world unreadable pisitools.dodir("/var/log/speech-dispatcher") diff --git a/multimedia/sound/speech-dispatcher/pspec.xml b/multimedia/sound/speech-dispatcher/pspec.xml index 1e767d2a6e..77dfcdda4b 100644 --- a/multimedia/sound/speech-dispatcher/pspec.xml +++ b/multimedia/sound/speech-dispatcher/pspec.xml @@ -20,9 +20,13 @@ glib2-devel libsndfile-devel dotconf-devel + espeak-devel + python3-devel intltool gettext-devel pkgconfig + libtool + libao-devel alsa-lib-devel pulseaudio-libs-devel @@ -36,6 +40,8 @@ dotconf libsndfile alsa-lib + libao + espeak pulseaudio-libs @@ -64,6 +70,13 @@ + + 2016-01-25 + 0.8.3 + Edit and release bump + Alihan Öztürk + alihan@pisilinux.org + 2015-11-22 0.8.3