forked from pool/vulkan-loader
Accepting request 1105590 from X11:Wayland
- Update to release SDK-1.3.261.0 break cycle to pkgconfig(vulkan) OBS-URL: https://build.opensuse.org/request/show/1105590 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-loader?expand=0&rev=49
This commit is contained in:
commit
60f6eb4c2e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:17f8683fd8320d5dfebdb22879f26f82c014d320a6a0622118cd298887626295
|
|
||||||
size 1661065
|
|
3
sdk-1.3.261.0.tar.gz
Normal file
3
sdk-1.3.261.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:349ced75c6dcc535e30f3507a334a668dcb3655433b1cbf802b064b63c336499
|
||||||
|
size 1684758
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 22 09:04:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release SDK-1.3.261.0
|
||||||
|
* Warn when ICD Manifest version differs from
|
||||||
|
vkEnumerateInstanceVersion
|
||||||
|
* Enable VK_KHR_maintenance_5 support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 30 21:36:00 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Tue May 30 21:36:00 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# Prefer to go with just /^sdk-.*/ tags
|
# Prefer to go with just /^sdk-.*/ tags
|
||||||
%define lname libvulkan1
|
%define lname libvulkan1
|
||||||
Name: vulkan-loader
|
Name: vulkan-loader
|
||||||
Version: 1.3.250.0
|
Version: 1.3.261.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reference ICD loader for Vulkan
|
Summary: Reference ICD loader for Vulkan
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -31,10 +31,11 @@ BuildRequires: cmake >= 3.4
|
|||||||
BuildRequires: gcc-c++ >= 4.8
|
BuildRequires: gcc-c++ >= 4.8
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: vulkan-headers >= %version
|
BuildRequires: vulkan-headers >= 1.3.261
|
||||||
BuildRequires: pkgconfig(pciaccess)
|
BuildRequires: pkgconfig(pciaccess)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
|
# vulkan-headers ain't the same as pkgconfig(vulkan), surprise
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Vulkan is a 3D graphics and compute API providing cross-platform
|
Vulkan is a 3D graphics and compute API providing cross-platform
|
||||||
|
Loading…
Reference in New Issue
Block a user