1
0
forked from pool/vulkan-volk

vulkan-volk 1.4.304

This commit is contained in:
Jan Engelhardt 2024-12-24 02:38:16 +01:00
parent 64452ce857
commit 6bb401af63
4 changed files with 15 additions and 7 deletions

BIN
a776ece3fb71849ce220acaf3affea4df06cb587.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
vulkan-sdk-1.3.296.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 24 01:36:33 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to 1.4.304
* Unify version workarounds for VK_HUAWEI_subpass_shading /
VK_NVX_image_view_handle
-------------------------------------------------------------------
Tue Oct 8 16:37:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,14 +17,15 @@
Name: vulkan-volk
%define lname libvolk-1_3_296
Version: 1.3.296
%define lname libvolk-1_4_304
%define rev a776ece3fb71849ce220acaf3affea4df06cb587
Version: 1.4.304
Release: 0
Summary: Meta loader for the Vulkan API
License: MIT
Group: Development/Libraries/C and C++
URL: https://github.com/zeux/volk
Source: https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
Source: https://github.com/zeux/volk/archive/%rev.tar.gz
Patch1: shared.diff
BuildRequires: c_compiler
BuildRequires: cmake
@ -59,7 +60,7 @@ Conflicts: volk-devel
Headers needed for programs to utilize the Vulkan VOLK meta loader.
%prep
%autosetup -p1 -n volk-vulkan-sdk-%version.0
%autosetup -p1 -n volk-%rev
perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' CMakeLists.txt
%build