Search Criteria
Package Details: renderdoc-git 1.27-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/renderdoc-git.git (read-only, click to copy) |
|---|---|
| Package Base: | renderdoc-git |
| Description: | OpenGL and Vulkan debugging tool |
| Upstream URL: | https://github.com/baldurk/renderdoc |
| Licenses: | MIT |
| Conflicts: | renderdoc |
| Provides: | renderdoc |
| Submitter: | 1ace |
| Maintainer: | VitalyR |
| Last Packager: | 1ace |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-02-23 20:56 (UTC) |
| Last Updated: | 2023-06-02 22:44 (UTC) |
Dependencies (14)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxcb (libxcb-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-ps4AUR, mesa-amber)
- pcre
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-x11extras
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xcb-util-keysyms
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- python (make)
Required by (9)
- eden (requires renderdoc) (make)
- eden-beta (requires renderdoc) (make)
- eden-git (requires renderdoc) (make)
- qt6-base-hifps (requires renderdoc) (make)
- qt6-base-scrollfix (requires renderdoc) (make)
- qt6-xcb-private-headers-hifps (requires renderdoc) (make)
- qt6-xcb-private-headers-scrollfix (requires renderdoc) (make)
- shadps4-git (requires renderdoc) (make)
- shadps4-git (requires renderdoc) (optional)
Latest Comments
1 2 Next › Last »
Frogging101 commented on 2024-02-19 22:47 (UTC)
The PKGBUILD needs to have
options=("!lto")added. Otherwise the program defaults due to static global variables initialized out of order.1ace commented on 2022-01-02 23:34 (UTC)
Enabling Wayland in the
-gitpackage was done so that it would get tested and errors reported back to the upstream project, in the hopes that bugs would get fixed and wayland would end up actually supported, but this clearly hasn't happened so I'm dropping it.I also noticed that I had missed a couple of other messages on here, apologies for that; I've now added
gitto themakedependsand dropped my.desktop& icon since upstream now provides one.io7m commented on 2021-12-22 09:52 (UTC)
It seems that compiling the package in this manner isn't a good idea. It causes some breakage when tracing some Vulkan applications:
https://github.com/baldurk/renderdoc/issues/2429
Using the default instructions:
... results in a working RenderDoc.
marijns commented on 2021-09-20 20:06 (UTC)
@1ace: Is it possible to drop
renderdoc.desktopand the relevantinstallentry for this file and the icon? A (seemingly) more up-to-date file together with icon will already be provided byninja install.Saancreed commented on 2021-03-23 23:39 (UTC)
Hello, please add
gittomakedepends, otherwise the build will always fail with==> ERROR: Cannot find the git package needed to handle git sources..haagch commented on 2020-12-06 01:07 (UTC)
Thanks for that info. I do have -march=native set.
1ace commented on 2020-12-05 23:48 (UTC)
@haagch: I just tried and I can confirm, the build fails if I set
-march=nativebut succeeds if I leave the default-march=x86-64 -mtune=genericor if I drop the-march&-mtuneflags entirely.I'm not a compiler expert, but I would consider this a compiler bug; if you have the time and patience you could report it upstream :)
1ace commented on 2020-12-05 22:57 (UTC)
@haagch: I remember seeing that error; IIRC it was because I had put
-march=nativein theCFLAGS/CXXFLAGSin my/etc/makepkg.conf; resetting them to the default-march=x86-64 -mtune=genericfixed it.Let me know if that's not enough, or if it works :)
haagch commented on 2020-12-03 14:45 (UTC)
Anyone else getting this error? https://hastebin.com/uyebefeday.txt
1ace commented on 2020-07-25 12:34 (UTC)
1 2 Next › Last »