Initial import
This commit is contained in:
parent
403f7b88e8
commit
e3ffc4aa50
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/Vulkan-ValidationLayers-sdk-1.1.77.0.tar.gz
|
@ -1,3 +0,0 @@
|
|||||||
# vulkan-validation-layers
|
|
||||||
|
|
||||||
The vulkan-validation-layers package
|
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (Vulkan-ValidationLayers-sdk-1.1.77.0.tar.gz) = 7207f0375145facf6526124764f57183d3b63de6b9ee5c35e0ca646f5dafecf6cd5639f81171151f9666fab19b79e3491bea9ad0db1806914971d174059de81e
|
54
vulkan-validation-layers.spec
Normal file
54
vulkan-validation-layers.spec
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
Name: vulkan-validation-layers
|
||||||
|
Version: 1.1.77.0
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Vulkan validation layers
|
||||||
|
|
||||||
|
License: ASL 2.0
|
||||||
|
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
||||||
|
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-ValidationLayers-sdk-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: cmake3
|
||||||
|
BuildRequires: glslang-devel
|
||||||
|
BuildRequires: ninja-build
|
||||||
|
BuildRequires: python%{python3_pkgversion}
|
||||||
|
BuildRequires: spirv-tools-devel
|
||||||
|
BuildRequires: vulkan-loader-devel
|
||||||
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
|
BuildRequires: pkgconfig(wayland-cursor)
|
||||||
|
BuildRequires: pkgconfig(wayland-server)
|
||||||
|
BuildRequires: pkgconfig(wayland-egl)
|
||||||
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: pkgconfig(xrandr)
|
||||||
|
BuildRequires: pkgconfig(xcb)
|
||||||
|
|
||||||
|
%description
|
||||||
|
Vulkan validation layers
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n Vulkan-ValidationLayers-sdk-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release -DGLSLANG_INSTALL_DIR=%{_bindir} .
|
||||||
|
# Use two threads as build uses mega amounts of RAM
|
||||||
|
# It still requires at least 16Gb to compile with 2 threads
|
||||||
|
ninja -v -j2
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%ninja_install
|
||||||
|
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE.txt COPYRIGHT.txt
|
||||||
|
%doc README.md CONTRIBUTING.md
|
||||||
|
%{_datadir}/vulkan/explicit_layer.d/*.json
|
||||||
|
%{_libdir}/libVkLayer_*.so
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Jun 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
|
||||||
|
- Initial package
|
Loading…
Reference in New Issue
Block a user