mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
graphics/vulkan-validation-layers: update to 1.2.195
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.2.194...v1.2.195 Reported by: portscout
This commit is contained in:
parent
d7ffcc4bc6
commit
fd15e9ff83
3 changed files with 5 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= vulkan-validation-layers
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.194
|
||||
DISTVERSION= 1.2.195
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -12,7 +12,7 @@ BUILD_DEPENDS= glslang>0:graphics/glslang \
|
|||
spirv-tools>0:graphics/spirv-tools \
|
||||
vulkan-headers>0:graphics/vulkan-headers
|
||||
|
||||
USES= cmake compiler:c++11-lib pkgconfig python:3.4+,build
|
||||
USES= alias cmake compiler:c++11-lib pkgconfig python:3.4+,build
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
GH_ACCOUNT= KhronosGroup
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1632972847
|
||||
SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.2.194_GH0.tar.gz) = c2a601fa8ccf2ae633c9e929149c489fbf97e951995f8982001e129fa1b850c2
|
||||
SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.2.194_GH0.tar.gz) = 3450077
|
||||
TIMESTAMP = 1633477678
|
||||
SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.2.195_GH0.tar.gz) = 73d8f82560a345d4b647429c161f13358ba1062e80d564a9e099cc3de8e79c59
|
||||
SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.2.195_GH0.tar.gz) = 3458196
|
||||
SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-98-g449bc98_GH0.tar.gz) = 6911ebf451c92c6a350b99d706cbe702a646fb3b29439f28f98502eed2d81616
|
||||
SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-98-g449bc98_GH0.tar.gz) = 414832
|
||||
SHA256 (martinus-robin-hood-hashing-3.11.3_GH0.tar.gz) = dcf2b7fa9ef9dd0c67102d94c28e8df3effbe1845e0ed1f31f4772ca5e857fc4
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- layers/vk_loader_platform.h.orig 2018-08-07 18:19:43 UTC
|
||||
+++ layers/vk_loader_platform.h
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "vulkan/vk_platform.h"
|
||||
#include "vulkan/vk_sdk_platform.h"
|
||||
|
||||
-#if defined(__linux__) || defined(__APPLE__)
|
||||
+#if defined(__unix__)
|
||||
/* Linux-specific common code: */
|
||||
|
||||
// Headers:
|
Loading…
Add table
Reference in a new issue