Compare commits
41 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef81d2b80a | ||
|
|
ee79538f09 | ||
|
|
244c589613 | ||
|
|
4c2112edab | ||
|
|
8fc86f6009 | ||
|
|
24fa00df00 | ||
|
|
8af2b9776a | ||
|
|
27d9ae7c68 | ||
|
|
f299fd06e3 | ||
|
|
f56307b0ae | ||
|
|
50176faa8c | ||
|
|
2ee1871374 | ||
|
|
d0f442037e | ||
|
|
03a28c19af | ||
|
|
d5b4a6feca | ||
|
|
6d35a8e1e1 | ||
|
|
9053e2ad81 | ||
|
|
344acdf65e | ||
|
|
8dcefbf466 | ||
|
|
da27d2fb71 | ||
|
|
6157dd80cb | ||
|
|
619f139cf1 | ||
|
|
3ddfd17f15 | ||
|
|
b99030cca7 | ||
|
|
4b688192f7 | ||
|
|
851a1acbf7 | ||
|
|
9bb914892b | ||
|
|
762b098a82 | ||
|
|
07572fb48e | ||
|
|
72c2157b62 | ||
|
|
e836b82bbb | ||
|
|
72d637bbce | ||
|
|
1715337bb9 | ||
|
|
f84fc8f650 | ||
|
|
e0e891107f | ||
|
|
7aab3ab5b1 | ||
|
|
0f61b02e64 | ||
|
|
61b639abdf | ||
|
|
e73a89af22 | ||
|
|
19b5910fa1 | ||
|
|
674e550c2f |
4 changed files with 48 additions and 113 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
|
@ -19,3 +19,24 @@
|
|||
/Vulkan-Loader-sdk-1.2.189.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.2.198.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.204.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.211.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.216.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.224.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.231.1.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.239.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.243.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.250.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.261.1.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.268.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.275.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.280.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.283.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.290.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.3.296.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.304.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.309.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.313.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.321.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.328.1.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.341.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.4.350.0.tar.gz
|
||||
|
|
|
|||
15
.packit.yaml
Normal file
15
.packit.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# packit config for vulkan-loader
|
||||
# Build Stage 2 - depends on vulkan-headers
|
||||
|
||||
jobs:
|
||||
- job: koji_build
|
||||
trigger: commit | koji_build
|
||||
allowed_committers: [all_admins]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
sidetag_group: vulkan-sdk-releases
|
||||
dependencies:
|
||||
- vulkan-headers
|
||||
dependents:
|
||||
- vulkan-utility-libraries
|
||||
- vulkan-volk
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Vulkan-Loader-sdk-1.3.204.0.tar.gz) = d15f51173cd2618ab65569c7d375e2afdd91b7cece46e9528d7709011382946b181fb52f210f2ad3a676b0ae7c0d4dc374f052705f55b5ffc5f4e8aef8c38e7a
|
||||
SHA512 (Vulkan-Loader-sdk-1.4.350.0.tar.gz) = 5d9829bed6e166b598e6769b6263c0d0408ba578c3e99b460e1ca2a5b13bd0ea38f315953f6ad74567fbd7025143050704b87e2ea11e6689c41675220e115ce1
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
Name: vulkan-loader
|
||||
Version: 1.3.204.0
|
||||
Release: 1%{?dist}
|
||||
Version: 1.4.350.0
|
||||
Release: %autorelease
|
||||
Summary: Vulkan ICD desktop loader
|
||||
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
||||
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Loader-sdk-%{version}.tar.gz
|
||||
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Loader-sdk-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: cmake
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: vulkan-headers = %{version}
|
||||
|
|
@ -26,13 +26,7 @@ Obsoletes: vulkan < %{version}-%{release}
|
|||
Provides: vulkan-filesystem = %{version}-%{release}
|
||||
Obsoletes: vulkan-filesystem < %{version}-%{release}
|
||||
|
||||
%if 0%{?fedora} <= 27
|
||||
%ifarch x86_64 i686
|
||||
Requires: mesa-vulkan-drivers%{?_isa}
|
||||
%endif
|
||||
%else
|
||||
Requires: mesa-vulkan-drivers%{?_isa}
|
||||
%endif
|
||||
Recommends: mesa-vulkan-drivers%{?_isa}
|
||||
|
||||
%description
|
||||
This project provides the Khronos official Vulkan ICD desktop
|
||||
|
|
@ -52,11 +46,11 @@ developing applications that use %{name}.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Vulkan-Loader-sdk-%{version}
|
||||
%autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release .
|
||||
%cmake -GNinja -DCMAKE_BUILD_TYPE=Release
|
||||
%cmake_build
|
||||
|
||||
|
||||
|
|
@ -88,103 +82,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
|||
%files devel
|
||||
%{_libdir}/pkgconfig/vulkan.pc
|
||||
%{_libdir}/*.so
|
||||
|
||||
%dir %{_libdir}/cmake/VulkanLoader/
|
||||
%{_libdir}/cmake/VulkanLoader/*.cmake
|
||||
|
||||
%changelog
|
||||
* Wed Feb 16 2022 Dave Airlie <airlied@redhat.com> - 1.3.204.0-1
|
||||
- Update to 1.3.204.0
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.198.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Nov 23 2021 Dave Airlie <airlied@redhat.com> - 1.2.198.0-1
|
||||
- Update to 1.2.198.0
|
||||
|
||||
* Tue Sep 07 2021 Dave Airlie <airlied@redhat.com> - 1.2.189.0-1
|
||||
- Update to 1.2.189.0
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.182.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jul 07 2021 Dave Airlie <airlied@redhat.com> - 1.2.182.0-1
|
||||
- Update to 1.2.182.0 loader
|
||||
|
||||
* Tue May 18 2021 Dave Airlie <airlied@redhat.com> - 1.2.176.0-1
|
||||
- Update to 1.2.176.0 loader
|
||||
|
||||
* Fri Jan 29 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-2
|
||||
- Fix regression with vulkan loader upstream
|
||||
|
||||
* Fri Jan 29 2021 Dave Airlie <airlied@redhat.com> - 1.2.162.0-1
|
||||
- Update to 1.2.162.0 loader
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.154.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Nov 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.154.1-1
|
||||
- Update to 1.2.154.1 loader
|
||||
|
||||
* Thu Oct 08 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.1-1
|
||||
- Update to 1.2.148.1 loader - fixes layer loading issue
|
||||
|
||||
* Tue Aug 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.0-1
|
||||
- Update to 1.2.148.0 loader
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.135.0-3
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.135.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Apr 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
|
||||
- Update to 1.2.135.0
|
||||
|
||||
* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
|
||||
- Update to 1.2.131.1
|
||||
|
||||
* Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
|
||||
- Update to 1.1.126.0
|
||||
|
||||
* Wed Jul 31 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-1
|
||||
- Update to 1.1.114.0
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.108.0-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jun 25 2019 Dave Airlie <airlied@redhat.com> - 1.1.108.0-0
|
||||
- Update to 1.1.108.0
|
||||
|
||||
* Wed Mar 06 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-0
|
||||
- Update to 1.1.101.0
|
||||
|
||||
* Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.97.0-0
|
||||
- Update to 1.1.97.0
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.92.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Dec 03 2018 Dave Airlie <airlied@redhat.com> - 1.1.92.0-1
|
||||
- Update to 1.1.92.0
|
||||
|
||||
* Mon Nov 19 2018 Dave Airlie <airlied@redhat.com> - 1.1.85.0-1
|
||||
- Update to 1.1.85.0
|
||||
|
||||
* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
|
||||
- Update to 1.1.82.0
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Jun 27 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-4
|
||||
- Fix update path
|
||||
|
||||
* Tue Jun 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-3
|
||||
- Add conditional for mesa-vulkan-drivers requires
|
||||
|
||||
* Tue Jun 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-2
|
||||
- Improve description and summary
|
||||
- Set release
|
||||
|
||||
* Sat Jun 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
|
||||
- Initial package
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue