flite 2.1

This commit is contained in:
idriskalp
2020-01-18 17:47:47 +03:00
parent 21979f4c3d
commit 1cc090c9c6
2 changed files with 18 additions and 6 deletions
+10 -5
View File
@@ -10,11 +10,16 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
#WorkDir = "flite-%s-current" % get.srcVERSION()
NoStrip = ["/usr/lib"]
def setup():
autotools.configure("--prefix=/usr \
--with-audio=alsa \
--with-vox=cmu_us_kal16")
def setup():
#shelltools.system("sed '/^#VOXES.*$/d; s/+//g; s/cmu_indic_lex/&\nVOXES = cmu_us_kal16 cmu_us_slt/' config/android.lv >config/pisilinux.lv")
#shelltools.system("sed -i '/$(INSTALL) -m 755 $(BINDIR)\/flite_time $(DESTDIR)$(INSTALLBINDIR)/d' main/Makefile")
shelltools.export("LDFLAGS", "-lasound -lm")
autotools.configure("--prefix=/usr \
--with-audio=alsa \
--with-vox=cmu_us_kal16")
def build():
autotools.make()
@@ -22,4 +27,4 @@ def build():
def install():
autotools.install()
pisitools.dodoc("COPYING", "README")
pisitools.dodoc("COPYING", "README.md")
+8 -1
View File
@@ -13,7 +13,7 @@
<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>
<Archive sha1sum="ed8f1ae3c44dafc2bcc70df4ebf618330f7edec9" type="tarbz2">http://festvox.org/flite/packed/flite-2.1/flite-2.1-release.tar.bz2</Archive>
<BuildDependencies>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>chrpath</Dependency>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-01-18</Date>
<Version>2.1</Version>
<Comment>Version bump.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="6">
<Date>2018-08-05</Date>
<Version>2.0.0</Version>