forked from pool/vulkan-utility-libraries
[info=b2bcb6ab3fe6ec19dee439c53d296db0a1872403d7b9059a8cc70da59f629ecf]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-utility-libraries?expand=0&rev=15
This commit is contained in:
parent
8b2b211b13
commit
1829d2fd8b
@ -1,4 +1,4 @@
|
|||||||
mtime: 1715969092
|
mtime: 1721711694
|
||||||
commit: 623f22a90e0ceec499021e0f70da91e1a61a65ba321150a58646fd1173174d87
|
commit: b2bcb6ab3fe6ec19dee439c53d296db0a1872403d7b9059a8cc70da59f629ecf
|
||||||
url: https://src.opensuse.org/pool/vulkan-utility-libraries
|
url: https://src.opensuse.org/jengelh/vulkan-utility-libraries
|
||||||
revision: factory
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cfcf25a6563f7af14b1af7f6dee272834ba4eaaf0fcc2a5d20541a32d97f39d8
|
oid sha256:1ba6abed7b1853cb57ad362a94bcb7f2ae3c99420806e9532018e0cc4714cc2e
|
||||||
size 256
|
size 256
|
||||||
|
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.
BIN
vulkan-sdk-1.3.290.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
vulkan-sdk-1.3.290.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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,15 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libVulkanLayerSettings-1_3_283_0
|
%define lname libVulkanLayerSettings-1_3_290
|
||||||
Name: vulkan-utility-libraries
|
Name: vulkan-utility-libraries
|
||||||
Version: 1.3.283.0
|
Version: 1.3.290
|
||||||
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/refs/tags/vulkan-sdk-%version.0.tar.gz
|
||||||
Patch1: shared.diff
|
Patch1: shared.diff
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1599
|
%if 0%{?suse_version} && 0%{?suse_version} < 1599
|
||||||
BuildRequires: gcc11-c++
|
BuildRequires: gcc11-c++
|
||||||
@ -33,7 +33,7 @@ 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,7 +65,7 @@ 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-vulkan-sdk-%version.0
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user