pspec.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ogre-next</Name>
  6. <Homepage>https://github.com/OGRECave/ogre-next</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Scene-oriented, flexible 3D engine written in C++</Summary>
  14. <Description>Ogre-Next is a 3D graphics rendering engine. Not to be confused with a game engine which provides Networking, Sound, Physics, etc.</Description>
  15. <Archive sha1sum="c7c4f5486543b31e065823d924a0e84e0e9652bf" type="targz">https://github.com/OGRECave/ogre-next/archive/refs/tags/v2.3.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>git</Dependency>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>ninja</Dependency>
  20. <Dependency>doxygen</Dependency>
  21. <Dependency>mesa-devel</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. <Dependency>boost-devel</Dependency>
  24. <Dependency>libXt-devel</Dependency>
  25. <Dependency>vulkan-devel</Dependency>
  26. <Dependency>openvr-devel</Dependency>
  27. <Dependency>libX11-devel</Dependency>
  28. <Dependency>dejavu-fonts</Dependency>
  29. <Dependency>libXaw-devel</Dependency>
  30. <Dependency>cppunit-devel</Dependency>
  31. <Dependency>libsdl2-devel</Dependency>
  32. <Dependency>zziplib-devel</Dependency>
  33. <Dependency>openssl-devel</Dependency>
  34. <Dependency>tinyxml-devel</Dependency>
  35. <Dependency>python3-devel</Dependency>
  36. <Dependency>libglvnd-devel</Dependency>
  37. <Dependency>mesa-glu-devel</Dependency>
  38. <Dependency>graphviz-devel</Dependency>
  39. <Dependency>freetype-devel</Dependency>
  40. <Dependency>rapidjson-devel</Dependency>
  41. <Dependency>libXrandr-devel</Dependency>
  42. <Dependency>FreeImage-devel</Dependency>
  43. </BuildDependencies>
  44. </Source>
  45. <Package>
  46. <Name>ogre-next</Name>
  47. <RuntimeDependencies>
  48. <Dependency>zlib</Dependency>
  49. <Dependency>mesa</Dependency>
  50. <Dependency>libXt</Dependency>
  51. <Dependency>libgcc</Dependency>
  52. <Dependency>openvr</Dependency>
  53. <Dependency>libX11</Dependency>
  54. <Dependency>libXaw</Dependency>
  55. <Dependency>openssl</Dependency>
  56. <Dependency>tinyxml</Dependency>
  57. <Dependency>doxygen</Dependency>
  58. <Dependency>cppunit</Dependency>
  59. <Dependency>libsdl2</Dependency>
  60. <Dependency>zziplib</Dependency>
  61. <Dependency>freetype</Dependency>
  62. <Dependency>graphviz</Dependency>
  63. <Dependency>mesa-glu</Dependency>
  64. <Dependency>libglvnd</Dependency>
  65. <Dependency>FreeImage</Dependency>
  66. <Dependency>rapidjson</Dependency>
  67. <Dependency>libXrandr</Dependency>
  68. <Dependency>dejavu-fonts</Dependency>
  69. </RuntimeDependencies>
  70. <Files>
  71. <Path fileType="executable">/usr/bin</Path>
  72. <Path fileType="library">/usr/lib/OGRE</Path>
  73. <Path fileType="library">/usr/lib/libOgreHlmsPbs.so*</Path>
  74. <Path fileType="library">/usr/lib/libOgreMeshLodGenerator.so*</Path>
  75. <Path fileType="library">/usr/lib/libOgreOverlay.so*</Path>
  76. <Path fileType="library">/usr/lib/libOgreSceneFormat.so*</Path>
  77. <Path fileType="library">/usr/lib/libOgreMain.so*</Path>
  78. <Path fileType="library">/usr/lib/libOgreHlmsUnlit.so*</Path>
  79. <Path fileType="data">/usr/share/OGRE</Path>
  80. <Path fileType="doc">/usr/share/doc</Path>
  81. </Files>
  82. </Package>
  83. <Package>
  84. <Name>ogre-next-devel</Name>
  85. <Summary>Development files for ogre-next</Summary>
  86. <RuntimeDependencies>
  87. <Dependency release="current">ogre-next</Dependency>
  88. </RuntimeDependencies>
  89. <Files>
  90. <Path fileType="header">/usr/include</Path>
  91. <Path fileType="data">/usr/lib/OGRE/cmake</Path>
  92. <Path fileType="library">/usr/lib/pkgconfig</Path>
  93. </Files>
  94. </Package>
  95. <History>
  96. <Update release="2">
  97. <Date>2023-11-01</Date>
  98. <Version>2.3.1</Version>
  99. <Comment>Version bump.</Comment>
  100. <Name>Mustafa Cinasal</Name>
  101. <Email>muscnsl@gmail.com</Email>
  102. </Update>
  103. <Update release="1">
  104. <Date>2022-04-30</Date>
  105. <Version>2.3.0</Version>
  106. <Comment>First release.</Comment>
  107. <Name>Kamil Atlı</Name>
  108. <Email>suvari@pisilinux.org</Email>
  109. </Update>
  110. </History>
  111. </PISI>