Search Criteria
Package Details: lib32-vkbasalt 0.3.2.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-vkbasalt.git (read-only, click to copy) |
---|---|
Package Base: | lib32-vkbasalt |
Description: | A Vulkan post-processing layer. Some of the effects are CAS, FXAA, SMAA, deband. |
Upstream URL: | https://github.com/DadSchoorse/vkBasalt |
Licenses: | zlib |
Submitter: | gee |
Maintainer: | gee (FabioLolix) |
Last Packager: | gee |
Votes: | 18 |
Popularity: | 1.29 |
First Submitted: | 2020-11-10 22:17 (UTC) |
Last Updated: | 2023-07-04 07:17 (UTC) |
Dependencies (9)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR)
- lib32-libx11
- vkbasaltAUR (vkbasalt-gitAUR)
- glslang (glslang-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- spirv-headers (spirv-headers-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Latest Comments
FabioLolix commented on 2023-07-04 05:34 (UTC)
I have emailed the maintainer with the patch, in the meantime here there are fixed pkgbuilds
https://github.com/FabioLolix/AURFIX/tree/main/v/vkbasalt
https://github.com/FabioLolix/AURFIX/tree/main/l/lib32-vkbasalt
blurgy commented on 2022-02-27 15:54 (UTC)
Hello, please change the command
ninja install -C build
toninja -C build install
in thepackage()
function. For people usingninja-samurai
(it supportsSAMUFLAGS
variable to set jobs), it seems that the-C
option must be supplied right afterninja
. Thanks!gee commented on 2021-03-16 13:53 (UTC)
@giobego awesome, thanks for the quick reply!
giobego commented on 2021-03-16 13:52 (UTC)
@gee builds fine now, thank you!
gee commented on 2021-03-16 13:49 (UTC) (edited on 2021-03-16 13:50 (UTC) by gee)
@giobego I've added the makedepends from the main package here and it builds fine in a chroot, please try again and tell me how this goes.
giobego commented on 2021-03-16 13:13 (UTC) (edited on 2021-03-16 13:28 (UTC) by giobego)
update won't build ...
===================
In file included from ../src/reshade/effect_codegen_spirv.cpp:14: ../src/reshade/spirv.hpp:1:10: fatal error: spirv/unified1/spirv.hpp: No such file or directory 1 | #include <spirv/unified1/spirv.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Aborting...
gee commented on 2021-03-16 08:47 (UTC) (edited on 2021-03-16 08:49 (UTC) by gee)
Sorry about forgetting to update this one! That's part of why I did not want to split 64b and 32b. :/
It also allowed me to fix the flags and allow this to build again (and it should be better optimized too I believe).
Thanks for catching this Mr David!