speech-dispatcher rebuild
This commit is contained in:
@@ -24,6 +24,7 @@ def setup():
|
|||||||
--with-ibmtts=no \
|
--with-ibmtts=no \
|
||||||
--with-baratinoo=no \
|
--with-baratinoo=no \
|
||||||
--with-kali=no \
|
--with-kali=no \
|
||||||
|
--with-voxin=no \
|
||||||
--with-default-audio-method=alsa")
|
--with-default-audio-method=alsa")
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
@@ -44,5 +45,7 @@ def install():
|
|||||||
# 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")
|
||||||
shelltools.chmod("%s/var/log/speech-dispatcher" % get.installDIR(), 0700)
|
shelltools.chmod("%s/var/log/speech-dispatcher" % get.installDIR(), 0700)
|
||||||
|
|
||||||
|
shelltools.system("""sed -e 's/# AudioOutputMethod "pulse"/AudioOutputMethod "pulse,alsa"/' -i %s/etc/speech-dispatcher/speechd.conf""" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "COPYING*", "README*")
|
pisitools.dodoc("AUTHORS", "COPYING*", "README*")
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<Path fileType="data">/usr/share/speech-dispatcher</Path>
|
<Path fileType="data">/usr/share/speech-dispatcher</Path>
|
||||||
</Files>
|
</Files>
|
||||||
<AdditionalFiles>
|
<AdditionalFiles>
|
||||||
<AdditionalFile owner="root" permission="0644" target="/usr/lib/systemd/system/speech-dispatcherd.service">speech-dispatcherd.service</AdditionalFile>
|
<!-- <AdditionalFile owner="root" permission="0644" target="/usr/lib/systemd/system/speech-dispatcherd.service">speech-dispatcherd.service</AdditionalFile> -->
|
||||||
</AdditionalFiles>
|
</AdditionalFiles>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user