Search Criteria
Package Details: mangoapp-nonvidia 0.6.9.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mangohud-nonvidia.git (read-only, click to copy) |
---|---|
Package Base: | mangohud-nonvidia |
Description: | A transparent background OpenGL application with a built-in MangoHud designed to be run inside a gamescope instance |
Upstream URL: | https://github.com/flightlessmango/MangoHud |
Keywords: | hud vulkan |
Licenses: | MIT |
Conflicts: | mangoapp |
Provides: | libMangoApp.so, magoapp |
Submitter: | BenniTec |
Maintainer: | BenniTec |
Last Packager: | BenniTec |
Votes: | 5 |
Popularity: | 0.000713 |
First Submitted: | 2022-03-18 18:24 (UTC) |
Last Updated: | 2023-04-30 17:26 (UTC) |
Dependencies (17)
- glfw-x11 (glfw-git, glfw-git-minecraft)
- libglvnd (libglvnd-git)
- libx11 (libx11-git)
- mangohud-nonvidia
- appstream (make)
- cmocka (cmocka-git) (make)
- dbus (dbus-git, dbus-selinux, dbus-xdg-docs) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- glew (glew-libepoxy, glew-egl-glx, glew-git, glew-wayland, glew-osmesa-git, glew-wayland-git) (make)
- glfw-x11 (glfw-git, glfw-git-minecraft) (make)
- glslang (glslang-minimal-git, glslang-git) (make)
- libglvnd (libglvnd-git) (make)
- meson (meson-git) (make)
- nlohmann-json (nlohmann-json-git) (make)
- python-mako (make)
- spdlog (spdlog-git) (make)
- gamescope (gamescope-git, gamescope-plus) (optional)
Required by (1)
- mangohud-nonvidia (optional)
Sources (6)
- git+https://github.com/flightlessmango/MangoHud.git#commit=7f945627f57ecc56afea342c2dc0544d0d43728e
- git+https://github.com/flightlessmango/minhook.git
- https://github.com/ocornut/imgui/archive/refs/tags/v1.81/imgui-1.81.tar.gz
- https://wrapdb.mesonbuild.com/v2/imgui_1.81-1/get_patch#/imgui-1.81-1-wrap.zip
- https://wrapdb.mesonbuild.com/v2/vulkan-headers_1.2.158-2/get_patch#/vulkan-headers-1.2.158-2-wrap.zip
- Vulkan-Headers-1.2.158.tar.gz
Latest Comments
1 2 Next › Last »
tfl5034 commented on 2023-08-27 01:19 (UTC)
I think the following patch would fix that specific error, but I ran into additional spd related errors that I didn't fix.
tfl5034 commented on 2023-08-27 01:01 (UTC)
@edtoml, this error seems related to https://github.com/flightlessmango/MangoHud/issues/1015
edtoml commented on 2023-06-14 12:11 (UTC) (edited on 2023-06-14 12:11 (UTC) by edtoml)
This gets build errors on an up to date Arch, all the 'sub packages' get the same error. Ideas anyone?
BenniTec commented on 2022-12-25 02:52 (UTC)
Sorry for the delay, I was busy unbricking my laptop. @anagram3k thanks for the solution, it's already pushed.
anagram3k commented on 2022-12-23 19:36 (UTC)
Changing the line:
ln -sf "$srcdir/imgui-$_imgui_ver" "$_srcdir/subprojects/imgui"
to:
ln -sf "$srcdir/imgui-$_imgui_ver" "$_srcdir/subprojects/imgui-$_imgui_ver"
worked for me.
caseyjp1 commented on 2022-12-21 05:47 (UTC)
Fails to build for me:
Checking for function "dlopen" : YES Checking for function "clock_gettime" : YES Checking for size of "void*" : 8
MangoHud-0.6.8/meson.build:251:0: ERROR: Automatic wrap-based subproject downloading is disabled
A full log can be found at /home/USER/.cache/yay/mangohud-nonvidia/src/build/meson-logs/meson-log.txt ==> ERROR: A failure occurred in build(). Aborting... -> error making: mangohud-nonvidia
BenniTec commented on 2022-10-11 08:21 (UTC)
tfl5034, I hope this fixed it. Sorry for the inconvenience.
tfl5034 commented on 2022-10-11 04:05 (UTC) (edited on 2022-10-11 04:09 (UTC) by tfl5034)
Hi, the latest update didn't work for me. I have the same issue as bonohub13. I'm wondering if you also need to update the .SRCINFO file. Also the pkgrel variable should be bumped up.
BenniTec commented on 2022-08-19 23:12 (UTC)
Thanks @bonohub13, I think I fixed it.
bonohub13 commented on 2022-08-19 22:23 (UTC)
I tried to recreate the issue by rebuilding it inside a Docker container, and managed to recreate it.
Here's the output when it failed to build:
1 2 Next › Last »