123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- <?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="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>
- <!-- <Dependency>llvm</Dependency> -->
- <!-- <Dependency>llvm-clang</Dependency> -->
- <!-- <Dependency>lld</Dependency> -->
- </BuildDependencies>
- <Patches>
- <Patch level="1">flite-ldflags.patch</Patch>
- <Patch level="1">CVE-2014-0027_unsafe_temporary_file.patch</Patch>
- </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="10">
- <Date>2020-02-28</Date>
- <Version>2.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2020-02-28</Date>
- <Version>2.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2020-01-21</Date>
- <Version>2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2020-01-19</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>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
|