forked from pool/vulkan-utility-libraries
- Update to release SDK-1.3.280.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=9
This commit is contained in:
parent
6523380874
commit
04d09b0c8a
@ -31,7 +31,7 @@ Index: Vulkan-Utility-Libraries-vulkan-sdk-1.3.268.0/src/layer/CMakeLists.txt
|
||||
-add_library(VulkanLayerSettings STATIC)
|
||||
+add_library(VulkanLayerSettings SHARED)
|
||||
add_library(Vulkan::LayerSettings ALIAS VulkanLayerSettings)
|
||||
+set_target_properties(VulkanLayerSettings PROPERTIES LIBRARY_OUTPUT_NAME VulkanLayerSettings-1.3.275.0)
|
||||
+set_target_properties(VulkanLayerSettings PROPERTIES LIBRARY_OUTPUT_NAME VulkanLayerSettings-@PACKAGE_VERSION@)
|
||||
|
||||
target_sources(VulkanLayerSettings PRIVATE
|
||||
vk_layer_settings.cpp
|
||||
|
BIN
vulkan-sdk-1.3.275.0.tar.gz
(Stored with Git LFS)
BIN
vulkan-sdk-1.3.275.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
vulkan-sdk-1.3.280.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
vulkan-sdk-1.3.280.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 10:10:00 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release SDK-1.3.280.0
|
||||
* No changes, version bump only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 11:35:34 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
# version also present in shared.diff
|
||||
%define lname libVulkanLayerSettings-1_3_275_0
|
||||
%define lname libVulkanLayerSettings-1_3_280_0
|
||||
Name: vulkan-utility-libraries
|
||||
Version: 1.3.275.0
|
||||
Version: 1.3.280.0
|
||||
Release: 0
|
||||
Summary: Utility libraries for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -34,7 +33,7 @@ BuildRequires: c++_compiler
|
||||
%endif
|
||||
BuildRequires: cmake >= 3.17.2
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: vulkan-headers >= 1.3.275
|
||||
BuildRequires: vulkan-headers >= 1.3.280
|
||||
Obsoletes: vulkan < %version-%release
|
||||
Provides: vulkan = %version-%release
|
||||
|
||||
@ -67,6 +66,7 @@ This package contains the headers and build system integration.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Vulkan-Utility-Libraries-vulkan-sdk-%version
|
||||
find . -type f -name CMakeLists.txt -exec perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' {} +
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1599
|
||||
@ -80,8 +80,7 @@ export CC=gcc-11 CXX=g++-11
|
||||
%cmake_install
|
||||
ln -s libVulkanLayerSettings-%version.so "%buildroot/%_libdir/libVulkanLayerSettings.so"
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n %lname
|
||||
%_libdir/libVulkanLayerSettings-*.so
|
||||
|
Loading…
Reference in New Issue
Block a user