forked from pool/vulkan-loader
- Update to release 1.2.162 (sdk)
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=75
This commit is contained in:
parent
5d8bc9571c
commit
002c488b01
3
sdk-1.2.162.0.tar.gz
Normal file
3
sdk-1.2.162.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8f5ec2485e7fdba3f58c1cde5a25145ece1c6a686c91ba4016b28c0af3f21dd
|
||||
size 1422604
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bd93560077a0ae450bb0e6d56691d91ba025435d8b2fc808fb27eecd2b6b4f6
|
||||
size 1421424
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 20:25:20 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.162 (sdk)
|
||||
* Add GGP WSI platform support to Vulkan-Loader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 16:33:28 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
# Only pick versions released as /^sdk-.*/ tags
|
||||
%define lname libvulkan1
|
||||
Name: vulkan-loader
|
||||
Version: 1.2.161
|
||||
Version: 1.2.162.0
|
||||
Release: 0
|
||||
Summary: Reference ICD loader for Vulkan
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-%version.tar.gz
|
||||
Source9: baselibs.conf
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
@ -67,7 +67,7 @@ This subpackage contains the development headers for packages wanting
|
||||
to make use of Vulkan.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Vulkan-Loader-%version
|
||||
%autosetup -p1 -n Vulkan-Loader-sdk-%version
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
Loading…
Reference in New Issue
Block a user