Search Criteria
Package Details: lib32-obs-vkcapture 1.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/obs-vkcapture.git (read-only, click to copy) |
---|---|
Package Base: | obs-vkcapture |
Description: | OBS Linux Vulkan/OpenGL game capture (32-bit) |
Upstream URL: | https://github.com/nowrep/obs-vkcapture |
Keywords: | obs-studio opengl vulkan |
Licenses: | GPL-2.0-or-later |
Submitter: | SunRed |
Maintainer: | SunRed |
Last Packager: | SunRed |
Votes: | 14 |
Popularity: | 0.48 |
First Submitted: | 2022-08-27 20:50 (UTC) |
Last Updated: | 2024-07-21 06:01 (UTC) |
Dependencies (10)
- lib32-libegl (lib32-nvidia-340xx-utilsAUR, lib32-libglvnd)
- lib32-libgl (lib32-nvidia-340xx-utilsAUR, lib32-amdgpu-pro-oglpAUR, lib32-amdgpu-pro-oglp-legacyAUR, lib32-libglvnd)
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- lib32-libegl (lib32-nvidia-340xx-utilsAUR, lib32-libglvnd) (make)
- lib32-libgl (lib32-nvidia-340xx-utilsAUR, lib32-amdgpu-pro-oglpAUR, lib32-amdgpu-pro-oglp-legacyAUR, lib32-libglvnd) (make)
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Latest Comments
thegingernut commented on 2024-04-07 12:48 (UTC)
unable to build package:
Building C object CMakeFiles/linux-vkcapture.dir/src/vkcapture.c.o src/obs-vkcapture-1.5.0/src/vkcapture.c: In function ‘vkcapture_source_render’: src/obs-vkcapture-1.5.0/src/vkcapture.c:565:16: error: variable ‘color_space’ has initializer but incomplete type 565 | const enum gs_color_space color_space = gs_get_color_space(); | ^
~any idea what's going on?
Prior5151 commented on 2023-12-01 23:44 (UTC)
It seems like this package has issues when keeping the existing directory when upgrading due to cmake complaining:
A basic search unfortunately didn't turn up any particular ways to force cmake to use the build cache anyway (since it should be perfectly valid in this case despite the path differences), so I changed it to just use the downloaded src directory instead:
Thanks for maintaining the package.
amdlike commented on 2023-03-16 16:34 (UTC)
It works, thanks