mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Vulkan-Tools: update to 1.3.204.1.
This commit is contained in:
parent
4e328a58f0
commit
e3e47b13ba
2 changed files with 7 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'Vulkan-Tools'
|
# Template file for 'Vulkan-Tools'
|
||||||
pkgname=Vulkan-Tools
|
pkgname=Vulkan-Tools
|
||||||
version=1.2.182
|
version=1.3.204.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}"
|
wrksrc="Vulkan-Tools-sdk-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DGLSLANG_INSTALL_DIR=/usr -DBUILD_CUBE=$(vopt_if cube ON OFF)
|
configure_args="-DGLSLANG_INSTALL_DIR=/usr -DBUILD_CUBE=$(vopt_if cube ON OFF)
|
||||||
-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr -Wno-dev"
|
-DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr -Wno-dev"
|
||||||
hostmakedepends="python3 pkg-config $(vopt_if cube glslang)"
|
hostmakedepends="python3 pkg-config $(vopt_if cube glslang)"
|
||||||
makedepends="Vulkan-Headers vulkan-loader libxcb-devel libxkbcommon-devel
|
makedepends="Vulkan-Headers vulkan-loader libxcb-devel libxkbcommon-devel
|
||||||
wayland-devel libXrandr-devel"
|
wayland-devel wayland-protocols libXrandr-devel"
|
||||||
short_desc="Official Vulkan tools and utilities"
|
short_desc="Official Vulkan tools and utilities"
|
||||||
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
|
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.khronos.org/vulkan/"
|
homepage="https://www.khronos.org/vulkan/"
|
||||||
distfiles="https://github.com/KhronosGroup/Vulkan-Tools/archive/v${version}.tar.gz"
|
distfiles="https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-${version}.tar.gz"
|
||||||
checksum=50c959851230d1daba20235167faced7b7686ebe5d9e626dfb1fe5c92fa30b9e
|
checksum=3242f9ad158d02af9cc44186cbd415982387356a2dd8c0492af2fdace8c22f49
|
||||||
|
|
||||||
build_options="cube"
|
build_options="cube"
|
||||||
desc_option_cube="Build cube vulkan demo"
|
desc_option_cube="Build cube vulkan demo"
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
site=https://github.com/KhronosGroup/Vulkan-Tools/releases
|
pattern="/sdk-\K[0-9.]+(?=.tar.gz)"
|
||||||
pkgname=sdk
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue