pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pocketsphinx</Name>
  6. <Homepage>https://cmusphinx.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>asis</License>
  12. <IsA>library</IsA>
  13. <Icon>nemo</Icon>
  14. <Summary>A small speech recognizer</Summary>
  15. <Description>This is PocketSphinx, one of Carnegie Mellon University's open source large vocabulary, speaker-independent continuous speech recognition engines.</Description>
  16. <Archive sha1sum="8c501d2fc21350ad1aa251391f68beabfb6d65bc" type="targz">https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v5.0.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>cython3</Dependency>
  20. <Dependency>python3-devel</Dependency>
  21. <Dependency>python3-pytest</Dependency>
  22. <Dependency>gstreamer-devel</Dependency>
  23. <Dependency>python3-setuptools</Dependency>
  24. <Dependency>gst-plugins-base-devel</Dependency>
  25. </BuildDependencies>
  26. <Patches>
  27. <!-- <Patch level="1"></Patch> -->
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>pocketsphinx</Name>
  32. <RuntimeDependencies>
  33. <Dependency>gstreamer</Dependency>
  34. <Dependency>gst-plugins-base</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="data">/usr/share/pocketsphinx/model</Path>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="library">/usr/lib/libpocketsphinx.a</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>pocketsphinx-devel</Name>
  46. <Summary>Development files for pocketsphinx</Summary>
  47. <RuntimeDependencies>
  48. <Dependency release="current">pocketsphinx</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="header">/usr/include</Path>
  52. <Path fileType="library">/usr/lib/pkgconfig</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="2">
  57. <Date>2023-11-03</Date>
  58. <Version>5.0.2</Version>
  59. <Comment>Version bump.</Comment>
  60. <Name>Mustafa Cinasal</Name>
  61. <Email>muscnsl@gmail.com</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2023-02-01</Date>
  65. <Version>5.0.0</Version>
  66. <Comment>First release</Comment>
  67. <Name>Kamil Atlı</Name>
  68. <Email>suvari@pisilinux.org</Email>
  69. </Update>
  70. </History>
  71. </PISI>