Merge pull request #13144 from suvari/master
new packages: glfw, mangohud
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#!/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 \
|
||||
-Dmangoapp=true \
|
||||
-Dmangohudctl=true \
|
||||
-Dmangoapp_layer=true")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
mesontools.build("test")
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "README.md")
|
||||
@@ -0,0 +1,68 @@
|
||||
<?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>
|
||||
@@ -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>
|
||||
+142
-2
@@ -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,74 @@ 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'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'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>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>
|
||||
<SourceURI>hardware/info/mangohud/pspec.xml</SourceURI>
|
||||
</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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>media-player-info</Name>
|
||||
@@ -299963,7 +300031,7 @@ Bu Skype SILK codec ve Xiph.Org '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 +300124,13 @@ Bu Skype SILK codec ve Xiph.Org '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>
|
||||
@@ -422970,6 +423045,71 @@ contacts, tasks, and calendar information.</Summary>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>glfw</Name>
|
||||
<Homepage>https://www.glfw.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>x11.library</PartOf>
|
||||
<Summary xml:lang="en">A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input</Summary>
|
||||
<Summary xml:lang="tr">OpenGL, OpenGL ES, Vulkan, pencere ve giriş için çok platformlu bir kütüphane</Summary>
|
||||
<Description xml:lang="en">GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.</Description>
|
||||
<Description xml:lang="tr">GLFW, OpenGL, OpenGL ES ve Vulkan uygulama geliştirmeye yönelik Açık Kaynaklı, çok platformlu bir kütüphanedir. Pencereler, bağlamlar ve yüzeyler oluşturmak, girdileri okumak, olayları işlemek vb. için basit, platformdan bağımsız bir API sağlar.</Description>
|
||||
<Icon>glfw</Icon>
|
||||
<Archive type="targz" sha1sum="edbe2d3b94aee91d1cefcc87c71d32164ad0a7d2" name="3.3.9.tar.gz">https://github.com/glfw/glfw/archive/refs/tags/3.3.9.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>libXi-devel</Dependency>
|
||||
<Dependency>vulkan-headers</Dependency>
|
||||
<Dependency>libXrandr-devel</Dependency>
|
||||
<Dependency>libXcursor-devel</Dependency>
|
||||
<Dependency>libXinerama-devel</Dependency>
|
||||
<Dependency>libxkbcommon-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>x11/library/glfw/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>glfw</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libX11</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libglfw.so*</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>glfw-devel</Name>
|
||||
<Summary xml:lang="en">Development files for glfw</Summary>
|
||||
<Summary xml:lang="tr">glfw için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">glfw</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/cmake/glfw3</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-01-02</Date>
|
||||
<Version>3.3.9</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libclc</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
f2adedb268e9ef4e59555399518e7248fcf30bab
|
||||
e92fc3e3773f47ad41b4c5c08ace4ae3e6d0c687
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
7b2bb7467d397cc3dff91eef94abb5b258e717e9
|
||||
80c17478a0db1e31c605ab8bbc0b1bd4ff1a1b7c
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/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 cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
cmaketools.configure("-DBUILD_SHARED_LIBS=ON")
|
||||
|
||||
def install():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE*", "README*")
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>glfw</Name>
|
||||
<Homepage>https://www.glfw.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<Icon>glfw</Icon>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input</Summary>
|
||||
<Description>GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.</Description>
|
||||
<Archive sha1sum="edbe2d3b94aee91d1cefcc87c71d32164ad0a7d2" type="targz">https://github.com/glfw/glfw/archive/refs/tags/3.3.9.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>libXi-devel</Dependency>
|
||||
<Dependency>vulkan-headers</Dependency>
|
||||
<Dependency>libXrandr-devel</Dependency>
|
||||
<Dependency>libXcursor-devel</Dependency>
|
||||
<Dependency>libXinerama-devel</Dependency>
|
||||
<Dependency>libxkbcommon-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>glfw</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libX11</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libglfw.so*</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>glfw-devel</Name>
|
||||
<Summary>Development files for glfw</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">glfw</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/cmake/glfw3</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-01-02</Date>
|
||||
<Version>3.3.9</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>glfw</Name>
|
||||
<Summary xml:lang="tr">OpenGL, OpenGL ES, Vulkan, pencere ve giriş için çok platformlu bir kütüphane</Summary>
|
||||
<Description xml:lang="tr">GLFW, OpenGL, OpenGL ES ve Vulkan uygulama geliştirmeye yönelik Açık Kaynaklı, çok platformlu bir kütüphanedir. Pencereler, bağlamlar ve yüzeyler oluşturmak, girdileri okumak, olayları işlemek vb. için basit, platformdan bağımsız bir API sağlar.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>glfw-devel</Name>
|
||||
<Summary xml:lang="tr">glfw için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user