Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729776 - media-libs/vkbasalt - a Vulkan post processing layer to enhance the visual graphics of games
Summary: media-libs/vkbasalt - a Vulkan post processing layer to enhance the visual gr...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/DadSchoorse/vkBasalt
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-26 23:27 UTC by Jan Ziak (atomsymbol)
Modified: 2020-06-27 15:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Ziak (atomsymbol) 2020-06-26 23:27:32 UTC
Hello.

vkBasalt is a nice Vulkan post-processing library implementing screen-space effects such as CAS (Contrast Adaptive Sharpening) and SMAA (Subpixel Morphological Anti-Aliasing).

The package uses Meson to build 32-bit and 64-bit libraries. The 32-bit build appears to be currently broken on Gentoo and wants to use /usr/lib64/libX11.so instead of the 32-bit /usr/lib/libX11.so.

Build dependencies (at least): meson, dev-util/glslang
Runtime dependencies: libX11

Source code: https://github.com/DadSchoorse/vkBasalt
Latest release: https://github.com/DadSchoorse/vkBasalt/tree/v0.3.2

Ebuilds in Gentoo overlays: http://gpo.zugaina.org/Search?search=vkbasalt
Comment 1 Jan Ziak (atomsymbol) 2020-06-27 15:25:28 UTC
I am preparing an ebuild, but the package includes source code from various sources under various licenses, presumably open-source licenses. I would like somebody more experienced in license compatibility to check whether it is OK to put LICENSE="ZLIB" into the ebuild. Thanks!

Quick link for "git clone" of the source code:

https://github.com/DadSchoorse/vkBasalt.git

----

Version 0.3.2.1 fixed 32-bit build issues.

----

I do not indent to initially support reshade-shaders. This can be added in a later ebuild release, such as 0.3.2.1-r1. If somebody does not post an ebuild sooner than me.