|
|
@ -1,11 +1,11 @@
|
|
|
|
Name: vulkan-validation-layers
|
|
|
|
Name: vulkan-validation-layers
|
|
|
|
Version: 1.3.283.0
|
|
|
|
Version: 1.3.250.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Vulkan validation layers
|
|
|
|
Summary: Vulkan validation layers
|
|
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
|
|
|
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|
|
|
|
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-ValidationLayers-sdk-%{version}.tar.gz
|
|
|
|
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-ValidationLayers-sdk-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
@ -17,7 +17,6 @@ BuildRequires: spirv-tools-devel
|
|
|
|
BuildRequires: spirv-headers-devel
|
|
|
|
BuildRequires: spirv-headers-devel
|
|
|
|
BuildRequires: vulkan-headers
|
|
|
|
BuildRequires: vulkan-headers
|
|
|
|
BuildRequires: vulkan-loader-devel
|
|
|
|
BuildRequires: vulkan-loader-devel
|
|
|
|
BuildRequires: vulkan-utility-libraries-devel
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
BuildRequires: pkgconfig(wayland-cursor)
|
|
|
|
BuildRequires: pkgconfig(wayland-cursor)
|
|
|
|
BuildRequires: pkgconfig(wayland-server)
|
|
|
|
BuildRequires: pkgconfig(wayland-server)
|
|
|
@ -29,8 +28,17 @@ BuildRequires: pkgconfig(xcb)
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Vulkan validation layers
|
|
|
|
Vulkan validation layers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: vulkan-headers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n Vulkan-ValidationLayers-vulkan-sdk-%{version}
|
|
|
|
%autosetup -p1 -n Vulkan-ValidationLayers-sdk-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -39,7 +47,6 @@ Vulkan validation layers
|
|
|
|
%global optflags %(echo %{optflags} | sed 's/-O2 /-O1 /')
|
|
|
|
%global optflags %(echo %{optflags} | sed 's/-O2 /-O1 /')
|
|
|
|
|
|
|
|
|
|
|
|
%cmake3 -DCMAKE_BUILD_TYPE=Release \
|
|
|
|
%cmake3 -DCMAKE_BUILD_TYPE=Release \
|
|
|
|
-DBUILD_WERROR=OFF \
|
|
|
|
|
|
|
|
-DGLSLANG_INSTALL_DIR=%{_prefix} \
|
|
|
|
-DGLSLANG_INSTALL_DIR=%{_prefix} \
|
|
|
|
-DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
|
|
|
|
-DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
|
|
|
|
-DUSE_ROBIN_HOOD_HASHING:BOOL=OFF \
|
|
|
|
-DUSE_ROBIN_HOOD_HASHING:BOOL=OFF \
|
|
|
@ -58,20 +65,15 @@ Vulkan validation layers
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE.txt
|
|
|
|
%license LICENSE.txt
|
|
|
|
%doc README.md CONTRIBUTING.md
|
|
|
|
%doc README.md CONTRIBUTING.md LAYER_CONFIGURATION.md
|
|
|
|
%{_datadir}/vulkan/explicit_layer.d/*.json
|
|
|
|
%{_datadir}/vulkan/explicit_layer.d/*.json
|
|
|
|
%{_libdir}/libVkLayer_*.so
|
|
|
|
%{_libdir}/libVkLayer_*.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%files devel
|
|
|
|
* Tue May 28 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-1
|
|
|
|
%{_includedir}/vulkan/
|
|
|
|
- Update to 1.3.283.0 SDK
|
|
|
|
%{_libdir}/libVkLayer_utils.a
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 23 2024 José Expósito <jexposit@redhat.com> - 1.3.268.0-2
|
|
|
|
|
|
|
|
- Remove dependency to vulkan-utility-libraries-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 17 2024 José Expósito <jexposit@redhat.com> - 1.3.268.0-1
|
|
|
|
|
|
|
|
- Update to 1.3.268.0 SDK
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Fri Jul 07 2023 Dave Airlie <airlied@redhat.com> - 1.3.250.1-1
|
|
|
|
* Fri Jul 07 2023 Dave Airlie <airlied@redhat.com> - 1.3.250.1-1
|
|
|
|
- Update to latest 1.3.250.1
|
|
|
|
- Update to latest 1.3.250.1
|
|
|
|
|
|
|
|
|
|
|
|