Package Details: glslviewer 3.2.4-2

Git Clone URL: https://aur.archlinux.org/glslviewer.git (read-only, click to copy)
Package Base: glslviewer
Description: Console-based GLSL Sandbox for 2D/3D shaders
Upstream URL: https://github.com/patriciogonzalezvivo/glslViewer
Licenses: BSD-3-Clause
Submitter: ooo
Maintainer: ooo
Last Packager: ooo
Votes: 3
Popularity: 0.000035
First Submitted: 2022-08-09 23:29 (UTC)
Last Updated: 2025-07-08 21:35 (UTC)

Latest Comments

ooo commented on 2025-07-08 21:40 (UTC)

@Popolon Thanks for the heads up. Added the fix.

@ipaqmaster Sorry this totally slipped my mind. Added the missing deps now.

Popolon commented on 2025-07-08 20:22 (UTC)

Pease, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to cmake, it is needed and works perfectly with current cmake version on arch (even tested on aarch64)

ipaqmaster commented on 2025-02-23 23:43 (UTC) (edited on 2025-02-24 00:14 (UTC) by ipaqmaster)

This needs some more makedepends:

CMake Error at deps/vera/deps/glfw/src/CMakeLists.txt:195 (message): RandR headers not found; install libxrandr development package

And re-running after adding that make dependency:

Xinerama headers not found; install libxinerama development package

And again

XInput headers not found; install libxi development package

Then it built.

Add 'libxrandr' 'libxinerama' and 'libxi' to makedepends for it to build successfully.