Merge pull request #1115 from alihanozturk/master
speech-dispatcher:edit
This commit is contained in:
@@ -14,14 +14,13 @@ def setup():
|
|||||||
shelltools.system("sed -i 's/sd_cicero//g' src/modules/Makefile.am")
|
shelltools.system("sed -i 's/sd_cicero//g' src/modules/Makefile.am")
|
||||||
autotools.autoreconf("-i")
|
autotools.autoreconf("-i")
|
||||||
autotools.configure("--disable-static \
|
autotools.configure("--disable-static \
|
||||||
--without-ibmtts \
|
--enable-shared \
|
||||||
--without-nas \
|
|
||||||
--without-flite \
|
--without-flite \
|
||||||
--with-ivona \
|
|
||||||
--with-alsa \
|
--with-alsa \
|
||||||
--with-espeak \
|
--with-espeak \
|
||||||
--with-libao \
|
--with-libao \
|
||||||
--with-pulse")
|
--with-pulse \
|
||||||
|
--with-default-audio-method=alsa")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
<Dependency>gettext-devel</Dependency>
|
<Dependency>gettext-devel</Dependency>
|
||||||
|
<Dependency>texinfo</Dependency>
|
||||||
<Dependency>pkgconfig</Dependency>
|
<Dependency>pkgconfig</Dependency>
|
||||||
<Dependency>libtool-ltdl</Dependency>
|
<Dependency>libtool-ltdl</Dependency>
|
||||||
<Dependency>libao-devel</Dependency>
|
<Dependency>libao-devel</Dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user