mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/glslang: update to 15.0.0
Changes: https://github.com/KhronosGroup/glslang/releases/tag/15.0.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
13301462c6
commit
7deb3fde75
4 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= glslang
|
||||
DISTVERSION= 14.3.0
|
||||
DISTVERSION= 15.0.0
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1719355363
|
||||
SHA256 (KhronosGroup-glslang-14.3.0_GH0.tar.gz) = be6339048e20280938d9cb399fcdd06e04f8654d43e170e8cce5a56c9a754284
|
||||
SIZE (KhronosGroup-glslang-14.3.0_GH0.tar.gz) = 3851265
|
||||
TIMESTAMP = 1727305844
|
||||
SHA256 (KhronosGroup-glslang-15.0.0_GH0.tar.gz) = c31c8c2e89af907507c0631273989526ee7d5cdf7df95ececd628fd7b811e064
|
||||
SIZE (KhronosGroup-glslang-15.0.0_GH0.tar.gz) = 3864508
|
||||
|
|
|
@ -4,6 +4,7 @@ bin/spirv-remap
|
|||
include/glslang/Include/ResourceLimits.h
|
||||
include/glslang/Include/glslang_c_interface.h
|
||||
include/glslang/Include/glslang_c_shader_types.h
|
||||
include/glslang/Include/visibility.h
|
||||
include/glslang/MachineIndependent/Versions.h
|
||||
include/glslang/Public/ResourceLimits.h
|
||||
include/glslang/Public/ShaderLang.h
|
||||
|
@ -11,6 +12,7 @@ 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.hpp
|
||||
include/glslang/build_info.h
|
||||
|
|
|
@ -30,6 +30,7 @@ GLSLANG_DESC= glslang SPIR-V compiler
|
|||
GLSLANG_BUILD_DEPENDS= glslang>0:graphics/glslang
|
||||
GLSLANG_MESON_ENABLED= glslang
|
||||
GLSLANG_IMPLIES= VULKAN
|
||||
GLSLANG_BROKEN= fails to build with glslang 15
|
||||
|
||||
LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2
|
||||
LCMS2_MESON_ENABLED= lcms
|
||||
|
|
Loading…
Add table
Reference in a new issue