123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>mangohud</Name>
- <Homepage>https://github.com/flightlessmango/MangoHud</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <Icon>mangohud</Icon>
- <IsA>library</IsA>
- <Summary>A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.</Summary>
- <Description>A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.</Description>
- <Archive sha1sum="88d622e64d4f3f2728e780b0b1e28e738b7e2541" type="tarxz">https://github.com/flightlessmango/MangoHud/releases/download/v0.7.0/MangoHud-v0.7.0-Source.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>git</Dependency>
- <Dependency>gcc</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>meson</Dependency>
- <Dependency>glfw-devel</Dependency>
- <Dependency>glew-devel</Dependency>
- <Dependency>dbus-devel</Dependency>
- <Dependency>python3-mako</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>cmocka-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>nlohmann-json</Dependency>
- <Dependency>glslang-devel</Dependency>
- <Dependency>libglvnd-devel</Dependency>
- <Dependency>libXrandr-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>mangohud</Name>
- <RuntimeDependencies>
- <Dependency>glew</Dependency>
- <Dependency>glfw</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>libglvnd</Dependency>
- <Dependency>nlohmann-json</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc/mangohud</Path>
- <Path fileType="data">/usr/share/vulkan/implicit_layer.d</Path>
- <Path fileType="data">/usr/share/metainfo</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="library">/usr/lib/mangohud</Path>
- <Path fileType="icons">/usr/share/icons</Path>
- <Path fileType="library">/usr/lib/libmangohud</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2024-01-02</Date>
- <Version>0.7.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|