Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : vkbasalt | |||||
| version : 0.3.2.2 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/DadSchoorse/vkBasalt/releases/download/v0.3.2.2/vkBasalt-0.3.2.2.tar.gz : dd2c714b3569d5da0bc2f058d85cfc7683c8a9bc6d6255b80b3e968c902e1913 | |||||
| license : Zlib | |||||
| component : system.utils | |||||
| summary : vkBasalt is a Vulkan post processing layer to enhance the visual graphics of games, similar to SweetFX/ReShade. | |||||
| description: | | |||||
| vkBasalt is a Vulkan post processing layer to enhance the visual graphics of games. | |||||
| Currently, the build in effects are | |||||
JoshStrobl: Yeaaa ew. I'd much rather this be condensed into a single line, e.g. `Currently, the built-in… | |||||
JoshStroblUnsubmitted Done Inline ActionsStill some necessary newlining. It could basically just be: description: |
vkBasalt is a Vulkan post processing layer to enhance the visual graphics of 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. It is also possible to use Reshade Fx shaders and it can be easily configured using GOverlay.JoshStrobl: Still some necessary newlining. It could basically just be:
```
description: |
vkBasalt is… | |||||
| - 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. | |||||
| It can be easily configured using GOverlay. | |||||
| emul32 : yes | |||||
| libsplit : no | |||||
| patterns : | |||||
| - /* | |||||
JoshStroblUnsubmitted Done Inline ActionsYour indentation is off here. JoshStrobl: Your indentation is off here. | |||||
| builddeps : | |||||
| - glslang-32bit-devel | |||||
| - pkgconfig32(x11) | |||||
JoshStroblUnsubmitted Done Inline Actionspkgconfig should always be above strictly named ones. JoshStrobl: pkgconfig should always be above strictly named ones. | |||||
| setup : | | |||||
| %meson_configure | |||||
| build : | | |||||
| %ninja_build | |||||
| install : | | |||||
| %ninja_install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Yeaaa ew. I'd much rather this be condensed into a single line, e.g. Currently, the built-in effects are: Contrast Adaptive Sharpening, Denoised Luma... etc.