mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
graphics/vulkan-validation-layers: update to 1.3.263
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.262...v1.3.263 Reported by: Repology, portscout
This commit is contained in:
parent
eebb2e837c
commit
1928355b9d
4 changed files with 34 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= vulkan-validation-layers
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.262
|
||||
DISTVERSION= 1.3.263
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -18,7 +18,8 @@ USE_GITHUB= yes
|
|||
USE_LDCONFIG= yes
|
||||
GH_ACCOUNT= KhronosGroup
|
||||
GH_PROJECT= Vulkan-ValidationLayers
|
||||
GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-316-gd790ced:headers/layers/SPIRV-Headers
|
||||
GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-316-gd790ced:headers/layers/SPIRV-Headers \
|
||||
KhronosGroup:Vulkan-Utility-Libraries:v1.3.263-1-g4d4015e:utils/Vulkan-Utility-Libraries
|
||||
CMAKE_OFF= BUILD_TESTS
|
||||
CMAKE_ON= BUILD_LAYER_SUPPORT_FILES
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
TIMESTAMP = 1693279416
|
||||
SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.3.262_GH0.tar.gz) = b9dabba2e718e4f19763b0883ed8e6b714045267940e3073f2e60d7a0383f485
|
||||
SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.3.262_GH0.tar.gz) = 4989348
|
||||
TIMESTAMP = 1693963594
|
||||
SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.3.263_GH0.tar.gz) = 7e1370b7eb38c4a3ef4afd0bd36393e4b0602dac8a2366c08eabd8f19ceb1e8f
|
||||
SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.3.263_GH0.tar.gz) = 4955621
|
||||
SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-316-gd790ced_GH0.tar.gz) = 4677f51365937acb78df4067359d32742c5c649f2beb8f8afb7e1002329cea46
|
||||
SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-316-gd790ced_GH0.tar.gz) = 463700
|
||||
SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.3.263-1-g4d4015e_GH0.tar.gz) = 724c5ed56b841ed9fbcb93e48f4586bf713662aae9af7ffa6e9a4b7cfd67a415
|
||||
SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.3.263-1-g4d4015e_GH0.tar.gz) = 111992
|
||||
|
|
26
graphics/vulkan-validation-layers/files/patch-CMakeLists.txt
Normal file
26
graphics/vulkan-validation-layers/files/patch-CMakeLists.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
CMake Error at CMakeLists.txt:71 (find_package):
|
||||
Could not find a package configuration file provided by
|
||||
"VulkanUtilityLibraries" with any of the following names:
|
||||
|
||||
VulkanUtilityLibrariesConfig.cmake
|
||||
vulkanutilitylibraries-config.cmake
|
||||
|
||||
Add the installation prefix of "VulkanUtilityLibraries" to
|
||||
CMAKE_PREFIX_PATH or set "VulkanUtilityLibraries_DIR" to a directory
|
||||
containing one of the above files. If "VulkanUtilityLibraries" provides a
|
||||
separate development package or SDK, be sure it has been installed.
|
||||
|
||||
--- CMakeLists.txt.orig 2023-09-06 01:26:34 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -68,7 +68,10 @@ endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
-find_package(VulkanUtilityLibraries REQUIRED CONFIG QUIET)
|
||||
+find_package(VulkanUtilityLibraries CONFIG QUIET)
|
||||
+if (NOT TARGET Vulkan::UtilityHeaders OR NOT TARGET Vulkan::LayerSettings)
|
||||
+ add_subdirectory(Vulkan-Utility-Libraries EXCLUDE_FROM_ALL SYSTEM)
|
||||
+endif()
|
||||
|
||||
if (ANNOTATED_SPEC_LINK)
|
||||
message("ANNOTATED_SPEC_LINK is ${ANNOTATED_SPEC_LINK}")
|
|
@ -1,35 +1,21 @@
|
|||
include/vulkan/containers/custom_containers.h
|
||||
include/vulkan/error_message/logging.cpp
|
||||
include/vulkan/error_message/logging.h
|
||||
include/vulkan/external/xxhash.cpp
|
||||
include/vulkan/external/xxhash.h
|
||||
include/vulkan/generated/vk_api_version.h
|
||||
include/vulkan/generated/vk_dispatch_table_helper.h
|
||||
include/vulkan/generated/vk_enum_string_helper.h
|
||||
include/vulkan/generated/vk_extension_helper.h
|
||||
include/vulkan/generated/vk_format_utils.cpp
|
||||
include/vulkan/generated/vk_format_utils.h
|
||||
include/vulkan/generated/vk_layer_dispatch_table.h
|
||||
include/vulkan/generated/vk_object_types.h
|
||||
include/vulkan/generated/vk_safe_struct.h
|
||||
include/vulkan/generated/vk_safe_struct_core.cpp
|
||||
include/vulkan/generated/vk_safe_struct_ext.cpp
|
||||
include/vulkan/generated/vk_safe_struct_khr.cpp
|
||||
include/vulkan/generated/vk_safe_struct_utils.cpp
|
||||
include/vulkan/generated/vk_safe_struct_vendor.cpp
|
||||
include/vulkan/generated/vk_typemap_helper.h
|
||||
include/vulkan/generated/vk_validation_error_messages.h
|
||||
include/vulkan/utils/cast_utils.h
|
||||
include/vulkan/utils/hash_util.h
|
||||
include/vulkan/utils/hash_vk_types.h
|
||||
include/vulkan/utils/ray_tracing_utils.cpp
|
||||
include/vulkan/utils/ray_tracing_utils.h
|
||||
include/vulkan/utils/vk_layer_extension_utils.cpp
|
||||
include/vulkan/utils/vk_layer_extension_utils.h
|
||||
include/vulkan/utils/vk_layer_utils.cpp
|
||||
include/vulkan/utils/vk_layer_utils.h
|
||||
include/vulkan/vk_enum_string_helper.h
|
||||
include/vulkan/vk_layer_config.cpp
|
||||
include/vulkan/vk_layer_config.h
|
||||
lib/libVkLayer_khronos_validation.so
|
||||
lib/libVkLayer_utils.a
|
||||
|
|
Loading…
Add table
Reference in a new issue