forked from pool/vulkan-tools
- Update to new upstream release 1.1.92
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=7
This commit is contained in:
parent
a3380fc364
commit
249a7472ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87a50835fc0df78a78a3e137ec867854a54638c74c8e0edfb98f729c1b0962b5
|
||||
size 203152
|
3
Vulkan-Tools-1.1.92.tar.xz
Normal file
3
Vulkan-Tools-1.1.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e12b9b6b32350cb87447f7b3bb92fef485d35b0ea0ebff8338ee882ea99a4dcf
|
||||
size 203492
|
6
_service
6
_service
@ -2,9 +2,9 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/KhronosGroup/Vulkan-Tools</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="parent-tag">e4480fa9afd6f8cfc5579c7d24954f7030b180cf</param>
|
||||
<param name="versionformat">1.1.91.g@TAG_OFFSET@</param>
|
||||
<param name="revision">sdk-1.1.92.0</param>
|
||||
<param name="parent-tag">sdk-1.1.92.0</param>
|
||||
<param name="versionformat">1.1.92</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 2 15:12:52 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.1.92
|
||||
* vulkaninfo: Add wayland surface extension support
|
||||
* vulkaninfo: Describe multiple surface extensions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 15:14:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -12,14 +12,14 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.1.91.g3
|
||||
%define version_unconverted 1.1.92
|
||||
|
||||
Name: vulkan-tools
|
||||
Version: 1.1.91.g3
|
||||
Version: 1.1.92
|
||||
Release: 0
|
||||
Summary: Reference ICD loader for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -31,9 +31,9 @@ Patch1: 0001-build-add-missing-wayland-client-search-path-for-moc.patch
|
||||
BuildRequires: cmake >= 2.8.11
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
Obsoletes: vulkan < %version-%release
|
||||
@ -52,7 +52,7 @@ This package contains the Khronos official Vulkan tools and utilities.
|
||||
|
||||
%build
|
||||
mkdir -p glslang/bin
|
||||
ln -sv /usr/bin/glslangValidator glslang/bin/
|
||||
ln -fsv /usr/bin/glslangValidator glslang/bin/
|
||||
%cmake
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user