forked from pool/vulkan-loader
- Update to release SDK-1.3.268.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=117
This commit is contained in:
parent
3dd511ffbd
commit
9032c29c3d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:349ced75c6dcc535e30f3507a334a668dcb3655433b1cbf802b064b63c336499
|
|
||||||
size 1684758
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 27 03:50:42 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release SDK-1.3.268.0
|
||||||
|
* Add VK_LOADER_LAYERS_ALLOW environment variable.
|
||||||
|
* Add Debug extension support to test layer
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 22 09:04:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Tue Aug 22 09:04:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
# 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.261.0
|
Version: 1.3.268.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
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
||||||
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/sdk-%version.tar.gz
|
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/vulkan-sdk-%version.tar.gz
|
||||||
Source9: baselibs.conf
|
Source9: baselibs.conf
|
||||||
BuildRequires: cmake >= 3.4
|
BuildRequires: cmake >= 3.4
|
||||||
BuildRequires: gcc-c++ >= 4.8
|
BuildRequires: gcc-c++ >= 4.8
|
||||||
@ -68,7 +68,7 @@ This subpackage contains the development headers for packages wanting
|
|||||||
to make use of Vulkan.
|
to make use of Vulkan.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n Vulkan-Loader-sdk-%version
|
%autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
@ -91,5 +91,6 @@ to make use of Vulkan.
|
|||||||
%files -n vulkan-devel
|
%files -n vulkan-devel
|
||||||
%_libdir/libvulkan.so
|
%_libdir/libvulkan.so
|
||||||
%_libdir/pkgconfig/vulkan.pc
|
%_libdir/pkgconfig/vulkan.pc
|
||||||
|
%_libdir/cmake/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
vulkan-sdk-1.3.268.0.tar.gz
Normal file
3
vulkan-sdk-1.3.268.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:404fa621f1ab2731bcc68bcbff64d8c6de322faad2d87f9198641bd37255fd39
|
||||||
|
size 1689395
|
Loading…
Reference in New Issue
Block a user