forked from pool/vulkan-tools
Accepting request 856049 from X11:Wayland
- Update to release 1.2.162 (sdk) OBS-URL: https://build.opensuse.org/request/show/856049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-tools?expand=0&rev=25
This commit is contained in:
commit
b78e9bbb60
3
sdk-1.2.162.0.tar.gz
Normal file
3
sdk-1.2.162.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8324a6dfd1bc20d4fad45c4ea56357d8354fc03e3e4529d0a4919f124d9e6106
|
||||
size 724402
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:505692131143da62b36303d66cdffcac19994e9486812aa2f565a43e3ee02b37
|
||||
size 719166
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 20:50:08 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.162 (sdk)
|
||||
* No user-visible changes, build changes only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 17:00:14 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.161
|
||||
* vulkaninfo: Add json output for portability subset
|
||||
* vulkaninfo: Make json output print extensions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 22:05:23 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
Name: vulkan-tools
|
||||
Version: 1.2.154
|
||||
Version: 1.2.162.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/v%version.tar.gz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-%version.tar.gz
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: pkgconfig(vulkan) >= %version
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.2.162
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
Obsoletes: vulkan < %version-%release
|
||||
@ -44,7 +44,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-%version
|
||||
%autosetup -p1 -n Vulkan-Tools-sdk-%version
|
||||
|
||||
%build
|
||||
mkdir -p glslang/bin
|
||||
|
Loading…
Reference in New Issue
Block a user