Package Details: mangohud-git 0.7.2.r13.g41b8761-1

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: 23
Popularity: 0.35
First Submitted: 2020-02-06 22:40 (UTC)
Last Updated: 2024-06-19 23:26 (UTC)

Required by (21)

Sources (1)

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.

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

dnmodder commented on 2024-06-19 23:30 (UTC)

I think it is already fixed (also in lib32-mangohud-git).

eclairevoyant commented on 2024-06-19 22:48 (UTC)

It comes from the fact that release candidates are older than actual versions.

But vercmp exhibits some strange behaviour:

$ vercmp rc r1
1

$ vercmp c 1
-1

I'd expect -1 in both cases...

parkerlreed commented on 2024-06-19 17:21 (UTC)

Where does 0.7.2.rc3.r15.g6ab4624-1 come from?

Current latest commit is 0.7.2.r13.g41b8761-1

https://github.com/flightlessmango/MangoHud/commit/41b87615903e86486d7b1be201948aa96271a6cf

This is causing the AUR helper to continually think there's an update, which is non existent.

Kagukara commented on 2024-06-11 14:31 (UTC) (edited on 2024-06-11 14:31 (UTC) by Kagukara)

@xAsh I removed imgui, checking if it had any reason to be installed in the first. After removing it mangohud-git built successfully. Also check implot as as well.

xAsh commented on 2024-06-03 15:28 (UTC) (edited on 2024-06-03 15:28 (UTC) by xAsh)

-----------
Command line: `c++ /home/ash/.cache/yay/mangohud-git/src/build/meson-private/tmpl1cp553y/testfile.cpp -o /home/ash/.cache/yay/mangohud-git/src/build/meson-private/tmpl1cp553y/output.exe -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/home/ash/.cache/yay/mangohud-git/src=/usr/src/debug/mangohud-git -flto=auto -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -ld3d9 -Wl,--allow-shlib-undefined -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs` -> 1
stderr:
/usr/bin/ld: cannot find -ld3d9: No such file or directory
collect2: error: ld returned 1 exit status
-----------

MangoHud/subprojects/imgui-1.89.9/meson.build:28:14: ERROR: C++ shared or static library 'd3d9' not found

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.

Achilleus commented on 2023-11-25 23:10 (UTC)

mangohud-git/meson.build:146:37: ERROR: Expecting rparen got whitespace. add_project_arguments(a, language : ['c', 'cpp']) ^_______^

dnmodder commented on 2023-10-01 18:54 (UTC)

It should now be resolved.