Search Criteria
Package Details: libopenglrecorder-git r22.c398376-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libopenglrecorder-git.git (read-only, click to copy) |
---|---|
Package Base: | libopenglrecorder-git |
Description: | A library allowing optional async readback OpenGL frame buffer with optional audio recording |
Upstream URL: | https://github.com/Benau/libopenglrecorder |
Keywords: | OpenGL |
Licenses: | BSD |
Conflicts: | libopenglrecorder |
Provides: | libopenglrecorder |
Submitter: | mensinda |
Maintainer: | mensinda |
Last Packager: | mensinda |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-04-24 14:16 (UTC) |
Last Updated: | 2017-11-04 12:20 (UTC) |
Dependencies (7)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- openh264 (openh264-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
Required by (1)
- supertuxkart-git (requires libopenglrecorder)
Latest Comments
psypherium commented on 2025-07-21 11:50 (UTC)
Fails to build with the following output:
"Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway."
Succeeds with the following addition to pkgbuild between line 41 and 42:
" -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \"
mensinda commented on 2017-11-04 12:20 (UTC)
donny commented on 2017-11-04 11:51 (UTC)