pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openvr</Name>
  6. <Homepage>https://github.com/ValveSoftware/openvr</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app</IsA>
  13. <Summary>API and runtime that allows access to VR hardware from multiple vendors</Summary>
  14. <Description>OpenVR is an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting. This repository is an SDK that contains the API and samples. The runtime is under SteamVR in Tools on Steam.</Description>
  15. <Archive sha1sum="99441b0b1d9d82ca40139aeb6316bcf89995339c" type="targz">https://github.com/ValveSoftware/openvr/archive/refs/tags/v1.26.7.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>jsoncpp-devel</Dependency>
  19. <Dependency>libglvnd-devel</Dependency>
  20. <Dependency>rapidjson-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch>0001-Fixed-includes-and-asserts-in-v1.6.18-release.patch</Patch> -->
  24. <!-- <Patch>fix-missing-stdarg-h.patch</Patch> -->
  25. <Patch>install-library.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>openvr</Name>
  30. <RuntimeDependencies>
  31. <Dependency>libgcc</Dependency>
  32. <Dependency>jsoncpp</Dependency>
  33. <Dependency>libglvnd</Dependency>
  34. <Dependency>rapidjson</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib/libopenvr_api.so*</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>openvr-devel</Name>
  43. <Summary>Development files for openvr</Summary>
  44. <RuntimeDependencies>
  45. <Dependency release="current">openvr</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/cmake</Path>
  50. <Path fileType="library">/usr/share/pkgconfig</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="2">
  55. <Date>2023-10-22</Date>
  56. <Version>1.26.7</Version>
  57. <Comment>version bump</Comment>
  58. <Name>Kamil Atlı</Name>
  59. <Email>suvari@pisilinux.org</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2022-05-01</Date>
  63. <Version>1.16.8</Version>
  64. <Comment>First release</Comment>
  65. <Name>Kamil Atlı</Name>
  66. <Email>suvari@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>