From d3ee9dd7f9dad38f1d0100ccc3445fc5aba56c8a Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 3 Jun 2019 09:50:38 +0300 Subject: [PATCH] vulkan-validation-layers: Update to 1.1.107 --- .../002-proper-def-files-for-32bit.patch | 34 +++++++++++++++++++ mingw-w64-vulkan-validation-layers/PKGBUILD | 6 ++-- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/mingw-w64-vulkan-validation-layers/002-proper-def-files-for-32bit.patch b/mingw-w64-vulkan-validation-layers/002-proper-def-files-for-32bit.patch index a2a4d8392b..653fc63886 100644 --- a/mingw-w64-vulkan-validation-layers/002-proper-def-files-for-32bit.patch +++ b/mingw-w64-vulkan-validation-layers/002-proper-def-files-for-32bit.patch @@ -72,6 +72,40 @@ diff -Naur Vulkan-LoaderAndValidationLayers-sdk-1.0.46.0-orig/layers/VkLayer_cor +vkEnumerateInstanceLayerProperties@8 +vkEnumerateInstanceExtensionProperties@12 +vkNegotiateLoaderLayerInterfaceVersion@4 +diff -Naur Vulkan-ValidationLayers-1.1.107-orig/layers/VkLayer_khronos_validation-x86.def Vulkan-ValidationLayers-1.1.107/VkLayer_khronos_validation-x86.def +--- Vulkan-ValidationLayers-1.1.107-orig/layers/VkLayer_khronos_validation-x86.def 2019-06-03 09:36:53.000000000 +0300 ++++ Vulkan-ValidationLayers-1.1.107/layers/VkLayer_khronos_validation-x86.def 2019-06-03 09:35:54.131146300 +0300 +@@ -0,0 +1,30 @@ ++ ++;;;; Begin Copyright Notice ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ++; ++; Copyright (c) 2015-2019 The Khronos Group Inc. ++; Copyright (c) 2015-2019 Valve Corporation ++; Copyright (c) 2015-2019 LunarG, Inc. ++; ++; Licensed under the Apache License, Version 2.0 (the "License"); ++; you may not use this file except in compliance with the License. ++; You may obtain a copy of the License at ++; ++; http://www.apache.org/licenses/LICENSE-2.0 ++; ++; Unless required by applicable law or agreed to in writing, software ++; distributed under the License is distributed on an "AS IS" BASIS, ++; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ++; See the License for the specific language governing permissions and ++; limitations under the License. ++; ++; Author: Mark Lobodzinski ++; ++;;;; End Copyright Notice ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ++ ++LIBRARY VkLayer_khronos_validation ++EXPORTS ++vkGetInstanceProcAddr@8 ++vkGetDeviceProcAddr@8 ++vkEnumerateInstanceLayerProperties@8 ++vkEnumerateInstanceExtensionProperties@12 ++vkNegotiateLoaderLayerInterfaceVersion@4 diff -Naur Vulkan-LoaderAndValidationLayers-sdk-1.0.46.0-orig/layers/VkLayer_object_lifetimes-x86.def Vulkan-LoaderAndValidationLayers-sdk-1.0.46.0/layers/VkLayer_object_lifetimes-x86.def --- Vulkan-LoaderAndValidationLayers-sdk-1.0.46.0-orig/layers/VkLayer_object_lifetimes-x86.def 1970-01-01 03:00:00.000000000 +0300 +++ Vulkan-LoaderAndValidationLayers-sdk-1.0.46.0/layers/VkLayer_object_lifetimes-x86.def 2017-04-05 00:36:39.000000000 +0300 diff --git a/mingw-w64-vulkan-validation-layers/PKGBUILD b/mingw-w64-vulkan-validation-layers/PKGBUILD index f4a45a8b4c..3a41bb3d5c 100644 --- a/mingw-w64-vulkan-validation-layers/PKGBUILD +++ b/mingw-w64-vulkan-validation-layers/PKGBUILD @@ -4,7 +4,7 @@ _realname=Vulkan-ValidationLayers pkgbase=mingw-w64-vulkan-validation-layers pkgname=("${MINGW_PACKAGE_PREFIX}-vulkan-validation-layers") -pkgver=1.1.101 +pkgver=1.1.107 pkgrel=1 pkgdesc='Vulkan Validation Layers (mingw-w64)' arch=('any') @@ -20,9 +20,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake" source=(${_realname}-${pkgver}.tar.gz::"https://github.com/KhronosGroup/${_realname}/archive/v${pkgver}.tar.gz" 001-build-fix.patch 002-proper-def-files-for-32bit.patch) -sha256sums=('cdde2cb84fb0408af37d7f2ad3440885516801edf2164d12140c91bf91e39856' +sha256sums=('dca0de64abed2b1964966ed9b127cffeb13a1144ffb6d0d71c4c2311ca49a266' '1ad7c68024636709c43a7f039f382c0c0d1b87f97a7b13db067c233c31f8ea5f' - '54677f74558edd679db3e91e2015b804821cc2e7e9ed9b315f384f00d83f1780') + '9295dfe1870d65caba0943fac7787aa693b690c66f9b5eefba8a45ae4cdffd02') prepare() { cd ${srcdir}/${_realname}-${pkgver}