Search Criteria
Package Details: mangohud-nonvidia 0.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mangohud-nonvidia.git (read-only, click to copy) |
---|---|
Package Base: | mangohud-nonvidia |
Description: | A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more (without NVIDIA support). |
Upstream URL: | https://github.com/flightlessmango/MangoHud |
Keywords: | hud vulkan |
Licenses: | MIT |
Conflicts: | mangoapp, mangoapp-nonvidia, MangoHud-common, MangoHud-common-wayland, MangoHud-common-x11, mangohud-nonvidia-common, mangohud-nonvidia-common-wayland, mangohud-nonvidia-common-x11, mangohud-nonvidia-wayland, mangohud-nonvidia-x11, MangoHud-wayland, MangoHud-x11 |
Replaces: | mangoapp-nonvidia, mangohud-nonvidia-common, mangohud-nonvidia-common-wayland, mangohud-nonvidia-common-x11, mangohud-nonvidia-wayland, mangohud-nonvidia-x11 |
Submitter: | realchonk |
Maintainer: | realchonk |
Last Packager: | realchonk |
Votes: | 6 |
Popularity: | 0.002017 |
First Submitted: | 2022-03-18 18:24 (UTC) |
Last Updated: | 2023-10-05 17:13 (UTC) |
Dependencies (24)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libspdlog.so (spdlog-gitAUR, spdlog)
- libvulkan.so (lib32-vulkan-icd-loader-gitAUR, vulkan-icd-loader-gitAUR, lib32-vulkan-icd-loader, vulkan-icd-loader)
- libx11 (libx11-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- spdlog (spdlog-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- appstream (make)
- cmocka (cmocka-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glfw-x11 (glfw-gitAUR, glfw) (make)
- glslang (glslang-gitAUR) (make)
- meson (meson-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- python-mako (make)
- gamescope (gamescope-fmlAUR, gamescope-shortcutsAUR, gamescope-nvidia-gitAUR, gamescope-sk-gitAUR, gamescope-plusAUR, gamescope-skAUR, gamescope-nvidiaAUR, gamescope-gitAUR) (optional) – Use MangoApp as an overlay within gamescope
- glfw-x11 (glfw-gitAUR, glfw) (optional) – Required for MangoApp
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?
realchonk 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
realchonk 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.
realchonk 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 »