pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>espeak</Name>
  6. <Homepage>http://espeak.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3+</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Software speech synthesizer (text-to-speech)</Summary>
  15. <Description>espeak produces good quality English speech. It uses a different synthesis method from other open source TTS engines and sounds quite different.</Description>
  16. <Archive sha1sum="b22c0361885d05e61d98ecedca0a4926ea2fb2ad" type="zip">http://sourceforge.net/projects/espeak/files/espeak/espeak-1.48/espeak-1.48.04-source.zip/download</Archive>
  17. <AdditionalFiles>
  18. <AdditionalFile permission="0755" target="compile-voices">compile-voices.sh</AdditionalFile>
  19. </AdditionalFiles>
  20. <BuildDependencies>
  21. <Dependency>coreutils</Dependency>
  22. <Dependency>portaudio-devel</Dependency>
  23. <Dependency>pulseaudio-libs-devel</Dependency>
  24. </BuildDependencies>
  25. <Patches>
  26. <Patch>espeak-1.23-makefile_nostaticlibs.patch</Patch>
  27. <Patch>espeak-1.48-gcc-6-fix.patch</Patch>
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>espeak</Name>
  32. <RuntimeDependencies>
  33. <Dependency>portaudio</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="data">/usr/share/espeak-data</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. <AdditionalFiles>
  43. <AdditionalFile owner="root" permission="0644" target="/usr/share/man/man1/espeak.1">espeak.1</AdditionalFile>
  44. </AdditionalFiles>
  45. </Package>
  46. <Package>
  47. <Name>espeak-devel</Name>
  48. <Summary>Development headers for espeak</Summary>
  49. <RuntimeDependencies>
  50. <Dependency release="current">espeak</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="header">/usr/include</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="6">
  58. <Date>2020-07-14</Date>
  59. <Version>1.48.04</Version>
  60. <Comment>Rebuild New T.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="5">
  65. <Date>2018-08-13</Date>
  66. <Version>1.48.04</Version>
  67. <Comment>Rebuild New T.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="4">
  72. <Date>2017-03-10</Date>
  73. <Version>1.48.04</Version>
  74. <Comment>Release Bump</Comment>
  75. <Name>Ayhan Yalçınsoy</Name>
  76. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  77. </Update>
  78. <Update release="3">
  79. <Date>2017-02-18</Date>
  80. <Version>1.48.04</Version>
  81. <Comment>Release Bump</Comment>
  82. <Name>Pisi Linux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="2">
  86. <Date>2016-06-09</Date>
  87. <Version>1.48.04</Version>
  88. <Comment>Release Bump</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="1">
  93. <Date>2014-06-01</Date>
  94. <Version>1.48.04</Version>
  95. <Comment>First release</Comment>
  96. <Name>Kamil Atlı</Name>
  97. <Email>suvarice@gmail.com</Email>
  98. </Update>
  99. </History>
  100. </PISI>