@BujuArena: I can't reproduce that, make sure you do a clean build.
Search Criteria
Package Details: mangohud-git 0.7.2.r13.g41b8761-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mangohud-git.git (read-only, click to copy) |
---|---|
Package Base: | mangohud-git |
Description: | A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more. |
Upstream URL: | https://github.com/flightlessmango/MangoHud |
Keywords: | benchmark hud opengl overlay performance vulkan |
Licenses: | MIT |
Conflicts: | mangoapp, mangohud, mangohud-common-git |
Provides: | mangoapp, mangohud |
Replaces: | mangoapp |
Submitter: | dnmodder |
Maintainer: | dnmodder (jackun) |
Last Packager: | dnmodder |
Votes: | 26 |
Popularity: | 1.28 |
First Submitted: | 2020-02-06 22:40 (UTC) |
Last Updated: | 2024-06-19 23:26 (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)
- libx11 (libx11-gitAUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- appstream (make)
- cmocka (cmocka-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glfw (glfw-wayland-minecraft-cursorfixAUR, glfw-gitAUR) (make)
- glslang (glslang-gitAUR) (make)
- libxnvctrl (libxnvctrl-430xxAUR, libxnvctrl-340xxAUR, libxnvctrl-390xxAUR, libxnvctrl-525xxAUR, libxnvctrl-510xxAUR, libxnvctrl-470xxAUR, libxnvctrl-535xxAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- meson (meson-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- python-mako (make)
- Show 4 more dependencies...
Required by (26)
- an-anime-borb-launcher-bin (requires mangohud) (optional)
- an-anime-game-launcher (requires mangohud) (optional)
- an-anime-game-launcher-bin (requires mangohud) (optional)
- an-anime-game-launcher-patched-git (requires mangohud) (optional)
- anime-games-launcher (requires mangohud) (optional)
- anime-games-launcher-bin (requires mangohud) (optional)
- anime-games-launcher-git (requires mangohud) (optional)
- arch-gaming-meta (requires mangohud)
- gamescope-nvidia (requires mangohud) (optional)
- gamescope-nvidia-git (requires mangohud) (optional)
- gamescope-session-git (requires mangohud) (optional)
- goverlay-git (requires mangohud)
- honkers-launcher (requires mangohud) (optional)
- honkers-launcher-bin (requires mangohud) (optional)
- lutris-git (requires mangohud) (optional)
- mangojuice (requires mangohud) (make)
- raytracinginvulkan-git (requires mangohud)
- sleepy-launcher-bin (requires mangohud) (optional)
- sleepy-launcher-git (requires mangohud) (optional)
- speedrun (requires mangohud) (optional)
- steamtinkerlaunch (requires mangohud) (optional)
- steamtinkerlaunch-git (requires mangohud) (optional)
- the-honkers-railway-launcher (requires mangohud) (optional)
- the-honkers-railway-launcher-bin (requires mangohud) (optional)
- the-honkers-railway-launcher-git (requires mangohud) (optional)
- wavey-launcher-bin (requires mangohud) (optional)
Sources (1)
yochananmarqos commented on 2021-01-01 21:27 (UTC)
BujuArena commented on 2021-01-01 21:22 (UTC)
I'm getting this error, and no matter what I do, including removing the package completely and clean-building it, I see the same error:
mangohud/meson.build:219:0: ERROR: Automatic wrap-based subproject downloading is disabled
Therefore, I can't update this package any more.
yochananmarqos commented on 2020-08-10 03:58 (UTC) (edited on 2021-01-03 19:47 (UTC) by yochananmarqos)
@dnmodder: The submodule is no longer needed, it was imported as a subproject.
PedroHLC commented on 2020-08-09 15:54 (UTC)
@dnmodder, now there are more:
/usr/bin/mangohud exists in both 'lib32-mangohud-git' and 'mangohud-git'
/usr/share/vulkan/implicit_layer.d/MangoHud.json exists in both 'lib32-mangohud-git' and 'mangohud-git'
dnmodder commented on 2020-08-01 14:57 (UTC)
@PedroHLC I've just removed it from lib32-mangohud-git, later I'll consider adding it to mangohud-common, which is where it should be
PedroHLC commented on 2020-07-28 12:58 (UTC)
Please add rm "$pkgdir/usr/share/man/man1/mangohud.1"
to both lib32 and x86_64 packages, and if you want add to common!
xenu commented on 2020-07-25 19:01 (UTC)
rtentser commented on 2020-06-05 11:38 (UTC) (edited on 2020-06-06 19:35 (UTC) by rtentser)
https://aur.archlinux.org/packages/mangohud#comment-748947
I have the same problem with this package (mangohud-git). libxnvctrl installed, hud works fine. Looks like it searches for the library in wrong place, then founds it. Maybe an upstream problem.
UPD: Was fixed with lib32-libxnvctrl.
czapnaper commented on 2020-04-05 14:25 (UTC)
Fails to build:
`mangohud/meson.build:198:2: ERROR: Automatic wrap-based subproject downloading is disabled
A full log can be found at /home/czapnaper/Dokumenty/linux/mangohud-git/src/build64/meson-logs/meson-log.txt ==> ERROR: A failure occurred in build(). Aborting...`
To fix add -Duse_system_vulkan=enabled
option.
FlightlessMango commented on 2020-03-15 16:30 (UTC)
@dnmodder sorry I'm just blind
Pinned Comments
d-air1 commented on 2024-05-21 03:05 (UTC)
Can whoever keeps flagging this out of date state why? This package is installing its own version of imgui and implot is not required. This package builds just fine without it. If for some reason you need that then can you have a discussion with the maintainer of the package instead of having everyone who uses this package get messages about it being out of date for the same reasons when it works just fine.