Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
d7a6a8845e | |||
0824ce4a9b | |||
b2bcb6ab3f |
BIN
v1.4.304.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.4.304.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
vulkan-sdk-1.3.283.0.tar.gz
(Stored with Git LFS)
BIN
vulkan-sdk-1.3.283.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 24 02:26:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to tag 1.4.304
|
||||||
|
* No changelog was provided
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 8 17:08:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release SDK-1.3.296
|
||||||
|
* safestruct: Accessors for non trivial globals
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 05:11:55 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release SDK-1.3.290
|
||||||
|
* safe_struct: Make FreePnextChain() non-recursive
|
||||||
|
* Better declare GetObjectType()'s lack of 32-bit support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 16 12:31:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Thu May 16 12:31:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -16,24 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libVulkanLayerSettings-1_3_283_0
|
%define lname libVulkanLayerSettings-1_4_304
|
||||||
Name: vulkan-utility-libraries
|
Name: vulkan-utility-libraries
|
||||||
Version: 1.3.283.0
|
Version: 1.4.304
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility libraries for Vulkan
|
Summary: Utility libraries for Vulkan
|
||||||
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-Utility-Libraries
|
URL: https://github.com/KhronosGroup/Vulkan-Utility-Libraries
|
||||||
Source: https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/vulkan-sdk-%version.tar.gz
|
Source: https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/v%version.tar.gz
|
||||||
Patch1: shared.diff
|
Patch1: shared.diff
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1599
|
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
||||||
BuildRequires: gcc11-c++
|
BuildRequires: gcc12-c++
|
||||||
%else
|
%else
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake >= 3.17.2
|
BuildRequires: cmake >= 3.17.2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: vulkan-headers >= 1.3.280
|
BuildRequires: vulkan-headers >= %version
|
||||||
Obsoletes: vulkan < %version-%release
|
Obsoletes: vulkan < %version-%release
|
||||||
Provides: vulkan = %version-%release
|
Provides: vulkan = %version-%release
|
||||||
|
|
||||||
@ -65,13 +65,13 @@ configuration code for various SDK layer deliverables.
|
|||||||
This package contains the headers and build system integration.
|
This package contains the headers and build system integration.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n Vulkan-Utility-Libraries-vulkan-sdk-%version
|
%autosetup -p1 -n Vulkan-Utility-Libraries-%version
|
||||||
find . -type f -name CMakeLists.txt -exec perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' {} +
|
find . -type f -name CMakeLists.txt -exec perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' {} +
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1599
|
%if 0%{?suse_version} && 0%{?suse_version} < 1599
|
||||||
# Need something that knows <filesystem>
|
# Need something that knows <filesystem>
|
||||||
export CC=gcc-11 CXX=g++-11
|
export CC=gcc-12 CXX=g++-12
|
||||||
%endif
|
%endif
|
||||||
%cmake
|
%cmake
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user