Search Criteria
Package Details: gfxreconstruct-git 1.4.321.0.r106.g614fbd35c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gfxreconstruct-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gfxreconstruct-git |
| Description: | Graphics API capture and replay tools for reconstructing graphics application behavior |
| Upstream URL: | https://github.com/LunarG/gfxreconstruct |
| Licenses: | MIT |
| Conflicts: | gfxreconstruct |
| Provides: | gfxreconstruct |
| Submitter: | sigexp |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-09-14 09:43 (UTC) |
| Last Updated: | 2025-09-30 21:18 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- lz4 (lz4-gitAUR)
- python
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libx11 (libx11-gitAUR, libx11-mr293AUR) (make)
- libxcb (libxcb-gitAUR) (make)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR) (make)
- xcb-util-keysyms (make)
Required by (1)
- lib32-gfxreconstruct (requires gfxreconstruct)
Latest Comments
1ace commented on 2023-01-18 16:29 (UTC)
Hi sigexp!
I've made a package for the release version of gfxreconstruct:
gfxreconstructCould you add
conflicts=($_pkgname)next to yourprovides=($_pkgname), to allow users to seamlessly replace one with the other?I've also made you a co-maintainer of that package, as well as niobium93 who made a good comment below; feel free to update the package as you see fit, and don't hesitate to ask questions in the comments before making a change if you're not sure about it :)
niobium93 commented on 2022-02-01 07:23 (UTC)
This package is missing a 32-bit version of the capture library, which is needed to make captures of 32-bit games. I've modified the PKGBUILD like this to improve it: Improved gfxreconstruct-git PKGBUILD
Probably not the best solution, maybe someone can figure something better out.