Package Details: vapoursynth-plugin-waifu2x-ncnn-vulkan-git 5.0.gdb24b7f-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-waifu2x-ncnn-vulkan-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-waifu2x-ncnn-vulkan-git
Description: Plugin for Vapoursynth: waifu2x-ncnn-vulkan (GIT version)
Upstream URL: https://github.com/Nlzy/vapoursynth-waifu2x-ncnn-vulkan
Keywords: vapoursynth
Licenses: MIT
Conflicts: vapoursynth-plugin-waifu2x-ncnn-vulkan
Provides: vapoursynth-plugin-waifu2x-ncnn-vulkan
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 1
Popularity: 0.003951
First Submitted: 2020-02-12 16:24 (UTC)
Last Updated: 2023-01-20 15:29 (UTC)

Latest Comments

eclairevoyant commented on 2023-01-20 03:52 (UTC)

All the submodule update commands must have an additional flag added (-c protocol.file.allow=always) due to changes in git last year. See this thread for discussion.

However, even after making that change, build fails in a clean chroot:

make[2]: GLSLANGVALIDATOR_EXECUTABLE-NOTFOUND: No such file or directory
make[2]: *** [CMakeFiles/generate-spirv.dir/build.make:104: waifu2x_preproc_tta_fp16.spv.hex.h] Error 127
make[2]: *** Waiting for unfinished jobs....

zhs commented on 2021-06-18 17:15 (UTC) (edited on 2021-06-18 17:16 (UTC) by zhs)

The plugin itself, apart from glslang compiled into NCNN, uses glslang to compile shaders. Not having glslang in makedepends results in failure to build. It also requires vulkan-headers.

Please add 'glslang' and 'vulkan-headers' to makedepends.

sandsmark commented on 2021-01-08 20:36 (UTC) (edited on 2021-01-08 20:36 (UTC) by sandsmark)

there's a typo, so the build doesn't run without network access:

-  git config submodule.deps/nncn.url "${srcdir}/ncnn"
+  git config submodule.deps/ncnn.url "${srcdir}/ncnn"