From dfddd73b020136698ba15ec82c7211c758f93d8a Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 19 Jun 2022 17:05:14 +0300 Subject: [PATCH] vulkan-1.3.218 --- x11/vulkan/vulkan/actions.py | 16 ++++++++-------- x11/vulkan/vulkan/pspec.xml | 18 ++++++++++++------ 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/x11/vulkan/vulkan/actions.py b/x11/vulkan/vulkan/actions.py index 9d99724609..d853919a46 100755 --- a/x11/vulkan/vulkan/actions.py +++ b/x11/vulkan/vulkan/actions.py @@ -47,7 +47,7 @@ def setup(): shelltools.export("CXXFLAGS", "-m32") shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig") - shelltools.cd("%s/Vulkan-Loader-sdk-%s" %(get.workDIR(), ver)) + shelltools.cd("%s/Vulkan-Loader-%s" %(get.workDIR(), ver)) shelltools.makedirs("build") shelltools.cd("build") @@ -57,7 +57,7 @@ def setup(): cmaketools.configure(loader_opts, sourceDir="..") - shelltools.cd("%s/Vulkan-ValidationLayers-sdk-%s" %(get.workDIR(), ver)) + shelltools.cd("%s/Vulkan-ValidationLayers-%s" %(get.workDIR(), ver)) shelltools.makedirs("build") shelltools.cd("build") #shelltools.system("../scripts/update_deps.py") @@ -70,7 +70,7 @@ def setup(): cmaketools.configure(validation_opts, sourceDir="..") else: - shelltools.cd("%s/Vulkan-Loader-sdk-%s" %(get.workDIR(), ver)) + shelltools.cd("%s/Vulkan-Loader-%s" %(get.workDIR(), ver)) shelltools.makedirs("build") shelltools.cd("build") @@ -80,7 +80,7 @@ def setup(): cmaketools.configure(loader_opts, sourceDir="..") - shelltools.cd("%s/Vulkan-ValidationLayers-sdk-%s" %(get.workDIR(), ver)) + shelltools.cd("%s/Vulkan-ValidationLayers-%s" %(get.workDIR(), ver)) shelltools.makedirs("build") shelltools.cd("build") #shelltools.system("../scripts/update_deps.py") @@ -94,21 +94,21 @@ def setup(): cmaketools.configure(validation_opts, sourceDir="..") def build(): - shelltools.cd("%s/Vulkan-Loader-sdk-%s" %(get.workDIR(), ver)) + shelltools.cd("%s/Vulkan-Loader-%s" %(get.workDIR(), ver)) shelltools.cd("build") cmaketools.make("-j1") - shelltools.cd("%s/Vulkan-ValidationLayers-sdk-%s" %(get.workDIR(), ver)) + shelltools.cd("%s/Vulkan-ValidationLayers-%s" %(get.workDIR(), ver)) shelltools.cd("build") cmaketools.make("-j1") def install(): - shelltools.cd("%s/Vulkan-Loader-sdk-%s" %(get.workDIR(), ver)) + shelltools.cd("%s/Vulkan-Loader-%s" %(get.workDIR(), ver)) shelltools.cd("build") autotools.rawInstall("DESTDIR=%s" %get.installDIR()) - shelltools.cd("%s/Vulkan-ValidationLayers-sdk-%s" %(get.workDIR(), ver)) + shelltools.cd("%s/Vulkan-ValidationLayers-%s" %(get.workDIR(), ver)) shelltools.cd("build") autotools.rawInstall("DESTDIR=%s" %get.installDIR()) diff --git a/x11/vulkan/vulkan/pspec.xml b/x11/vulkan/vulkan/pspec.xml index 8ec92eca81..7c8ee2d808 100755 --- a/x11/vulkan/vulkan/pspec.xml +++ b/x11/vulkan/vulkan/pspec.xml @@ -12,19 +12,18 @@ library Vulkan headers, loaders and validations layers Vulkan headers, loaders and validations layers - https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/sdk-1.3.211.0.tar.gz - https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/sdk-1.3.211.0.tar.gz + https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.218.tar.gz + https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.3.218.tar.gz python3-lxml libX11-devel libXrandr-devel wayland-devel - vulkan-headers + vulkan-headers cmake git - spirv-tools - spirv-headers - glslang-devel + spirv-headers + glslang-devel wayland-server wayland-client wayland-cursor @@ -84,6 +83,13 @@ + + 2022-06-19 + 1.3.218 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-04-21 1.3.211.0