SHA256
1
0
forked from pool/vulkan-volk

[info=8088710159f95dda94690b0f508e588ae4da75b33605e92f931797a33811d0ba]

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-volk?expand=0&rev=13
This commit is contained in:
Jan Engelhardt 2024-07-23 05:21:01 +00:00 committed by Git OBS Bridge
parent 7f0862a390
commit 89b99eb61b
6 changed files with 18 additions and 12 deletions

View File

@ -1,4 +1,4 @@
mtime: 1715969060
commit: 21182b598991f48c866bdbca31d6392d9338465b9d257bcbb25d4c07e94f60be
url: https://src.opensuse.org/pool/vulkan-volk
revision: factory
mtime: 1721712263
commit: 8088710159f95dda94690b0f508e588ae4da75b33605e92f931797a33811d0ba
url: https://src.opensuse.org/jengelh/vulkan-volk
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:934f0bb7a70ec67e949853c3466147e845b61b451af1b748e24e59305a8010f8
oid sha256:54537124224adf07f2cd31744e2bb2283c3122067ffc8293546a3de2cd1a0936
size 256

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