Package Details: glslviewer-examples-git 2.1.2.r77.g99a990a-1

Git Clone URL: https://aur.archlinux.org/glslviewer-git.git (read-only, click to copy)
Package Base: glslviewer-git
Description: Console-based GLSL Sandbox for 2D/3D shaders (shader examples)
Upstream URL: https://github.com/patriciogonzalezvivo/glslViewer
Keywords: glsl opengl
Licenses: BSD-3-Clause
Conflicts: glslviewer-examples
Provides: glslviewer-examples
Submitter: agorg_louk
Maintainer: ooo
Last Packager: ooo
Votes: 3
Popularity: 0.000000
First Submitted: 2017-01-17 11:51 (UTC)
Last Updated: 2022-08-10 00:19 (UTC)

Latest Comments

ben-hansske commented on 2021-07-09 09:29 (UTC) (edited on 2021-07-09 09:30 (UTC) by ben-hansske)

  • 'miniaudio' should be added to dependencies.
  • the Makefile changed recently. Therefore it now longer installs, since glslViewer is no longer build in bin/ and glslLoader does no longer exist.

Proposed changes to PKGBUILD:

-depends=('glfw')
+depends=('glfw' 'miniaudio')

and

-install -D -m755 bin/glslViewer "$pkgdir/usr/bin/glslviewer"
-install -D -m755 bin/glslLoader "$pkgdir/usr/bin/glslloader"
+install -D -m755 glslViewer "$pkgdir/usr/bin/glslviewer"

lesiserfg commented on 2021-05-23 09:34 (UTC)

Now it depends on miniaudio, besides that the linking is failing with

/usr/bin/ld: cannot open output file bin/glslViewer: No such file or directory

berilac commented on 2020-06-10 13:02 (UTC) (edited on 2020-06-10 13:06 (UTC) by berilac)

Depends on glfw-x11 if I'm not mistaken, and also glu.

If I compile as is, using makechrootpkg, it fails. It automatically installs the wayland deps instead of X, and then I get a lot of undefined reference errors for gl and glfw functions.

Compiles fine if I change depends from glfw to glfw-x11.

Feel free to correct me if I'm missing a different cause.