* update glslang to 14.3.0-1

This commit is contained in:
Alexander Baldeck 2024-09-25 11:18:56 +02:00
parent 2b165471ff
commit 8103a5803d
3 changed files with 23 additions and 2 deletions

18
glslang/.SRCINFO Normal file
View File

@ -0,0 +1,18 @@
pkgbase = glslang
pkgdesc = OpenGL and OpenGL ES shader front end and validator
pkgver = 14.3.0
pkgrel = 1
url = https://github.com/KhronosGroup/glslang
arch = x86_64
license = BSD-3-Clause
makedepends = cmake
makedepends = ninja
makedepends = spirv-headers
makedepends = python
depends = gcc-libs
depends = spirv-tools
options = staticlibs
source = glslang-14.3.0.tar.gz::https://github.com/KhronosGroup/glslang/archive/14.3.0.tar.gz
sha256sums = be6339048e20280938d9cb399fcdd06e04f8654d43e170e8cce5a56c9a754284
pkgname = glslang

3
glslang/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[glslang]
source = "git"
git = "https://github.com/KhronosGroup/glslang.git"

View File

@ -12,7 +12,7 @@
# upstream releases a compatible version of spirv-tools, then updating the
# spriv-tools system package and only then building glslang against that.
pkgname=glslang
pkgver=14.2.0
pkgver=14.3.0
pkgrel=1
pkgdesc='OpenGL and OpenGL ES shader front end and validator'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -22,7 +22,7 @@ depends=('gcc-libs' 'spirv-tools')
makedepends=('cmake' 'ninja' 'spirv-headers' 'python')
options=('staticlibs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
sha256sums=('14a2edbb509cb3e51a9a53e3f5e435dbf5971604b4b833e63e6076e8c0a997b5')
sha256sums=('be6339048e20280938d9cb399fcdd06e04f8654d43e170e8cce5a56c9a754284')
build() {
cd ${pkgname}-${pkgver}