git: 5ebe9bbc2e87 - main - graphics/vulkan-headers: update to 1.3.215
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 May 2022 22:42:15 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ebe9bbc2e87a8a016c60863306084104dc7445e commit 5ebe9bbc2e87a8a016c60863306084104dc7445e Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-05-24 09:32:18 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-05-24 22:42:07 +0000 graphics/vulkan-headers: update to 1.3.215 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.214...v1.3.215 Reported by: Repology, portscout --- graphics/vulkan-extension-layer/Makefile | 6 ++++++ graphics/vulkan-extension-layer/distinfo | 2 ++ graphics/vulkan-headers/Makefile | 2 +- graphics/vulkan-headers/distinfo | 6 +++--- graphics/vulkan-loader/Makefile | 1 + graphics/vulkan-tools/Makefile | 6 ++++++ graphics/vulkan-tools/distinfo | 2 ++ graphics/vulkan-validation-layers/Makefile | 6 ++++++ graphics/vulkan-validation-layers/distinfo | 2 ++ 9 files changed, 29 insertions(+), 4 deletions(-) diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index 46f3580da8b8..2d6c51c63a66 100644 --- a/graphics/vulkan-extension-layer/Makefile +++ b/graphics/vulkan-extension-layer/Makefile @@ -16,4 +16,10 @@ USE_LDCONFIG= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-ExtensionLayer +.if ${DISTVERSION:E} < 215 +GH_TUPLE+= KhronosGroup:Vulkan-Headers:v1.3.214:vkheaders/Vulkan-Headers +CMAKE_ARGS+= -DVULKAN_HEADERS_INSTALL_DIR:PATH="${WRKSRC_vkheaders}" +CFLAGS+= -I${WRKSRC_vkheaders}/include -isystem${LOCALBASE}/include +.endif + .include <bsd.port.mk> diff --git a/graphics/vulkan-extension-layer/distinfo b/graphics/vulkan-extension-layer/distinfo index f60c5f821f1e..0da344346a5e 100644 --- a/graphics/vulkan-extension-layer/distinfo +++ b/graphics/vulkan-extension-layer/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1652811715 SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.214_GH0.tar.gz) = b731ee730a39659acead3b530f2db87fea2af5235ac0b55f827f971acdbd3ace SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.214_GH0.tar.gz) = 472001 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.214_GH0.tar.gz) = 4b16611b5f8e48a3e30a8e5a1bc149110bd5e1b3d49f79f3992d07e7e0627d1e +SIZE (KhronosGroup-Vulkan-Headers-v1.3.214_GH0.tar.gz) = 1488569 diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 75fc316dfb8f..02fff90cd916 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.214 +DISTVERSION= 1.3.215 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index f1cce4529ea8..fd4649a051a9 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652798406 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.214_GH0.tar.gz) = 4b16611b5f8e48a3e30a8e5a1bc149110bd5e1b3d49f79f3992d07e7e0627d1e -SIZE (KhronosGroup-Vulkan-Headers-v1.3.214_GH0.tar.gz) = 1488569 +TIMESTAMP = 1653384738 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.215_GH0.tar.gz) = c9a310f30533484d3832162416aa5c3a64101defc3e20bb4316e78b396bec85c +SIZE (KhronosGroup-Vulkan-Headers-v1.3.215_GH0.tar.gz) = 1488667 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 880e98eaa752..c25083050531 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.214 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index 7b8e851bf190..cd77c59c249f 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -19,6 +19,12 @@ GH_PROJECT= Vulkan-Tools CMAKE_OFF= BUILD_CUBE BUILD_ICD CMAKE_ARGS= -DGLSLANG_INSTALL_DIR:PATH="${LOCALBASE}" +.if ${DISTVERSION:E} < 215 +GH_TUPLE+= KhronosGroup:Vulkan-Headers:v1.3.214:vkheaders/Vulkan-Headers +CMAKE_ARGS+= -DVULKAN_HEADERS_INSTALL_DIR:PATH="${WRKSRC_vkheaders}" +CFLAGS+= -I${WRKSRC_vkheaders}/include -isystem${LOCALBASE}/include +.endif + OPTIONS_DEFINE= WAYLAND XCB XLIB OPTIONS_DEFAULT= WAYLAND XCB XLIB OPTIONS_SLAVE= DISPLAY diff --git a/graphics/vulkan-tools/distinfo b/graphics/vulkan-tools/distinfo index 30b34545757e..98ad6f4074e9 100644 --- a/graphics/vulkan-tools/distinfo +++ b/graphics/vulkan-tools/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1652804321 SHA256 (KhronosGroup-Vulkan-Tools-v1.3.214_GH0.tar.gz) = fc2b962ba9b386fd0e5ddb0af9b227d899319c7764d3c7c3479880007e17d745 SIZE (KhronosGroup-Vulkan-Tools-v1.3.214_GH0.tar.gz) = 865754 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.214_GH0.tar.gz) = 4b16611b5f8e48a3e30a8e5a1bc149110bd5e1b3d49f79f3992d07e7e0627d1e +SIZE (KhronosGroup-Vulkan-Headers-v1.3.214_GH0.tar.gz) = 1488569 diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile index 8a25178aa940..ebfdc4cf321e 100644 --- a/graphics/vulkan-validation-layers/Makefile +++ b/graphics/vulkan-validation-layers/Makefile @@ -24,6 +24,12 @@ CMAKE_ARGS= -DROBIN_HOOD_HASHING_INSTALL_DIR:PATH="${WRKSRC_robin_hood}" \ -DSPIRV_HEADERS_INSTALL_DIR:PATH="${WRKSRC_headers}" CFLAGS+= ${WITH_DEBUG:U-DNDEBUG} +.if ${DISTVERSION:E} < 215 +GH_TUPLE+= KhronosGroup:Vulkan-Headers:v1.3.214:vkheaders/Vulkan-Headers +CMAKE_ARGS+= -DVULKAN_HEADERS_INSTALL_DIR:PATH="${WRKSRC_vkheaders}" +CFLAGS+= -I${WRKSRC_vkheaders}/include -isystem${LOCALBASE}/include +.endif + OPTIONS_DEFINE= WAYLAND XCB XLIB OPTIONS_DEFAULT=WAYLAND XCB XLIB diff --git a/graphics/vulkan-validation-layers/distinfo b/graphics/vulkan-validation-layers/distinfo index c7bc99ebe263..59c80baf4683 100644 --- a/graphics/vulkan-validation-layers/distinfo +++ b/graphics/vulkan-validation-layers/distinfo @@ -5,3 +5,5 @@ SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-166-gb765c35_GH0.tar.g SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-166-gb765c35_GH0.tar.gz) = 420996 SHA256 (martinus-robin-hood-hashing-3.11.5_GH0.tar.gz) = 3693e44dda569e9a8b87ce8263f7477b23af448a3c3600c8ab9004fe79c20ad0 SIZE (martinus-robin-hood-hashing-3.11.5_GH0.tar.gz) = 177134 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.214_GH0.tar.gz) = 4b16611b5f8e48a3e30a8e5a1bc149110bd5e1b3d49f79f3992d07e7e0627d1e +SIZE (KhronosGroup-Vulkan-Headers-v1.3.214_GH0.tar.gz) = 1488569