pspec.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qt5-speech</Name>
  6. <Homepage>http://qt-project.org/</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>custom</License>
  12. <License>FDL</License>
  13. <License>GPL3</License>
  14. <License>LGPL3</License>
  15. <Summary>Qt module to make text to speech and speech recognition easy</Summary>
  16. <Description>Qt module to make text to speech and speech recognition easy</Description>
  17. <Archive type="tarxz" sha1sum="b34bc1f0e20c94559f9d0fa7d05aa5cd3c92df00">http://download.qt.io/official_releases/qt/5.9/5.9.5/submodules/qtspeech-opensource-src-5.9.5.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>flite-devel</Dependency>
  20. <Dependency versionFrom="5.9.5">qt5-base-devel</Dependency>
  21. <Dependency>speech-dispatcher-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>qt5-speech</Name>
  26. <Summary>Qt module to make text to speech and speech recognition easy</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>flite</Dependency>
  29. <Dependency versionFrom="5.9.5">qt5-base</Dependency>
  30. <Dependency>libgcc</Dependency>
  31. <Dependency>speech-dispatcher</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="library">/usr/lib/qt5</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>qt5-speech-devel</Name>
  41. <Summary>Development headers for qt5-speech</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">qt5-speech</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="config">/usr/lib/cmake</Path>
  47. <Path fileType="header">/usr/include</Path>
  48. <Path fileType="data">/usr/lib/pkgconfig</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="5">
  53. <Date>2018-05-01</Date>
  54. <Version>5.9.5</Version>
  55. <Comment>Rebuild for qt5.9.3</Comment>
  56. <Name>Stefan Gronewold</Name>
  57. <Email>groni@pisilinux.org</Email>
  58. </Update>
  59. <Update release="4">
  60. <Date>2018-02-01</Date>
  61. <Version>5.9.3</Version>
  62. <Comment>Rebuild for qt5.9.3</Comment>
  63. <Name>Stefan Gronewold</Name>
  64. <Email>groni@pisilinux.org</Email>
  65. </Update>
  66. <Update release="3">
  67. <Date>2018-02-01</Date>
  68. <Version>5.5.0</Version>
  69. <Comment>Rebuild for qt5.9.3</Comment>
  70. <Name>Stefan Gronewold</Name>
  71. <Email>groni@pisilinux.org</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2017-02-20</Date>
  75. <Version>5.5.0</Version>
  76. <Comment>Rebuild for new Toolchain.</Comment>
  77. <Name>Stefan Gronewold</Name>
  78. <Email>groni@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2016-12-26</Date>
  82. <Version>5.5.0</Version>
  83. <Comment>First Release</Comment>
  84. <Name>Stefan Gronewold</Name>
  85. <Email>groni@pisilinux.org</Email>
  86. </Update>
  87. </History>
  88. </PISI>