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
|
||||
|
||||
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")
|
||||
|
||||
@@ -20,9 +20,13 @@
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
<Dependency>dotconf-devel</Dependency>
|
||||
<Dependency>espeak-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>libtool</Dependency>
|
||||
<Dependency>libao-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -36,6 +40,8 @@
|
||||
<Dependency>dotconf</Dependency>
|
||||
<Dependency>libsndfile</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libao</Dependency>
|
||||
<Dependency>espeak</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -64,6 +70,13 @@
|
||||
|
||||
|
||||
<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">
|
||||
<Date>2015-11-22</Date>
|
||||
<Version>0.8.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user