Accepting request 1120705 from X11:Wayland
new_version OBS-URL: https://build.opensuse.org/request/show/1120705 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-tools?expand=0&rev=46
This commit is contained in:
commit
05ea1db681
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d044bda835d8484466f585d4dc6d14d6ca6f59f8dc0e19f7a87df669f4900208
|
||||
size 801309
|
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:735631a595a4d7962e3221a410ceb60f5e069c98bd3309dd2ccc9f028a71788a
|
||||
size 778556
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 03:54:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release SDK-1.3.268.0
|
||||
* icd: Add VkSurfacePresentModeCompatibilityEXT support
|
||||
* icd: Add second VkCooperativeMatrixPropertiesKHR field
|
||||
* vulkaninfo: Support VK_EXT_surface_maintenance1 properly
|
||||
* icd: Add VkPhysicalDeviceDriverProperties
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 09:14:04 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
Name: vulkan-tools
|
||||
Version: 1.3.261.0
|
||||
Version: 1.3.268.0
|
||||
Release: 0
|
||||
Summary: Diagnostic utilities for Vulkan
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Other
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Tools
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/sdk-%version.tar.gz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/vulkan-sdk-%version.tar.gz
|
||||
Source9: baselibs.conf
|
||||
BuildRequires: cmake >= 3.17
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.3.261
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.3.268
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
@ -45,7 +45,7 @@ graphics applications such as games and interactive media.
|
||||
This package contains the Khronos official Vulkan tools and utilities.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Vulkan-Tools-sdk-%version
|
||||
%autosetup -p1 -n Vulkan-Tools-vulkan-sdk-%version
|
||||
|
||||
%build
|
||||
mkdir -p glslang/bin
|
||||
|
Loading…
Reference in New Issue
Block a user