pspec.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openxr</Name>
  6. <Homepage>https://www.khronos.org/openxr/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>APACHE</License>
  12. <IsA>library</IsA>
  13. <Summary>An open standard for virtual reality and augmented reality platforms and devices</Summary>
  14. <Description>An open standard for virtual reality and augmented reality platforms and devices</Description>
  15. <Archive sha1sum="d5f4f0604526c2fb0553f8e7b306142122de0f66" type="targz">https://github.com/KhronosGroup/OpenXR-SDK-Source/archive/refs/tags/release-1.0.31.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>mesa-devel</Dependency>
  19. <Dependency>wayland-client</Dependency>
  20. <Dependency>wayland-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>libX11-devel</Dependency>
  23. <Dependency>vulkan-devel</Dependency>
  24. <Dependency>libglvnd-devel</Dependency>
  25. <Dependency>vulkan-headers</Dependency>
  26. <Dependency>jsoncpp-devel</Dependency>
  27. <Dependency>libXrandr-devel</Dependency>
  28. <Dependency>libXxf86vm-devel</Dependency>
  29. </BuildDependencies>
  30. <!--
  31. <Patches>
  32. <Patch>openxr.patch</Patch>
  33. <Patch level="1">openxr.patch</Patch>
  34. </Patches>
  35. -->
  36. </Source>
  37. <Package>
  38. <Name>openxr</Name>
  39. <RuntimeDependencies>
  40. <Dependency>libgcc</Dependency>
  41. <Dependency>libX11</Dependency>
  42. <Dependency>vulkan</Dependency>
  43. <Dependency>libglvnd</Dependency>
  44. <Dependency>jsoncpp</Dependency>
  45. <Dependency>libXxf86vm</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="executable">/usr/bin</Path>
  49. <Path fileType="library">/usr/lib/libXrApiLayer*</Path>
  50. <Path fileType="library">/usr/lib/libopenxr_loader.so*</Path>
  51. <Path fileType="data">/usr/share</Path>
  52. <Path fileType="man">/usr/share/man</Path>
  53. <Path fileType="data">/usr/share/openxr</Path>
  54. <Path fileType="doc">/usr/share/doc</Path>
  55. </Files>
  56. </Package>
  57. <Package>
  58. <Name>openxr-devel</Name>
  59. <Summary>Development files for openxr</Summary>
  60. <RuntimeDependencies>
  61. <Dependency release="current">openxr</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="header">/usr/include</Path>
  65. <Path fileType="data">/usr/lib/cmake</Path>
  66. <Path fileType="library">/usr/lib/pkgconfig</Path>
  67. </Files>
  68. </Package>
  69. <History>
  70. <Update release="6">
  71. <Date>2023-10-22</Date>
  72. <Version>1.0.31</Version>
  73. <Comment>Version bump</Comment>
  74. <Name>Mustafa Cinasal</Name>
  75. <Email>muscnsl@gmail.com</Email>
  76. </Update>
  77. <Update release="5">
  78. <Date>2023-07-13</Date>
  79. <Version>1.0.28</Version>
  80. <Comment>Version bump.</Comment>
  81. <Name>Mustafa Cinasal</Name>
  82. <Email>muscnsl@gmail.com</Email>
  83. </Update>
  84. <Update release="4">
  85. <Date>2021-11-20</Date>
  86. <Version>1.0.20</Version>
  87. <Comment>Version bump.</Comment>
  88. <Name>Mustafa Cinasal</Name>
  89. <Email>muscnsl@gmail.com</Email>
  90. </Update>
  91. <Update release="3">
  92. <Date>2021-08-29</Date>
  93. <Version>1.0.19</Version>
  94. <Comment>Version bump.</Comment>
  95. <Name>Mustafa Cinasal</Name>
  96. <Email>muscnsl@gmail.com</Email>
  97. </Update>
  98. <Update release="2">
  99. <Date>2021-08-07</Date>
  100. <Version>1.0.18</Version>
  101. <Comment>Version bump.</Comment>
  102. <Name>Mustafa Cinasal</Name>
  103. <Email>muscnsl@gmail.com</Email>
  104. </Update>
  105. <Update release="1">
  106. <Date>2021-01-20</Date>
  107. <Version>1.0.13</Version>
  108. <Comment>First release</Comment>
  109. <Name>Pisi Linux Admins</Name>
  110. <Email>admin@pisilinux.org</Email>
  111. </Update>
  112. </History>
  113. </PISI>