forked from pool/vulkan-headers
Accepting request 1044375 from X11:Wayland
- Update to release SDK-1.3.236.0 OBS-URL: https://build.opensuse.org/request/show/1044375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-headers?expand=0&rev=40
This commit is contained in:
commit
e3956ea6e1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f7c185dedf7753d58e7b59913dd4b77006a6ed91fae598c5961f77d85b183da0
|
|
||||||
size 1691630
|
|
3
sdk-1.3.236.0.tar.gz
Normal file
3
sdk-1.3.236.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2df85b3daa78ced7f910db870ea2aed10f718c703e18076b4549ca4005c9c451
|
||||||
|
size 1764629
|
2
vulkan-headers-rpmlintrc
Normal file
2
vulkan-headers-rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Looks like #! is used only to nudge editors decide on syntax highlighting
|
||||||
|
addFilter("non-executable-script")
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 11:52:26 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release SDK-1.3.236.0
|
||||||
|
* The VK_EXT_descriptor_buffer extension introduces new
|
||||||
|
commands for putting shader-accessible descriptors directly
|
||||||
|
in memory.
|
||||||
|
* Add VkIcdSurfaceImagePipe.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 24 19:10:42 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Mon Oct 24 19:10:42 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -21,13 +21,14 @@
|
|||||||
# Consider only updating the sources in lockstep.
|
# Consider only updating the sources in lockstep.
|
||||||
#
|
#
|
||||||
Name: vulkan-headers
|
Name: vulkan-headers
|
||||||
Version: 1.3.231.0
|
Version: 1.3.236.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Vulkan C and C++ API header files
|
Summary: Vulkan C and C++ API header files
|
||||||
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-Headers
|
URL: https://github.com/KhronosGroup/Vulkan-Headers
|
||||||
Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/sdk-%version.tar.gz
|
Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/sdk-%version.tar.gz
|
||||||
|
Source9: %name-rpmlintrc
|
||||||
BuildRequires: cmake >= 2.8.11
|
BuildRequires: cmake >= 2.8.11
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: pkgconfig(wayland-client)
|
Requires: pkgconfig(wayland-client)
|
||||||
@ -56,11 +57,14 @@ to make use of Vulkan.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
# Fixed upstream (#336) for next rel
|
||||||
|
find "%buildroot" -name genvk.py -type f -exec chmod a+x {} +
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%_includedir/vulkan/
|
%_includedir/vulkan/
|
||||||
%_includedir/vk_video/
|
%_includedir/vk_video/
|
||||||
|
%_datadir/cmake/
|
||||||
%_datadir/vulkan/
|
%_datadir/vulkan/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user