1
0
forked from pool/vulkan-loader

[info=3fc99e7577b30f3d90dc1054ecf9762044295ca07d4a8bcea86ff25ec1ae2099]

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=131
This commit is contained in:
OBS User unknown 2024-07-23 05:04:40 +00:00 committed by Git OBS Bridge
parent 46f21f26ff
commit 3ac60b6c1f
6 changed files with 20 additions and 12 deletions

View File

@ -1,4 +1,4 @@
mtime: 1715969055 mtime: 1721711300
commit: 63e3bf35d3e6192a38f488a9f75fefed346549027c1b9ebe5199c859bc1034c7 commit: 3fc99e7577b30f3d90dc1054ecf9762044295ca07d4a8bcea86ff25ec1ae2099
url: https://src.opensuse.org/jengelh/vulkan-loader url: https://src.opensuse.org/jengelh/vulkan-loader
revision: master revision: master

BIN
build.specials.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -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> Thu May 16 12:13:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,19 +19,19 @@
# 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.283.0 Version: 1.3.290
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/vulkan-sdk-%version.tar.gz Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/vulkan-sdk-%version.0.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
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python3-xml BuildRequires: python3-xml
BuildRequires: vulkan-headers >= 1.3.283 BuildRequires: vulkan-headers >= %version
BuildRequires: pkgconfig(pciaccess) BuildRequires: pkgconfig(pciaccess)
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb)
@ -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-vulkan-sdk-%version %autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%version.0
%build %build
%cmake \ %cmake \
@ -82,8 +82,7 @@ to make use of Vulkan.
%install %install
%cmake_install %cmake_install
%post -n %lname -p /sbin/ldconfig %ldconfig_scriptlets -n %lname
%postun -n %lname -p /sbin/ldconfig
%files -n libvulkan1 %files -n libvulkan1
%license LICENSE.txt %license LICENSE.txt

View File

@ -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

Binary file not shown.