123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?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="5">
- <Date>2017-02-18</Date>
- <Version>2.0.0</Version>
- <Comment>Release bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <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>
|