pspec.xml 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>speech-dispatcher</Name>
  6. <Homepage>http://www.freebsoft.org/speechd</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</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="178e3556d08681f38b50c6f4c329555ee8864e6d" type="targz">https://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.8.tar.gz</Archive>
  19. <BuildDependencies>
  20. <Dependency>libsndfile-devel</Dependency>
  21. <Dependency>dotconf-devel</Dependency>
  22. <Dependency>espeak-devel</Dependency>
  23. <Dependency>libao-devel</Dependency>
  24. <Dependency>alsa-lib-devel</Dependency>
  25. <Dependency>pulseaudio-libs-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>speech-dispatcher</Name>
  30. <RuntimeDependencies>
  31. <Dependency>libao</Dependency>
  32. <Dependency>espeak</Dependency>
  33. <Dependency>dotconf</Dependency>
  34. <Dependency>alsa-lib</Dependency>
  35. <Dependency>libsndfile</Dependency>
  36. <Dependency>pulseaudio-libs</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="library">/usr/lib</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. <Path fileType="executable">/usr/bin</Path>
  43. <Path fileType="config">/etc/speech-dispatcher</Path>
  44. <Path fileType="data">/var/log/speech-dispatcher</Path>
  45. <Path fileType="data">/usr/share/speech-dispatcher</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>python3-speech-dispatcher</Name>
  50. <Summary>Python3 bindings for speech-dispatcher</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">speech-dispatcher</Dependency>
  53. </RuntimeDependencies>
  54. <Replaces>
  55. <Package>python-speech-dispatcher</Package>
  56. </Replaces>
  57. <Files>
  58. <Path fileType="library">/usr/lib/python3.*</Path>
  59. </Files>
  60. </Package>
  61. <Package>
  62. <Name>speech-dispatcher-devel</Name>
  63. <Summary>Development headers for speech-dispatcher</Summary>
  64. <RuntimeDependencies>
  65. <Dependency release="current">speech-dispatcher</Dependency>
  66. </RuntimeDependencies>
  67. <Files>
  68. <Path fileType="header">/usr/include</Path>
  69. <Path fileType="header">/usr/lib/pkgconfig/</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="1">
  74. <Date>2019-11-09</Date>
  75. <Version>0.8.8</Version>
  76. <Comment>First release</Comment>
  77. <Name>Süleyman Poyraz</Name>
  78. <Email>zaryob.dev@gmail.com</Email>
  79. </Update>
  80. </History>
  81. </INARY>