Package Details: waifu2x-converter-cpp-cuda-git 5.3.4.2.g57520b2-2

Git Clone URL: https://aur.archlinux.org/waifu2x-converter-cpp-cuda-git.git (read-only, click to copy)
Package Base: waifu2x-converter-cpp-cuda-git
Description: Image Super-Resolution for Anime-Style-Art. (re-implementation in C++ using OpenCV). with CUDA support (GIT Version)
Upstream URL: https://github.com/DeadSix27/waifu2x-converter-cpp
Licenses: MIT
Conflicts: waifu2x-converter-cpp
Provides: libw2xc.so, waifu2x-converter-cpp
Submitter: YamashitaRen
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 14
Popularity: 0.000000
First Submitted: 2015-09-24 22:02 (UTC)
Last Updated: 2023-11-01 00:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

sl1pkn07 commented on 2018-12-21 10:01 (UTC)

https://github.com/DeadSix27/waifu2x-converter-cpp/blob/master/CMakeLists.txt#L76

seems use opencv_highgui, this needs gtk3 to run (https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/opencv#n15)

ok

DDoSolitary commented on 2018-12-21 09:13 (UTC)

Build will fail without gtk3 because of unresolved symbols. It can be reproduced if you try to build in a clean box without gtk3 installed. However, I just found that these library are dependencies of some opencv modules, which are not required by waifu2x-converter-cpp, so it doesn't seem nice to simply add them to "depends". After running ldd /usr/bin/waifu2x-converter-cpp, it turned out that the binary is linked with ALL opencv modules instead of only required ones. I'm not sure what's wrong... Strangely, other similar packages like waifu2x-converter-cpp-git doesn't have this problem.

sl1pkn07 commented on 2018-12-19 14:42 (UTC)

why gtk3? none in te code points to gtk3

wuestengecko commented on 2018-10-31 16:34 (UTC)

Requires these packages, which are only optional dependencies of its depends, to build and run (probably applies to other waifu2x-converter-cpp-* packages too):

gtk3 vtk hdf5 glew

atemu commented on 2018-09-12 19:18 (UTC)

Requires community/hdf5 to build successfully

sl1pkn07 commented on 2018-06-28 22:11 (UTC)

1) done 2) because before, waifu2x is a cpp version. now switch to lua. done

thanks for point out

greetings

Spiller commented on 2018-06-28 20:17 (UTC)

I got a link error while building until I installed gtkglext, it should probably be a dependency. Also, why does this package conflict with waifu2x?

sl1pkn07 commented on 2018-06-02 18:38 (UTC)

done

pingplug commented on 2018-06-02 17:19 (UTC)

gcc7 works with CUDA, remove gcc6?

sl1pkn07 commented on 2018-01-12 19:51 (UTC)

done