forked from pool/vulkan-utility-libraries
Compare commits
18 Commits
Author | SHA256 | Date | |
---|---|---|---|
b4deba3725 | |||
|
4f07d58b73 | ||
dba03b5c6e | |||
|
d84620eaac | ||
539a6b42e3 | |||
623f22a90e | |||
8031fc15d0 | |||
f3cd96aa9b | |||
ad65d8ee09 | |||
04d09b0c8a | |||
59ce6e3e38 | |||
6523380874 | |||
4bee622adb | |||
d39bc7f807 | |||
34da703f4b | |||
35fe1b4dd0 | |||
d9cb1e4040 | |||
8f7b55231f |
@@ -1,4 +1,4 @@
|
||||
mtime: 1721711694
|
||||
commit: b2bcb6ab3fe6ec19dee439c53d296db0a1872403d7b9059a8cc70da59f629ecf
|
||||
mtime: 1735007203
|
||||
commit: d7a6a8845e5b527ed9efce53862e0a8b883e6ea6f49c94deab2c54d01814c5dc
|
||||
url: https://src.opensuse.org/jengelh/vulkan-utility-libraries
|
||||
revision: master
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ba6abed7b1853cb57ad362a94bcb7f2ae3c99420806e9532018e0cc4714cc2e
|
||||
oid sha256:d05d0afcea73ad5a1de6ee85b0c00279a65ce4773a333785fce9787f19a4e9d3
|
||||
size 256
|
||||
|
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.290.0.tar.gz
(Stored with Git LFS)
BIN
vulkan-sdk-1.3.290.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -16,18 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libVulkanLayerSettings-1_3_290
|
||||
%define lname libVulkanLayerSettings-1_4_304
|
||||
Name: vulkan-utility-libraries
|
||||
Version: 1.3.290
|
||||
Version: 1.4.304
|
||||
Release: 0
|
||||
Summary: Utility libraries for Vulkan
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Utility-Libraries
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/v%version.tar.gz
|
||||
Patch1: shared.diff
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1599
|
||||
BuildRequires: gcc11-c++
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
||||
BuildRequires: gcc12-c++
|
||||
%else
|
||||
BuildRequires: c++_compiler
|
||||
%endif
|
||||
@@ -65,13 +65,13 @@ configuration code for various SDK layer deliverables.
|
||||
This package contains the headers and build system integration.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Vulkan-Utility-Libraries-vulkan-sdk-%version.0
|
||||
%autosetup -p1 -n Vulkan-Utility-Libraries-%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
|
||||
# Need something that knows <filesystem>
|
||||
export CC=gcc-11 CXX=g++-11
|
||||
export CC=gcc-12 CXX=g++-12
|
||||
%endif
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
Reference in New Issue
Block a user