[info=6bb401af631615830ecd7d2ae5cbe5103a1999f8db383edb7a23bbf8e54ac007]

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-volk?expand=0&rev=15
This commit is contained in:
OBS User unknown 2024-12-24 01:38:37 +00:00 committed by Git OBS Bridge
parent c748be771d
commit ba13fdea5a
6 changed files with 18 additions and 10 deletions

View File

@ -1,4 +1,4 @@
mtime: 1728407237
commit: 64452ce857c3874cb18a82b9e1fb00bab87a27d0222953746f61b05a91248c8c
mtime: 1735004296
commit: 6bb401af631615830ecd7d2ae5cbe5103a1999f8db383edb7a23bbf8e54ac007
url: https://src.opensuse.org/jengelh/vulkan-volk
revision: master

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

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:290ea98f0ad21c2c8ad657c2dc8bd7ded8932f81822cf14dd4d8f9b994e694a6
oid sha256:5848ef5a31420e1ed2434f9917d25ee8adbc15cb4f3f914dd6e6d65105d53fb2
size 256

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