glew
has been removed as a dependency as of this commit:
https://github.com/flightlessmango/MangoHud/commit/9da183900bc6f7af0f3cb907d9370aec54a11a91
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: | 0.31 |
First Submitted: | 2020-02-06 22:40 (UTC) |
Last Updated: | 2024-12-08 18:34 (UTC) |
glew
has been removed as a dependency as of this commit:
https://github.com/flightlessmango/MangoHud/commit/9da183900bc6f7af0f3cb907d9370aec54a11a91
@HydeFromT70s This is a git package, new releases don't affect this. Please do not flag this as out of date.
Mangoapp layer has been removed from upstream and that is causing build to fail. -Dmangoapp_layer=true
should be removed.
Commits removing mangoapp layer - https://github.com/flightlessmango/MangoHud/commit/8bd0b6325904f85b7bf523f580dfdb09bc3f6dee - https://github.com/flightlessmango/MangoHud/commit/3b0a0d4c1053dad8794b7ad391c827f946452f28
I think it is already fixed (also in lib32-mangohud-git).
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...
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.
@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.
-----------
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
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.
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.