forked from pool/vulkan-loader
Accepting request 844987 from X11:Wayland
- Update to release 1.2.154.1 OBS-URL: https://build.opensuse.org/request/show/844987 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-loader?expand=0&rev=30
This commit is contained in:
commit
3f49c0a83f
3
sdk-1.2.154.1.tar.gz
Normal file
3
sdk-1.2.154.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:889e45f7175d915dd0d702013b8021192e181d20f2ad4021c94006088f1edfe5
|
||||||
|
size 1417527
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a92cee981032be16149603c1b602214f80f5f2d823c7b552b0c7dbb907d667f
|
|
||||||
size 1417349
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 29 15:12:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.2.154.1
|
||||||
|
* Fix some issues when EnumerateAdapterPhysicalDevices is available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 28 22:02:51 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Mon Sep 28 22:02:51 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -18,20 +18,21 @@
|
|||||||
|
|
||||||
# Only pick versions released as /^sdk-.*/ tags
|
# Only pick versions released as /^sdk-.*/ tags
|
||||||
%define lname libvulkan1
|
%define lname libvulkan1
|
||||||
|
%define hdrreq 1.2.154
|
||||||
Name: vulkan-loader
|
Name: vulkan-loader
|
||||||
Version: 1.2.154
|
Version: 1.2.154.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reference ICD loader for Vulkan
|
Summary: Reference ICD loader 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-Loader
|
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
||||||
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz
|
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-%version.tar.gz
|
||||||
Source9: baselibs.conf
|
Source9: baselibs.conf
|
||||||
BuildRequires: cmake >= 3.4
|
BuildRequires: cmake >= 3.4
|
||||||
BuildRequires: gcc-c++ >= 4.8
|
BuildRequires: gcc-c++ >= 4.8
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: vulkan-headers >= %version
|
BuildRequires: vulkan-headers >= %hdrreq
|
||||||
BuildRequires: pkgconfig(pciaccess)
|
BuildRequires: pkgconfig(pciaccess)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
@ -56,7 +57,7 @@ graphics applications such as games and interactive media.
|
|||||||
Summary: Vulkan development package
|
Summary: Vulkan development package
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version-%release
|
Requires: %lname = %version-%release
|
||||||
Requires: vulkan-headers >= %version
|
Requires: vulkan-headers >= %hdrreq
|
||||||
|
|
||||||
%description -n vulkan-devel
|
%description -n vulkan-devel
|
||||||
Vulkan is a 3D graphics and compute API providing cross-platform
|
Vulkan is a 3D graphics and compute API providing cross-platform
|
||||||
@ -67,7 +68,7 @@ This subpackage contains the development headers for packages wanting
|
|||||||
to make use of Vulkan.
|
to make use of Vulkan.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n Vulkan-Loader-%version
|
%autosetup -p1 -n Vulkan-Loader-sdk-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
|
Loading…
Reference in New Issue
Block a user