Compare commits

..

No commits in common. "rawhide" and "f31" have entirely different histories.

4 changed files with 30 additions and 61 deletions

7
.gitignore vendored
View file

@ -1,8 +1 @@
/vkBasalt-0.3.2.3.tar.gz
/vkBasalt-0.3.2.4.tar.gz
/vkBasalt-0.3.2.5.tar.gz
/vkBasalt-0.3.2.6.tar.gz
/vkBasalt-0.3.2.7.tar.gz
/vkBasalt-0.3.2.8.tar.gz
/vkBasalt-0.3.2.9.tar.gz
/vkBasalt-0.3.2.10.tar.gz

View file

@ -1,39 +0,0 @@
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Feb 14 2022 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.2.5-1
- chore(update): 0.3.2.5
* Sat Feb 12 2022 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.2.4-5
- fix: Add <algorithm> include. Fixes build on GCC12 | Fix FTBFS 36
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Jan 23 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.2.4-1
- build(update): 0.3.2.4
* Fri Nov 6 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.2.3-4
- Update to 0.3.2.3
* Thu Oct 29 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.2.2-1
- Update to 0.3.2.2
* Sun Feb 02 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.0-1
- Update to 0.3.0
* Mon Dec 16 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.2.2-1
- Update to 0.2.2
* Sat Nov 30 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.2.1-2
- Update to 0.2.1
* Mon Oct 21 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.0.4-5.20191021git3a31052
- Initial package
- Thanks to Vitaly Zaitsev <vitaly@easycoding.org>

View file

@ -1 +1 @@
SHA512 (vkBasalt-0.3.2.10.tar.gz) = 2f797dce88320db73ae79ad39deb5ef8997a9cb5904596684b6fcda38388aebe35481cbac9a6e045c1fb2a9050222bcb3baf23cb2490695184be617ca5149270
SHA512 (vkBasalt-0.3.2.3.tar.gz) = 9030d089608631d4affbe6d6045b15e0901534fef547da3e51834ee71a122c0815983936bece6d7afb1a05a254f8d4f301630de35e966767027fff5d93fb5b5e

View file

@ -1,16 +1,15 @@
# 'reshade' commit
%global commit ee98003229465f9872e983a43a83b8cddc054fce
%global commit 39350df02c61c18bbecff690568a1c0d0cc54b23
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: vkBasalt
Version: 0.3.2.10
Release: %autorelease
Version: 0.3.2.3
Release: 4%{?dist}
Summary: Vulkan post processing layer
# The entire source code is zlib except:
# * ASL 2.0: include/vulkan/
# Automatically converted from old format: zlib and ASL 2.0 - review is highly recommended.
License: Zlib AND Apache-2.0
License: zlib and ASL 2.0
URL: https://github.com/DadSchoorse/vkBasalt
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
@ -18,12 +17,10 @@ BuildRequires: gcc-c++ >= 9
BuildRequires: glibc-devel
BuildRequires: glslang
BuildRequires: meson
BuildRequires: spirv-headers-devel
BuildRequires: spirv-tools
BuildRequires: vulkan-headers
BuildRequires: vulkan-tools
BuildRequires: vulkan-validation-layers-devel
BuildRequires: pkgconfig(vulkan)
BuildRequires: pkgconfig(x11)
@ -37,11 +34,11 @@ games.
Currently, the build in effects are:
- Contrast Adaptive Sharpening
- Denoised Luma Sharpening
- Fast Approximate Anti-Aliasing
- Enhanced Subpixel Morphological Anti-Aliasing
- 3D color LookUp Table
- Contrast Adaptive Sharpening
- Denoised Luma Sharpening
- Fast Approximate Anti-Aliasing
- Enhanced Subpixel Morphological Anti-Aliasing
- 3D color LookUp Table
It is also possible to use Reshade Fx shaders.
@ -59,8 +56,9 @@ It is also possible to use Reshade Fx shaders.
%install
%meson_install
# Configuration file
install -Dpm 0644 config/%{name}.conf -t %{buildroot}%{_sysconfdir}/
install -Dpm0644 config/%{name}.conf -t %{buildroot}%{_sysconfdir}/
%files
@ -72,4 +70,21 @@ install -Dpm 0644 config/%{name}.conf -t %{buildroot}%{_sysconfdir}/
%changelog
%autochangelog
* Fri Nov 6 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.2.3-4
- Update to 0.3.2.3
* Thu Oct 29 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.2.2-1
- Update to 0.3.2.2
* Sun Feb 02 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.0-1
- Update to 0.3.0
* Mon Dec 16 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.2.2-1
- Update to 0.2.2
* Sat Nov 30 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.2.1-2
- Update to 0.2.1
* Mon Oct 21 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.0.4-5.20191021git3a31052
- Initial package
- Thanks to Vitaly Zaitsev <vitaly@easycoding.org>