Search Criteria
Package Details: gfxreconstruct-git 1.0.1.r1.gc988668d-3
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: | Apache |
Conflicts: | gfxreconstruct |
Provides: | gfxreconstruct |
Submitter: | sigexp |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 1 |
Popularity: | 0.000267 |
First Submitted: | 2020-09-14 09:43 (UTC) |
Last Updated: | 2024-04-09 12:17 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- lz4 (lz4-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libx11 (libx11-gitAUR) (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:
gfxreconstruct
Could 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.