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

Required by (26)

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

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

ahrs commented on 2023-09-29 20:22 (UTC) (edited on 2023-09-29 20:23 (UTC) by ahrs)

Currently builds but doesn't work because there's no libimplot.so

I hacked a fix but this isn't correct:

diff -Naur a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD  2023-09-29 20:01:37.516466213 +0000
+++ b/PKGBUILD  2023-09-29 20:01:37.516466213 +0000
@@ -33,6 +33,7 @@

 package() {
     meson install -C build --destdir "$pkgdir"
+    install -Dm 0775 build/subprojects/implot-[0-9]*/libimplot.so "$pkgdir/usr/lib/libimplot.so"

     install -Dm 0664 "$pkgname/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
 }

dnmodder commented on 2023-06-25 16:56 (UTC)

Mangoapp will remain disabled until GLFW version 3.4 arrives which will allow you to choose the backend at runtime. Now stop crying.

MarsSeed commented on 2023-06-21 02:12 (UTC)

And if I were you, I would protest about the repo mangohud's draconian and oppressive replaces list:

Replaces: mangoapp, mangohud-common, mangohud-common-wayland, mangohud-common-x11, mangohud-wayland, mangohud-x11

MarsSeed commented on 2023-06-21 02:06 (UTC) (edited on 2023-06-21 02:06 (UTC) by MarsSeed)

@yochananmarqos, the same could be said about the Arch repo mangohud package maintainers…

They also build mangoapp in, and they too build it with glfw-x11.

yochananmarqos commented on 2023-06-20 18:01 (UTC)

@dnmodder: It's been inherently obvious you neither actually use this package yourself nor follow upstream whatsoever. Please orphan it if you can't be bothered.

ChrisLane commented on 2023-06-20 08:38 (UTC) (edited on 2023-06-20 08:51 (UTC) by ChrisLane)

glfw-x11 and glfw-wayland are in conflict (glfw). Remove glfw-wayland? [y/N]

And now mangohud-git is no better than mangohud for me. Time for a mangohud-git-wayland or mangohud-git-no-mangoapp package.

solarisfire commented on 2023-06-20 08:07 (UTC) (edited on 2023-06-20 08:07 (UTC) by solarisfire)

Getting an error with the latest update:

error: failed to commit transaction (conflicting files)
mangohud-git: /usr/lib/libcmocka.so exists in filesystem (owned by cmocka)
Errors occurred, no packages were upgraded.
 -> error installing: [/home/solarisfire/.cache/yay/lib32-mangohud-git/lib32-mangohud-git-0.6.9.1.r79.g30748bd-1-x86_64.pkg.tar.zst /home/solarisfire/.cache/yay/mangohud-git/mangohud-git-0.6.9.1.r79.g30748bd-1-x86_64.pkg.tar.zst] - exit status 1

MithicSpirit commented on 2023-05-27 20:35 (UTC)

Yeah I should've said moving to extra.

Archttila commented on 2023-05-27 20:34 (UTC)

@MithicSpiri Thanks, but my extra repo is up to the date

yochananmarqos commented on 2023-05-27 20:34 (UTC) (edited on 2023-05-27 20:35 (UTC) by yochananmarqos)

@MithicSpirit: It's actually not in extra yet. @serebit deleted the AUR packages a little pre-emptively. The new PKGBUILDs are on GitLab, however.