diff options
-rw-r--r-- | graphics/glslang/Makefile | 10 | ||||
-rw-r--r-- | graphics/glslang/distinfo | 6 | ||||
-rw-r--r-- | graphics/glslang/pkg-plist | 3 |
3 files changed, 9 insertions, 10 deletions
diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index bf36689d8586..aa89be96cc73 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -1,11 +1,11 @@ PORTNAME= glslang -DISTVERSION= 15.4.0 -PORTREVISION= 1 +DISTVERSION= 16.0.0 CATEGORIES= graphics -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tagattie@FreeBSD.org COMMENT= OpenGL and OpenGL ES shader front end and validator -WWW= https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ +WWW= https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ \ + https://github.com/KhronosGroup/glslang LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT LICENSE_COMB= multi @@ -17,8 +17,10 @@ TEST_DEPENDS= bash:shells/bash \ gmake:devel/gmake USES= cmake:testing compiler:c++11-lib python:build + USE_GITHUB= yes GH_ACCOUNT= KhronosGroup + CMAKE_ON= ALLOW_EXTERNAL_SPIRV_TOOLS .include <bsd.port.mk> diff --git a/graphics/glslang/distinfo b/graphics/glslang/distinfo index 18517b17b988..6fd5cf6d0a17 100644 --- a/graphics/glslang/distinfo +++ b/graphics/glslang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751036750 -SHA256 (KhronosGroup-glslang-15.4.0_GH0.tar.gz) = b16c78e7604b9be9f546ee35ad8b6db6f39bbbbfb19e8d038b6fe2ea5bba4ff4 -SIZE (KhronosGroup-glslang-15.4.0_GH0.tar.gz) = 4201376 +TIMESTAMP = 1759143356 +SHA256 (KhronosGroup-glslang-16.0.0_GH0.tar.gz) = 172385478520335147d3b03a1587424af0935398184095f24beab128a254ecc7 +SIZE (KhronosGroup-glslang-16.0.0_GH0.tar.gz) = 4190536 diff --git a/graphics/glslang/pkg-plist b/graphics/glslang/pkg-plist index 3fca789ea3b0..5a15b1180e07 100644 --- a/graphics/glslang/pkg-plist +++ b/graphics/glslang/pkg-plist @@ -1,6 +1,5 @@ bin/glslang bin/glslangValidator -bin/spirv-remap include/glslang/Include/ResourceLimits.h include/glslang/Include/glslang_c_interface.h include/glslang/Include/glslang_c_shader_types.h @@ -11,7 +10,6 @@ include/glslang/Public/ShaderLang.h include/glslang/Public/resource_limits_c.h include/glslang/SPIRV/GlslangToSpv.h include/glslang/SPIRV/Logger.h -include/glslang/SPIRV/SPVRemapper.h include/glslang/SPIRV/SpvTools.h include/glslang/SPIRV/disassemble.h include/glslang/SPIRV/spirv.hpp11 @@ -24,6 +22,5 @@ lib/libGenericCodeGen.a lib/libMachineIndependent.a lib/libOSDependent.a lib/libSPIRV.a -lib/libSPVRemapper.a lib/libglslang-default-resource-limits.a lib/libglslang.a |