Compare commits

..

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

4 changed files with 32 additions and 58 deletions

6
.gitignore vendored
View file

@ -1,8 +1,2 @@
/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.4.tar.gz) = 57109988d5b213f04b1282885ee617ca121bca2e95e156e4d04736b05f566203437bffcb6296f18eefecfe19d56e73a70bb09957efcb10714e95bcd23deead14

View file

@ -3,14 +3,13 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: vkBasalt
Version: 0.3.2.10
Release: %autorelease
Version: 0.3.2.4
Release: 1%{?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
@ -23,7 +22,6 @@ BuildRequires: spirv-tools
BuildRequires: vulkan-headers
BuildRequires: vulkan-tools
BuildRequires: vulkan-validation-layers-devel
BuildRequires: pkgconfig(vulkan)
BuildRequires: pkgconfig(x11)
@ -37,11 +35,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 +57,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 +71,24 @@ install -Dpm 0644 config/%{name}.conf -t %{buildroot}%{_sysconfdir}/
%changelog
%autochangelog
* 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>