|
|
30bf91 |
Name: vulkan-loader
|
|
|
30bf91 |
Version: 1.3.204.0
|
|
|
30bf91 |
Release: 2%{?dist}
|
|
|
30bf91 |
Summary: Vulkan ICD desktop loader
|
|
|
30bf91 |
|
|
|
30bf91 |
License: ASL 2.0
|
|
|
30bf91 |
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
|
|
30bf91 |
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Loader-sdk-%{version}.tar.gz
|
|
|
30bf91 |
|
|
|
30bf91 |
Patch0: 0001-loader-aarch64-attempt-to-avoid-text-relocations-in-.patch
|
|
|
30bf91 |
|
|
|
30bf91 |
BuildRequires: gcc
|
|
|
30bf91 |
BuildRequires: gcc-c++
|
|
|
30bf91 |
BuildRequires: cmake3
|
|
|
30bf91 |
BuildRequires: ninja-build
|
|
|
30bf91 |
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
30bf91 |
BuildRequires: vulkan-headers = %{version}
|
|
|
30bf91 |
BuildRequires: pkgconfig(wayland-client)
|
|
|
30bf91 |
BuildRequires: pkgconfig(wayland-cursor)
|
|
|
30bf91 |
BuildRequires: pkgconfig(wayland-server)
|
|
|
30bf91 |
BuildRequires: pkgconfig(wayland-egl)
|
|
|
30bf91 |
BuildRequires: pkgconfig(x11)
|
|
|
30bf91 |
BuildRequires: pkgconfig(xrandr)
|
|
|
30bf91 |
|
|
|
30bf91 |
Provides: vulkan%{?_isa} = %{version}-%{release}
|
|
|
30bf91 |
Provides: vulkan = %{version}-%{release}
|
|
|
30bf91 |
Obsoletes: vulkan < %{version}-%{release}
|
|
|
30bf91 |
Provides: vulkan-filesystem = %{version}-%{release}
|
|
|
30bf91 |
Obsoletes: vulkan-filesystem < %{version}-%{release}
|
|
|
30bf91 |
|
|
|
30bf91 |
%if 0%{?fedora} <= 27
|
|
|
30bf91 |
%ifarch x86_64 i686
|
|
|
30bf91 |
Requires: mesa-vulkan-drivers%{?_isa}
|
|
|
30bf91 |
%endif
|
|
|
30bf91 |
%else
|
|
|
30bf91 |
Requires: mesa-vulkan-drivers%{?_isa}
|
|
|
30bf91 |
%endif
|
|
|
30bf91 |
|
|
|
30bf91 |
%description
|
|
|
30bf91 |
This project provides the Khronos official Vulkan ICD desktop
|
|
|
30bf91 |
loader for Windows, Linux, and MacOS.
|
|
|
30bf91 |
|
|
|
30bf91 |
%package devel
|
|
|
30bf91 |
Summary: Development files for %{name}
|
|
|
30bf91 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
30bf91 |
Requires: vulkan-headers
|
|
|
30bf91 |
Provides: vulkan-devel%{?_isa} = %{version}-%{release}
|
|
|
30bf91 |
Provides: vulkan-devel = %{version}-%{release}
|
|
|
30bf91 |
Obsoletes: vulkan-devel < %{version}-%{release}
|
|
|
30bf91 |
|
|
|
30bf91 |
%description devel
|
|
|
30bf91 |
The %{name}-devel package contains libraries and header files for
|
|
|
30bf91 |
developing applications that use %{name}.
|
|
|
30bf91 |
|
|
|
30bf91 |
|
|
|
30bf91 |
%prep
|
|
|
30bf91 |
%autosetup -p1 -n Vulkan-Loader-sdk-%{version}
|
|
|
30bf91 |
|
|
|
30bf91 |
|
|
|
30bf91 |
%build
|
|
|
30bf91 |
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release .
|
|
|
30bf91 |
%cmake_build
|
|
|
30bf91 |
|
|
|
30bf91 |
|
|
|
30bf91 |
%install
|
|
|
30bf91 |
%cmake_install
|
|
|
30bf91 |
|
|
|
30bf91 |
# create the filesystem
|
|
|
30bf91 |
mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
|
|
30bf91 |
%{buildroot}%{_datadir}/vulkan/{explicit,implicit}_layer.d/ \
|
|
|
30bf91 |
%{buildroot}{%{_sysconfdir},%{_datadir}}/vulkan/icd.d
|
|
|
30bf91 |
|
|
|
30bf91 |
|
|
|
30bf91 |
%ldconfig_scriptlets
|
|
|
30bf91 |
|
|
|
30bf91 |
|
|
|
30bf91 |
%files
|
|
|
30bf91 |
%license LICENSE.txt
|
|
|
30bf91 |
%doc README.md CONTRIBUTING.md
|
|
|
30bf91 |
%dir %{_sysconfdir}/vulkan/
|
|
|
30bf91 |
%dir %{_sysconfdir}/vulkan/explicit_layer.d/
|
|
|
30bf91 |
%dir %{_sysconfdir}/vulkan/icd.d/
|
|
|
30bf91 |
%dir %{_sysconfdir}/vulkan/implicit_layer.d/
|
|
|
30bf91 |
%dir %{_datadir}/vulkan/
|
|
|
30bf91 |
%dir %{_datadir}/vulkan/explicit_layer.d/
|
|
|
30bf91 |
%dir %{_datadir}/vulkan/icd.d/
|
|
|
30bf91 |
%dir %{_datadir}/vulkan/implicit_layer.d/
|
|
|
30bf91 |
%{_libdir}/*.so.*
|
|
|
30bf91 |
|
|
|
30bf91 |
%files devel
|
|
|
30bf91 |
%{_libdir}/pkgconfig/vulkan.pc
|
|
|
30bf91 |
%{_libdir}/*.so
|
|
|
30bf91 |
|
|
|
30bf91 |
|
|
|
30bf91 |
%changelog
|
|
|
30bf91 |
* Fri Feb 25 2022 Dave Airlie <airlied@redhat.com>\ - 1.3.204.0-2
|
|
|
30bf91 |
- Fix aarch64 textrel
|
|
|
30bf91 |
|
|
|
30bf91 |
* Fri Feb 25 2022 Dave Airlie <airlied@redhat.com> - 1.3.204.0-1
|
|
|
30bf91 |
- Update to 1.3.204.0
|
|
|
30bf91 |
|
|
|
30bf91 |
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.182.0-2
|
|
|
30bf91 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
30bf91 |
Related: rhbz#1991688
|
|
|
30bf91 |
|
|
|
30bf91 |
* Fri Jul 30 2021 Dave Airlie <airlied@redhat.com> - 1.2.182.0-1
|
|
|
30bf91 |
- Update to 1.2.182.0 loader
|
|
|
30bf91 |
|
|
|
30bf91 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.162.0-3
|
|
|
30bf91 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
30bf91 |
|
|
|
30bf91 |
* Fri Jan 29 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-2
|
|
|
30bf91 |
- Fix regression with vulkan loader upstream
|
|
|
30bf91 |
|
|
|
30bf91 |
* Fri Jan 29 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
|
|
|
30bf91 |
- Update to 1.2.162.0 loader
|
|
|
30bf91 |
|
|
|
30bf91 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.154.1-2
|
|
|
30bf91 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
30bf91 |
|
|
|
30bf91 |
* Wed Nov 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.154.1-1
|
|
|
30bf91 |
- Update to 1.2.154.1 loader
|
|
|
30bf91 |
|
|
|
30bf91 |
* Thu Oct 08 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.1-1
|
|
|
30bf91 |
- Update to 1.2.148.1 loader - fixes layer loading issue
|
|
|
30bf91 |
|
|
|
30bf91 |
* Tue Aug 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.0-1
|
|
|
30bf91 |
- Update to 1.2.148.0 loader
|
|
|
30bf91 |
|
|
|
30bf91 |
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.135.0-3
|
|
|
30bf91 |
- Second attempt - Rebuilt for
|
|
|
30bf91 |
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
30bf91 |
|
|
|
30bf91 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.135.0-2
|
|
|
30bf91 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
30bf91 |
|
|
|
30bf91 |
* Wed Apr 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
|
|
|
30bf91 |
- Update to 1.2.135.0
|
|
|
30bf91 |
|
|
|
30bf91 |
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
|
|
|
30bf91 |
- Update to 1.2.131.1
|
|
|
30bf91 |
|
|
|
30bf91 |
* Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
|
|
|
30bf91 |
- Update to 1.1.126.0
|
|
|
30bf91 |
|
|
|
30bf91 |
* Wed Jul 31 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-1
|
|
|
30bf91 |
- Update to 1.1.114.0
|
|
|
30bf91 |
|
|
|
30bf91 |
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.108.0-1
|
|
|
30bf91 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
30bf91 |
|
|
|
30bf91 |
* Tue Jun 25 2019 Dave Airlie <airlied@redhat.com> - 1.1.108.0-0
|
|
|
30bf91 |
- Update to 1.1.108.0
|
|
|
30bf91 |
|
|
|
30bf91 |
* Wed Mar 06 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-0
|
|
|
30bf91 |
- Update to 1.1.101.0
|
|
|
30bf91 |
|
|
|
30bf91 |
* Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.97.0-0
|
|
|
30bf91 |
- Update to 1.1.97.0
|
|
|
30bf91 |
|
|
|
30bf91 |
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.92.0-2
|
|
|
30bf91 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
30bf91 |
|
|
|
30bf91 |
* Mon Dec 03 2018 Dave Airlie <airlied@redhat.com> - 1.1.92.0-1
|
|
|
30bf91 |
- Update to 1.1.92.0
|
|
|
30bf91 |
|
|
|
30bf91 |
* Mon Nov 19 2018 Dave Airlie <airlied@redhat.com> - 1.1.85.0-1
|
|
|
30bf91 |
- Update to 1.1.85.0
|
|
|
30bf91 |
|
|
|
30bf91 |
* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
|
|
|
30bf91 |
- Update to 1.1.82.0
|
|
|
30bf91 |
|
|
|
30bf91 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-5
|
|
|
30bf91 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
30bf91 |
|
|
|
30bf91 |
* Wed Jun 27 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-4
|
|
|
30bf91 |
- Fix update path
|
|
|
30bf91 |
|
|
|
30bf91 |
* Tue Jun 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-3
|
|
|
30bf91 |
- Add conditional for mesa-vulkan-drivers requires
|
|
|
30bf91 |
|
|
|
30bf91 |
* Tue Jun 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-2
|
|
|
30bf91 |
- Improve description and summary
|
|
|
30bf91 |
- Set release
|
|
|
30bf91 |
|
|
|
30bf91 |
* Sat Jun 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
|
|
|
30bf91 |
- Initial package
|