Merge pull request #1110 from alihanozturk/master
speech-dispatcher:düznlendi derleniyor
This commit is contained in:
@@ -10,10 +10,11 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
def setup():
|
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 \
|
autotools.configure("--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-python \
|
|
||||||
--with-default-audio-method=alsa \
|
--with-default-audio-method=alsa \
|
||||||
--without-flite ")
|
--without-flite ")
|
||||||
|
|
||||||
@@ -27,7 +28,7 @@ def install():
|
|||||||
pisitools.remove("/usr/share/info/ssip.info")
|
pisitools.remove("/usr/share/info/ssip.info")
|
||||||
|
|
||||||
# Set executable bit
|
# 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
|
# Create log directory, it should be world unreadable
|
||||||
pisitools.dodir("/var/log/speech-dispatcher")
|
pisitools.dodir("/var/log/speech-dispatcher")
|
||||||
|
|||||||
@@ -20,9 +20,13 @@
|
|||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>libsndfile-devel</Dependency>
|
<Dependency>libsndfile-devel</Dependency>
|
||||||
<Dependency>dotconf-devel</Dependency>
|
<Dependency>dotconf-devel</Dependency>
|
||||||
|
<Dependency>espeak-devel</Dependency>
|
||||||
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
<Dependency>gettext-devel</Dependency>
|
<Dependency>gettext-devel</Dependency>
|
||||||
<Dependency>pkgconfig</Dependency>
|
<Dependency>pkgconfig</Dependency>
|
||||||
|
<Dependency>libtool</Dependency>
|
||||||
|
<Dependency>libao-devel</Dependency>
|
||||||
<Dependency>alsa-lib-devel</Dependency>
|
<Dependency>alsa-lib-devel</Dependency>
|
||||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -36,6 +40,8 @@
|
|||||||
<Dependency>dotconf</Dependency>
|
<Dependency>dotconf</Dependency>
|
||||||
<Dependency>libsndfile</Dependency>
|
<Dependency>libsndfile</Dependency>
|
||||||
<Dependency>alsa-lib</Dependency>
|
<Dependency>alsa-lib</Dependency>
|
||||||
|
<Dependency>libao</Dependency>
|
||||||
|
<Dependency>espeak</Dependency>
|
||||||
<Dependency>pulseaudio-libs</Dependency>
|
<Dependency>pulseaudio-libs</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
@@ -64,6 +70,13 @@
|
|||||||
|
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2016-01-25</Date>
|
||||||
|
<Version>0.8.3</Version>
|
||||||
|
<Comment>Edit and release bump</Comment>
|
||||||
|
<Name>Alihan Öztürk</Name>
|
||||||
|
<Email>alihan@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-11-22</Date>
|
<Date>2015-11-22</Date>
|
||||||
<Version>0.8.3</Version>
|
<Version>0.8.3</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user