mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
graphics/glslang: update to 11.12.0
Changes: https://github.com/KhronosGroup/glslang/releases/tag/11.12.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
b434bd6381
commit
51a9ba1877
3 changed files with 9 additions and 14 deletions
|
@ -1,11 +1,7 @@
|
|||
PORTNAME= glslang
|
||||
DISTVERSION= 11.11.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 11.12.0
|
||||
CATEGORIES= graphics
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= 228c67228a18.patch:-p1 # https://github.com/KhronosGroup/glslang/pull/3014
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= OpenGL and OpenGL ES shader front end and validator
|
||||
WWW= https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1660318330
|
||||
SHA256 (KhronosGroup-glslang-11.11.0_GH0.tar.gz) = 26c216c3062512c018cbdd752224b8dad703b7e5bb90bf338ba2dbb5d4f11438
|
||||
SIZE (KhronosGroup-glslang-11.11.0_GH0.tar.gz) = 3542123
|
||||
SHA256 (228c67228a18.patch) = be6a605c2ea0c88b7f42f224ba193b548ae72a5ec9bcda97031e4dee50306b43
|
||||
SIZE (228c67228a18.patch) = 1127974
|
||||
TIMESTAMP = 1665682199
|
||||
SHA256 (KhronosGroup-glslang-11.12.0_GH0.tar.gz) = 7795a97450fecd9779f3d821858fbc2d1a3bf1dd602617d95b685ccbcabc302f
|
||||
SIZE (KhronosGroup-glslang-11.12.0_GH0.tar.gz) = 3655891
|
||||
|
|
|
@ -49,6 +49,7 @@ include/glslang/SPIRV/GLSL.std.450.h
|
|||
include/glslang/SPIRV/GlslangToSpv.h
|
||||
include/glslang/SPIRV/Logger.h
|
||||
include/glslang/SPIRV/NonSemanticDebugPrintf.h
|
||||
include/glslang/SPIRV/NonSemanticShaderDebugInfo100.h
|
||||
include/glslang/SPIRV/SPVRemapper.h
|
||||
include/glslang/SPIRV/SpvBuilder.h
|
||||
include/glslang/SPIRV/SpvTools.h
|
||||
|
@ -65,6 +66,10 @@ lib/cmake/OSDependentTargets.cmake
|
|||
lib/cmake/SPIRVTargets.cmake
|
||||
lib/cmake/SPVRemapperTargets.cmake
|
||||
lib/cmake/glslang-default-resource-limitsTargets.cmake
|
||||
lib/cmake/glslang/glslang-config-version.cmake
|
||||
lib/cmake/glslang/glslang-config.cmake
|
||||
lib/cmake/glslang/glslang-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/glslang/glslang-targets.cmake
|
||||
lib/cmake/glslangTargets.cmake
|
||||
lib/cmake/glslangValidatorTargets.cmake
|
||||
lib/cmake/spirv-remapTargets.cmake
|
||||
|
@ -77,7 +82,3 @@ lib/libSPIRV.a
|
|||
lib/libSPVRemapper.a
|
||||
lib/libglslang-default-resource-limits.a
|
||||
lib/libglslang.a
|
||||
%%DATADIR%%/glslang-config-version.cmake
|
||||
%%DATADIR%%/glslang-config.cmake
|
||||
%%DATADIR%%/glslang-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
%%DATADIR%%/glslang-targets.cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue