Package Details: glslang-git 13.0.0.r15.g323836e4-1

Git Clone URL: https://aur.archlinux.org/glslang-git.git (read-only, click to copy)
Package Base: glslang-git
Description: OpenGL and OpenGL ES shader front end and validator, git version
Upstream URL: https://github.com/KhronosGroup/glslang
Keywords: graphics opengl rendering vulkan
Licenses: BSD
Conflicts: glslang
Provides: glslang
Submitter: jsjolund
Maintainer: bwrsandman
Last Packager: bwrsandman
Votes: 10
Popularity: 0.002145
First Submitted: 2016-01-27 00:35 (UTC)
Last Updated: 2023-09-14 02:56 (UTC)

Dependencies (5)

Required by (157)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

shoober420 commented on 2020-12-27 17:59 (UTC)

The following flag needs added to the build section to properly package the files.

-DCMAKE_INSTALL_LIBDIR='/usr/lib'

shoober420 commented on 2020-12-27 06:18 (UTC)

When trying to install package, it conflicts with the “/usr/lib64” directory and says it’s trying to overwrite the directory.

shoober420 commented on 2020-12-27 05:57 (UTC)

Thank you for this package.

dbermond commented on 2020-09-08 01:26 (UTC)

@bwrsandman Also, there is a lot of things that need changes.

For example, the license is wrong, you're using outdated methods in build() and package(), depends is missing entries, static libraries are lacking, etc.

Please see the corresponding repository package and follow it's approach.

dbermond commented on 2020-09-08 01:18 (UTC)

@bwrsandman Please change the git sources to be fetched with https for enhanced security.

damachine commented on 2020-04-15 00:34 (UTC)

this packege are orphaned because the packege need a owner.

ng0177 commented on 2020-01-26 16:56 (UTC)

Anyone to make the package available for aarch64?

polyzen commented on 2018-10-12 05:37 (UTC)

Please also change the source to use git+https://

polyzen commented on 2018-10-12 02:45 (UTC)

Seems the pkgver should be changed to one of these:

~/p/s/glslang > git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
master.tot.r0.g4685f324

~/p/s/glslang > printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
r2934.4685f324

1ace commented on 2016-02-16 23:51 (UTC)

Hi! Could you add `provides=('glslang')`? That way any package can depend on 'glslang' and your package is one option. Cheers :)