Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : goverlay | |||||
| version : 0.3.5 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/benjamimgois/goverlay/archive/0.3.5.tar.gz : f66d59713bf87234c8a18837499bbbea9225f16cbe8adc6d430ce9b728c47db7 | |||||
| license : GPL-3.0-only | |||||
| component : system.utils | |||||
| summary : GUI for configuring Vulkan/OpenGL overlays - MangoHud and vkBasalt | |||||
| description: | | |||||
| GOverlay is an open source project aimed to create a Graphical UI to manage Vulkan/OpenGL overlays. It currently supports MangoHud and GOverlay. | |||||
| builddeps : | |||||
| - pkgconfig(gtk+-x11-2.0) | |||||
JoshStrobl: Let's change this to pkgconfig(gtk+-2.0), gtk+-2.0 is more likely to be the one people will… | |||||
| - lazarus | |||||
| rundeps : | |||||
| - vulkan-tools | |||||
| - mesa-demos | |||||
JoshStroblUnsubmitted Done Inline ActionsI'm guessing it needs glxinfo and probably not glxgears yea? IMO would probably just make more sense to move glxinfo into mesalib itself and just keep mesa-demos for glxgears (or even just have a package literally for glxgears via splitting). JoshStrobl: I'm guessing it needs glxinfo and probably not glxgears yea? IMO would probably just make more… | |||||
JacekAuthorUnsubmitted Done Inline ActionsActually it needs glxgears and not glxinfo, because it uses that as the tests if OpenGL overlay work. And it uses vkcube as a test for Vulkan overlay. Jacek: Actually it needs glxgears and not glxinfo, because it uses that as the tests if OpenGL overlay… | |||||
JoshStroblUnsubmitted Not Done Inline ActionsWeird. Can't say I was expecting that. JoshStrobl: Weird. Can't say I was expecting that. | |||||
| - vkbasalt | |||||
| - mangohud | |||||
| build : | | |||||
| lazbuild --lazarusdir=/usr/share/lazarus goverlay.lpi | |||||
| install : | | |||||
| %make_install prefix=/usr | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Let's change this to pkgconfig(gtk+-2.0), gtk+-2.0 is more likely to be the one people will search for when it comes to rebuilds and the likes.