new package: mangohud

This commit is contained in:
suvari
2024-01-02 22:05:22 +03:00
parent e81d72458d
commit f08d9bd93b
7 changed files with 171 additions and 4 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
mesontools.configure("-Dwith_xnvctrl=disabled")
def build():
mesontools.build()
def check():
mesontools.build("test")
def install():
mesontools.install()
pisitools.dodoc("LICENSE", "README.md")
+64
View File
@@ -0,0 +1,64 @@
<?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>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>
</BuildDependencies>
</Source>
<Package>
<Name>mangohud</Name>
<RuntimeDependencies>
<Dependency>dbus</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/MangoHud.x86_64.json</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>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mangohud</Name>
<Summary xml:lang="tr">FPS'yi, sıcaklıkları, CPU/GPU yükünü ve daha fazlasını izlemek için bir Vulkan ve OpenGL katmanı.</Summary>
<Description xml:lang="tr">FPS'yi, sıcaklıkları, CPU/GPU yükünü ve daha fazlasını izlemek için bir Vulkan ve OpenGL katmanı.</Description>
</Source>
</PISI>
+73 -2
View File
@@ -5030,7 +5030,7 @@
<Description xml:lang="tr">Genel kullanım için ölçeklenebilir anahat yazı tipleri. Bilinen tüm işletim sistemleri ile uyumlu olarak kodlanmıştır.</Description>
<Archive type="targz" sha1sum="809614174322f78639591f8b1611535b524b6c5d" name="freefont-sfd-20100919.tar.gz">mirrors://gnu/freefont/freefont-sfd-20100919.tar.gz</Archive>
<BuildDependencies>
<Dependency>fontforge-devel</Dependency>
<Dependency>fontforge</Dependency>
</BuildDependencies>
<Patches>
<Patch>buildscript.patch</Patch>
@@ -242467,6 +242467,70 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Update>
</History>
</SpecFile>
<SpecFile>
<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>
<IsA>library</IsA>
<PartOf>hardware.info</PartOf>
<Summary xml:lang="en">A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.</Summary>
<Summary xml:lang="tr">FPS&apos;yi, sıcaklıkları, CPU/GPU yükünü ve daha fazlasını izlemek için bir Vulkan ve OpenGL katmanı.</Summary>
<Description xml:lang="en">A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.</Description>
<Description xml:lang="tr">FPS&apos;yi, sıcaklıkları, CPU/GPU yükünü ve daha fazlasını izlemek için bir Vulkan ve OpenGL katmanı.</Description>
<Icon>mangohud</Icon>
<Archive type="tarxz" sha1sum="88d622e64d4f3f2728e780b0b1e28e738b7e2541" name="MangoHud-v0.7.0-Source.tar.xz">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>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>
</BuildDependencies>
<SourceURI>hardware/info/mangohud/pspec.xml</SourceURI>
</Source>
<Package>
<Name>mangohud</Name>
<RuntimeDependencies>
<Dependency>dbus</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/MangoHud.x86_64.json</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>
</SpecFile>
<SpecFile>
<Source>
<Name>media-player-info</Name>
@@ -299963,7 +300027,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Description xml:lang="en">Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.</Description>
<Description xml:lang="tr">Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.</Description>
<Icon>telegram</Icon>
<Archive type="targz" sha1sum="3521430b9c71c6b2aba312d7ab996a472ecd1652" name="tdesktop-4.13.1-full.tar.gz">https://github.com/telegramdesktop/tdesktop/releases/download/v4.13.1/tdesktop-4.13.1-full.tar.gz</Archive>
<Archive type="targz" sha1sum="2e0500b0ed6524e796cc5a0d262f8ff9c92ab77c" name="tdesktop-4.14.1-full.tar.gz">https://github.com/telegramdesktop/tdesktop/releases/download/v4.14.1/tdesktop-4.14.1-full.tar.gz</Archive>
<AdditionalFiles>
<AdditionalFile target="fix-tgcalls-cstdint.patch" permission="0644">fix-tgcalls-cstdint.patch</AdditionalFile>
</AdditionalFiles>
@@ -300056,6 +300120,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Files>
</Package>
<History>
<Update release="48">
<Date>2024-01-02</Date>
<Version>4.14.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="47">
<Date>2023-12-26</Date>
<Version>4.13.1</Version>
+1 -1
View File
@@ -1 +1 @@
f2adedb268e9ef4e59555399518e7248fcf30bab
7cf0a48ff3c5dccaa253540e4b341c39b9560e0c
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
7b2bb7467d397cc3dff91eef94abb5b258e717e9
18bff2010145bb09cadd1b2a5432617bb76fec05