pspec.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>flite</Name>
  6. <Homepage>http://www.speech.cs.cmu.edu/flite/index.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>Flite: a small run-time speech synthesis engine</Summary>
  15. <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>
  16. <Archive sha1sum="ed8f1ae3c44dafc2bcc70df4ebf618330f7edec9" type="tarbz2">http://festvox.org/flite/packed/flite-2.1/flite-2.1-release.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>alsa-lib-devel</Dependency>
  19. <Dependency>chrpath</Dependency>
  20. <!-- <Dependency>llvm</Dependency> -->
  21. <!-- <Dependency>llvm-clang</Dependency> -->
  22. <!-- <Dependency>lld</Dependency> -->
  23. </BuildDependencies>
  24. <Patches>
  25. <Patch level="1">flite-ldflags.patch</Patch>
  26. <Patch level="1">CVE-2014-0027_unsafe_temporary_file.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>flite</Name>
  31. <RuntimeDependencies>
  32. <Dependency>alsa-lib</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>flite-devel</Name>
  42. <Summary>Development headers for flite</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">flite</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="header">/usr/include</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="10">
  52. <Date>2020-02-28</Date>
  53. <Version>2.1</Version>
  54. <Comment>Rebuild</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="9">
  59. <Date>2020-02-28</Date>
  60. <Version>2.1</Version>
  61. <Comment>Rebuild</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@gmail.com</Email>
  64. </Update>
  65. <Update release="8">
  66. <Date>2020-01-21</Date>
  67. <Version>2.1</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Idris Kalp</Name>
  70. <Email>idriskalp@gmail.com</Email>
  71. </Update>
  72. <Update release="7">
  73. <Date>2020-01-19</Date>
  74. <Version>2.1</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Idris Kalp</Name>
  77. <Email>idriskalp@gmail.com</Email>
  78. </Update>
  79. <Update release="6">
  80. <Date>2018-08-05</Date>
  81. <Version>2.0.0</Version>
  82. <Comment>Rebuild</Comment>
  83. <Name>Mustafa Cinasal</Name>
  84. <Email>muscnsl@gmail.com</Email>
  85. </Update>
  86. <Update release="5">
  87. <Date>2017-02-18</Date>
  88. <Version>2.0.0</Version>
  89. <Comment>Release bump.</Comment>
  90. <Name>Stefan Gronewold(groni)</Name>
  91. <Email>groni@pisilinux.org</Email>
  92. </Update>
  93. <Update release="4">
  94. <Date>2016-12-29</Date>
  95. <Version>2.0.0</Version>
  96. <Comment>Version bump.</Comment>
  97. <Name>Stefan Gronewold(groni)</Name>
  98. <Email>groni@pisilinux.org</Email>
  99. </Update>
  100. <Update release="3">
  101. <Date>2014-08-18</Date>
  102. <Version>1.9.0</Version>
  103. <Comment>Version Bump.</Comment>
  104. <Name>Vedat Demir</Name>
  105. <Email>vedat@pisilinux.org</Email>
  106. </Update>
  107. <Update release="2">
  108. <Date>2014-05-27</Date>
  109. <Version>1.4</Version>
  110. <Comment>Rebuild.</Comment>
  111. <Name>Alihan Öztürk</Name>
  112. <Email>alihan@pisilinux.org</Email>
  113. </Update>
  114. <Update release="2">
  115. <Date>2014-01-24</Date>
  116. <Version>1.4</Version>
  117. <Comment>Rebuild</Comment>
  118. <Name>Stefan Gronewold(groni)</Name>
  119. <Email>groni@pisilinux.org</Email>
  120. </Update>
  121. <Update release="1">
  122. <Date>2010-10-12</Date>
  123. <Version>1.4</Version>
  124. <Comment>First release</Comment>
  125. <Name>Pisi Linux Admins</Name>
  126. <Email>admins@pisilinux.org</Email>
  127. </Update>
  128. </History>
  129. </PISI>