pspec.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>speech-dispatcher</Name>
  6. <Homepage>http://www.freebsoft.org/speechd</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <License>GPLv2</License>
  13. <IsA>service</IsA>
  14. <IsA>app:console</IsA>
  15. <IsA>library</IsA>
  16. <Summary>speech dispatcher: common interface to speech synthesis</Summary>
  17. <Description>Speech Dispatcher is a device independent layer for speech synthesis that provides a common easy to use interface for both client applications (programs that want to speak) and for software synthesizers (programs actually able to convert text to speech).</Description>
  18. <Archive sha1sum="b2aad4b2db502a03ee27039b8229d4ee206b7d8d" type="targz">https://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.6.tar.gz</Archive>
  19. <BuildDependencies>
  20. <Dependency>glib2-devel</Dependency>
  21. <Dependency>libsndfile-devel</Dependency>
  22. <Dependency>dotconf-devel</Dependency>
  23. <Dependency>espeak-devel</Dependency>
  24. <Dependency>python3-devel</Dependency>
  25. <Dependency>intltool</Dependency>
  26. <Dependency>gettext-devel</Dependency>
  27. <Dependency>texinfo</Dependency>
  28. <Dependency>pkgconfig</Dependency>
  29. <Dependency>libtool-ltdl</Dependency>
  30. <Dependency>libao-devel</Dependency>
  31. <Dependency>alsa-lib-devel</Dependency>
  32. <Dependency>pulseaudio-libs-devel</Dependency>
  33. </BuildDependencies>
  34. </Source>
  35. <Package>
  36. <Name>speech-dispatcher</Name>
  37. <RuntimeDependencies>
  38. <Dependency>glib2</Dependency>
  39. <Dependency>libao</Dependency>
  40. <Dependency>espeak</Dependency>
  41. <Dependency>dotconf</Dependency>
  42. <Dependency>alsa-lib</Dependency>
  43. <Dependency>libsndfile</Dependency>
  44. <Dependency>libtool-ltdl</Dependency>
  45. <Dependency>pulseaudio-libs</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="data">/usr/share</Path>
  49. <Path fileType="library">/usr/lib</Path>
  50. <Path fileType="doc">/usr/share/doc</Path>
  51. <Path fileType="executable">/usr/bin</Path>
  52. <Path fileType="config">/etc/speech-dispatcher</Path>
  53. <Path fileType="data">/var/log/speech-dispatcher</Path>
  54. <Path fileType="data">/usr/share/speech-dispatcher</Path>
  55. </Files>
  56. </Package>
  57. <Package>
  58. <Name>python3-speech-dispatcher</Name>
  59. <Summary>Python3 bindings for speech-dispatcher</Summary>
  60. <RuntimeDependencies>
  61. <Dependency release="current">speech-dispatcher</Dependency>
  62. <Dependency>python3</Dependency>
  63. </RuntimeDependencies>
  64. <Replaces>
  65. <Package>python-speech-dispatcher</Package>
  66. </Replaces>
  67. <Files>
  68. <Path fileType="library">/usr/lib/python3.*</Path>
  69. </Files>
  70. </Package>
  71. <Package>
  72. <Name>speech-dispatcher-devel</Name>
  73. <Summary>Development headers for speech-dispatcher</Summary>
  74. <RuntimeDependencies>
  75. <Dependency release="current">speech-dispatcher</Dependency>
  76. <Dependency>glib2-devel</Dependency>
  77. </RuntimeDependencies>
  78. <Files>
  79. <Path fileType="header">/usr/include</Path>
  80. <Path fileType="header">/usr/lib/pkgconfig/</Path>
  81. </Files>
  82. </Package>
  83. <History>
  84. <Update release="4">
  85. <Date>2017-03-19</Date>
  86. <Version>0.8.6</Version>
  87. <Comment>Release bump.</Comment>
  88. <Name>Ayhan Yalçınsoy</Name>
  89. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  90. </Update>
  91. <Update release="3">
  92. <Date>2016-12-30</Date>
  93. <Version>0.8.6</Version>
  94. <Comment>Version bump.</Comment>
  95. <Name>Stefan Gronewold(groni)</Name>
  96. <Email>groni@pisilinux.org</Email>
  97. </Update>
  98. <Update release="2">
  99. <Date>2016-06-09</Date>
  100. <Version>0.8.3</Version>
  101. <Comment>Release Bump</Comment>
  102. <Name>Pisi Linux Community</Name>
  103. <Email>admin@pisilinux.org</Email>
  104. </Update>
  105. <Update release="1">
  106. <Date>2016-05-08</Date>
  107. <Version>0.8.3</Version>
  108. <Comment>First release</Comment>
  109. <Name>Alihan Öztürk</Name>
  110. <Email>alihan@pisilinux.org</Email>
  111. </Update>
  112. </History>
  113. </PISI>