Search Criteria
Package Details: waifu2x-ncnn-vulkan-git 20220728.r0.g93ed2bc-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/waifu2x-ncnn-vulkan-git.git (read-only, click to copy) |
---|---|
Package Base: | waifu2x-ncnn-vulkan-git |
Description: | ncnn implementation of waifu2x converter |
Upstream URL: | https://github.com/nihui/waifu2x-ncnn-vulkan |
Licenses: | MIT |
Conflicts: | waifu2x-ncnn-vulkan |
Provides: | waifu2x-ncnn-vulkan |
Submitter: | salviati |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 6 |
Popularity: | 0.000030 |
First Submitted: | 2019-07-20 00:31 (UTC) |
Last Updated: | 2024-05-29 21:38 (UTC) |
Dependencies (7)
- libwebp (libwebp-gitAUR)
- ncnn (ncnn-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glslang (glslang-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Required by (3)
- quickmedia (requires waifu2x-ncnn-vulkan) (optional)
- quickmedia-git (requires waifu2x-ncnn-vulkan) (optional)
- video2x (requires waifu2x-ncnn-vulkan) (optional)
Latest Comments
1 2 3 Next › Last »
krathalan commented on 2024-03-14 06:26 (UTC) (edited on 2024-03-14 06:26 (UTC) by krathalan)
I had to change a few things to get this to build:
1. Use regular glslang (not -git)
2. Download the git submodules recursively
3. Remove some arguments from cmake
ImperatorStorm commented on 2021-12-04 23:55 (UTC)
Is there a reason why this depends on
glslang-git
, and not justglslang
?PumpkinCheshire commented on 2020-11-01 12:01 (UTC)
Hi, I think I solved the build dependency problem. Just add -DGLSLANG_TARGET_DIR="/usr/lib/cmake/" to specify the glslangTarget.cmake path. This should work for ncnn and all packages with submodule of ncnn. In this way, you can remove the submodules downloading and use 'ncnn-git' as make dependency.
Thank you for your package. I made dain-ncnn-vulkan and cain-ncnn-vulkan and fixed the load_module issue, hope that will be helpful for you too.
katt commented on 2020-08-24 16:35 (UTC)
If that happens maybe simply enforce the -git variant of the dependency?
Still, at the very least follow the guidelines for submodules so that it can get cached. https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_submodules
ipha commented on 2020-08-24 16:01 (UTC)
I'll switch to system webp/ncnn on the stable package, but I'm hesitant to use system ncnn on this -git package. It depends on a specific version of ncnn that is sometimes between the latest release and head.
SR-G commented on 2020-08-24 15:53 (UTC) (edited on 2020-08-24 15:54 (UTC) by SR-G)
That same problem with "Whoops! Connection failed. Please try again. If the problem persists, contact our customer support." is back. So 3.7.4 has NOT resolved the problem (as i'm still running that exact 3.7.4 binary) and the problem was related to something else.
In the end, NordVPN is just unusable for me in any way, there are so many different errors over time. - This ARCH package does not seem very active / no real help here (maybe because no one has any knowledge about the potential issues) - NordVPN support is not willing to help in any way (because i'm not using one of the packaged created by NordVPN) - There are 0 detailled logs attached to that NordVPN binary and that could lead to a possible problem / a possible solution
Anyway i'm done with nordvpn in this state, and as soon as my subscription is going to be expired, i'll check another VPN provider.
katt commented on 2020-08-24 12:38 (UTC) (edited on 2020-08-24 14:31 (UTC) by katt)
This comment was originally about submodule guidelines, but after looking at the CMakeLists.txt I found out you can use system ncnn and libwebp.
Could you make it use system ncnn and libwebp instead of submodules? Would make re-compiling faster and done properly instead of re-downloading (and re-compiling) it each time.
ipha commented on 2020-05-22 17:24 (UTC)
Thanks, I updated the pkgbuild for the ncnn submodule.
kescherAUR commented on 2020-05-22 15:39 (UTC)
Had to add
to the prepare function after the cd command.
1 2 3 Next › Last »