pspec.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mangohud</Name>
  6. <Homepage>https://github.com/flightlessmango/MangoHud</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <Icon>mangohud</Icon>
  13. <IsA>library</IsA>
  14. <Summary>A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.</Summary>
  15. <Description>A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.</Description>
  16. <Archive sha1sum="88d622e64d4f3f2728e780b0b1e28e738b7e2541" type="tarxz">https://github.com/flightlessmango/MangoHud/releases/download/v0.7.0/MangoHud-v0.7.0-Source.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>git</Dependency>
  19. <Dependency>gcc</Dependency>
  20. <Dependency>ninja</Dependency>
  21. <Dependency>meson</Dependency>
  22. <Dependency>glfw-devel</Dependency>
  23. <Dependency>glew-devel</Dependency>
  24. <Dependency>dbus-devel</Dependency>
  25. <Dependency>python3-mako</Dependency>
  26. <Dependency>libX11-devel</Dependency>
  27. <Dependency>cmocka-devel</Dependency>
  28. <Dependency>python3-devel</Dependency>
  29. <Dependency>nlohmann-json</Dependency>
  30. <Dependency>glslang-devel</Dependency>
  31. <Dependency>libglvnd-devel</Dependency>
  32. <Dependency>libXrandr-devel</Dependency>
  33. </BuildDependencies>
  34. </Source>
  35. <Package>
  36. <Name>mangohud</Name>
  37. <RuntimeDependencies>
  38. <Dependency>glew</Dependency>
  39. <Dependency>glfw</Dependency>
  40. <Dependency>libX11</Dependency>
  41. <Dependency>libgcc</Dependency>
  42. <Dependency>python3</Dependency>
  43. <Dependency>libglvnd</Dependency>
  44. <Dependency>nlohmann-json</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="doc">/usr/share/doc/mangohud</Path>
  49. <Path fileType="data">/usr/share/vulkan/implicit_layer.d</Path>
  50. <Path fileType="data">/usr/share/metainfo</Path>
  51. <Path fileType="man">/usr/share/man</Path>
  52. <Path fileType="library">/usr/lib/mangohud</Path>
  53. <Path fileType="icons">/usr/share/icons</Path>
  54. <Path fileType="library">/usr/lib/libmangohud</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="1">
  59. <Date>2024-01-02</Date>
  60. <Version>0.7.0</Version>
  61. <Comment>First release</Comment>
  62. <Name>Kamil Atlı</Name>
  63. <Email>suvari@pisilinux.org</Email>
  64. </Update>
  65. </History>
  66. </PISI>