pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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-gamepad</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. <PartOf>desktop</PartOf>
  16. <Summary>A JavaScript 3D rendering API for Qt Quick</Summary>
  17. <Description>Adds support for getting events from gamepad devices</Description>
  18. <Archive sha1sum="45f4c2ea5196525a71d5a7a7d44d5e2e9c9bcd48" type="tarxz">http://download.qt.io/official_releases/qt/5.9/5.9.5/submodules/qtgamepad-opensource-src-5.9.5.tar.xz</Archive>
  19. <BuildDependencies>
  20. <Dependency versionFrom="5.9.5">qt5-base-devel</Dependency>
  21. <Dependency versionFrom="5.9.5">qt5-declarative-devel</Dependency>
  22. <Dependency>libsdl2-devel</Dependency>
  23. <Dependency>eudev-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>qt5-gamepad</Name>
  28. <Summary>Adds support for getting events from gamepad devices</Summary>
  29. <RuntimeDependencies>
  30. <Dependency versionFrom="5.9.5">qt5-base</Dependency>
  31. <Dependency versionFrom="5.9.5">qt5-declarative</Dependency>
  32. <Dependency>libsdl2</Dependency>
  33. <Dependency>eudev</Dependency>
  34. <Dependency>libgcc</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="library">/usr/lib/qt5</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="doc">/</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>qt5-gamepad-devel</Name>
  45. <Summary>Development files for qt5-gamepad</Summary>
  46. <RuntimeDependencies>
  47. <Dependency versionFrom="5.9.5">qt5-base-devel</Dependency>
  48. <Dependency release="current">qt5-gamepad</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="header">/usr/include/qt5</Path>
  52. <Path fileType="config">/usr/lib/cmake</Path>
  53. <Path fileType="data">/usr/lib/pkgconfig</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="3">
  58. <Date>2018-05-02</Date>
  59. <Version>5.9.5</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2018-02-04</Date>
  66. <Version>5.9.3</Version>
  67. <Comment>Version Bump.</Comment>
  68. <Name>Ayhan Yalçınsoy</Name>
  69. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2017-02-21</Date>
  73. <Version>5.7.1</Version>
  74. <Comment>First Release</Comment>
  75. <Name>Stefan Gronewold</Name>
  76. <Email>groni@pisilinux.org</Email>
  77. </Update>
  78. </History>
  79. </PISI>