forked from pool/vulkan-loader
vulkan-loader 1.3.290
This commit is contained in:
parent
63e3bf35d3
commit
3fc99e7577
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 05:06:41 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release SDK-1.3.290
|
||||
* Remove faulty fallback for unknown functions
|
||||
* tests: Allow test ICD to handle NULL pApplicationInfo
|
||||
* Fix preloaded ICDs being freed with custom allocators
|
||||
* Fix RegCloseKey exeption when double-closing hKeys
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 12:13:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -19,19 +19,19 @@
|
||||
# Prefer to go with just /^sdk-.*/ tags
|
||||
%define lname libvulkan1
|
||||
Name: vulkan-loader
|
||||
Version: 1.3.283.0
|
||||
Version: 1.3.290
|
||||
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/refs/tags/vulkan-sdk-%version.tar.gz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
|
||||
Source9: baselibs.conf
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-xml
|
||||
BuildRequires: vulkan-headers >= 1.3.283
|
||||
BuildRequires: vulkan-headers >= %version
|
||||
BuildRequires: pkgconfig(pciaccess)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
@ -68,7 +68,7 @@ This subpackage contains the development headers for packages wanting
|
||||
to make use of Vulkan.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%version
|
||||
%autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%version.0
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
@ -82,8 +82,7 @@ to make use of Vulkan.
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n libvulkan1
|
||||
%license LICENSE.txt
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59151a3cdbf8dcfe9c2ce4b5bf33358255a197f48d8d0ee8a1d8642ed9ace80f
|
||||
size 1713233
|
BIN
vulkan-sdk-1.3.290.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
vulkan-sdk-1.3.290.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user