speech-dispatcher version bump, add flite need for qt5speech as dependency

This commit is contained in:
groni
2016-12-29 15:41:04 +01:00
parent 0d680448bf
commit be505867c7
4 changed files with 131 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
#WorkDir = "flite-%s-current" % get.srcVERSION()
def setup():
autotools.configure("--prefix=/usr \
--with-audio=alsa \
--with-vox=cmu_us_kal16")
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodoc("COPYING", "README")
+85
View File
@@ -0,0 +1,85 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>flite</Name>
<Homepage>http://www.speech.cs.cmu.edu/flite/index.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Flite: a small run-time speech synthesis engine</Summary>
<Description>Flite (festival-lite) is a small, fast run-time speech synthesis engine developed at CMU and primarily designed for small embedded machines and/or large servers. Flite is designed as an alternative synthesis engine to Festival for voices built using the FestVox suite of voice building tools.</Description>
<Archive sha1sum="aeb4d33de079004c0eb9f9e0fe5bba1e0def75f4" type="tarbz2">http://www.festvox.org/flite/packed/flite-2.0/flite-2.0.0-release.tar.bz2</Archive>
<BuildDependencies>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>chrpath</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>flite</Name>
<RuntimeDependencies>
<Dependency>alsa-lib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>flite-devel</Name>
<Summary>Development headers for flite</Summary>
<RuntimeDependencies>
<Dependency release="current">flite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2016-12-29</Date>
<Version>2.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-08-18</Date>
<Version>1.9.0</Version>
<Comment>Version Bump.</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-05-27</Date>
<Version>1.4</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-24</Date>
<Version>1.4</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-12</Date>
<Version>1.4</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>flite</Name>
<Summary xml:lang="tr">Küçük ve hızlı bir konuşma sentezleyici</Summary>
<Description xml:lang="tr">Flite (festival-lite), CMU tarafından geliştirilmiş küçük ve hızlı bir konuşma sentezleyicisidir. Flite, Festival'e alternatif sentezleyici olarak, öncelikle küçük gömülü sistemler ve/veya büyük sunucular için tasarlanmıştır.</Description>
</Source>
<Package>
<Name>flite-devel</Name>
<Summary xml:lang="tr">flite için geliştirme başlıkları</Summary>
</Package>
</PISI>
+8 -1
View File
@@ -15,7 +15,7 @@
<IsA>library</IsA>
<Summary>speech dispatcher: common interface to speech synthesis</Summary>
<Description>Speech Dispatcher is a device independent layer for speech synthesis that provides a common easy to use interface for both client applications (programs that want to speak) and for software synthesizers (programs actually able to convert text to speech).</Description>
<Archive sha1sum="15d9c4aa0e87cc59ea08602d8ac6ef9da7867883" type="targz">http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.3.tar.gz</Archive>
<Archive sha1sum="b2aad4b2db502a03ee27039b8229d4ee206b7d8d" type="targz">https://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
@@ -85,6 +85,13 @@
</Package>
<History>
<Update release="3">
<Date>2016-12-29</Date>
<Version>0.8.6</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>0.8.3</Version>