1
0
forked from pool/vulkan-volk

vulkan-volk 1.3.290

This commit is contained in:
Jan Engelhardt 2024-07-23 07:24:23 +02:00
parent 21182b5989
commit 8088710159
4 changed files with 13 additions and 7 deletions

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

Binary file not shown.

BIN
vulkan-sdk-1.3.290.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 23 05:21:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.290.0
* Version bump only
-------------------------------------------------------------------
Thu May 16 12:28:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,14 +17,14 @@
Name: vulkan-volk
%define lname libvolk-1_3_283_0
Version: 1.3.283.0
%define lname libvolk-1_3_290
Version: 1.3.290
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.tar.gz
Source: https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
Patch1: shared.diff
BuildRequires: c_compiler
BuildRequires: cmake
@ -59,7 +59,7 @@ Conflicts: volk-devel
Headers needed for programs to utilize the Vulkan VOLK meta loader.
%prep
%autosetup -p1 -n volk-vulkan-sdk-%version
%autosetup -p1 -n volk-vulkan-sdk-%version.0
perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' CMakeLists.txt
%build