[info=656e64931fd7f38929b75d46cd35c46cf46f9970afc6a6307c3fdfdc639afb63]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=122
This commit is contained in:
parent
8c9f720c90
commit
719409ed02
@ -1,4 +1,4 @@
|
||||
mtime: 1715969058
|
||||
commit: c246a6c07b5688e587db20b02fd23e3c20b065f0c9b223efb417c29933ec1f06
|
||||
mtime: 1721712666
|
||||
commit: 656e64931fd7f38929b75d46cd35c46cf46f9970afc6a6307c3fdfdc639afb63
|
||||
url: https://src.opensuse.org/jengelh/vulkan-tools
|
||||
revision: master
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be5ed65e9155c7f0052d9985a550d4a01dc166eed5d59a941f2f4db7d49e3ede
|
||||
oid sha256:76378d4fe28e60b2036a4e8286c9eb9a24534326cf321a1c4efe3bbb960c50a3
|
||||
size 256
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:586f3a1178b2a0635562c64b1152a8646dd3b50e03cd8320a6cfaee5b9d46310
|
||||
size 753022
|
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.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 05:26:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release SDK-1.3.290
|
||||
* cube: Fix incremental present on swapchain recreate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 12:21:39 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,21 +17,21 @@
|
||||
|
||||
|
||||
Name: vulkan-tools
|
||||
Version: 1.3.283.0
|
||||
Version: 1.3.290
|
||||
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/vulkan-sdk-%version.tar.gz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
|
||||
Source9: baselibs.conf
|
||||
BuildRequires: cmake >= 3.17
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: vulkan-volk-devel >= 1.3.283
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.3.283
|
||||
BuildRequires: vulkan-volk-devel >= %version
|
||||
BuildRequires: pkgconfig(vulkan) >= %version
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
@ -46,7 +46,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-vulkan-sdk-%version
|
||||
%autosetup -p1 -n Vulkan-Tools-vulkan-sdk-%version.0
|
||||
|
||||
%build
|
||||
mkdir -p glslang/bin
|
||||
|
Loading…
Reference in New Issue
Block a user