pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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-canvas3d</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>A JavaScript 3D rendering API for Qt Quick</Description>
  18. <Archive sha1sum="eb5f069a88607e93c750e55df2e282c8fb7b23ea" type="tarxz">http://download.qt.io/official_releases/qt/5.9/5.9.5/submodules/qtcanvas3d-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. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>qt5-canvas3d</Name>
  26. <Summary>A JavaScript 3D rendering API for Qt Quick</Summary>
  27. <RuntimeDependencies>
  28. <Dependency versionFrom="5.9.5">qt5-base</Dependency>
  29. <Dependency versionFrom="5.9.5">qt5-declarative</Dependency>
  30. <Dependency>libgcc</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib/qt5</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="3">
  39. <Date>2018-05-02</Date>
  40. <Version>5.9.5</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>Mustafa Cinasal</Name>
  43. <Email>muscnsl@gmail.com</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2018-02-01</Date>
  47. <Version>5.9.3</Version>
  48. <Comment>Version Bump</Comment>
  49. <Name>Ayhan Yalçınsoy</Name>
  50. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2017-02-21</Date>
  54. <Version>5.7.1</Version>
  55. <Comment>First Release</Comment>
  56. <Name>Stefan Gronewold</Name>
  57. <Email>groni@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>