speech-dispatcher:edit

This commit is contained in:
alihanozturk
2016-01-25 23:46:46 +02:00
parent 3016c51e48
commit e51999aad5
2 changed files with 4 additions and 4 deletions
@@ -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()
@@ -24,6 +24,7 @@
<Dependency>python3-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>texinfo</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>libtool-ltdl</Dependency>
<Dependency>libao-devel</Dependency>