New package: waifu2x-converter-cpp-5.2
This commit is contained in:
parent
258228fdf2
commit
af57bc5434
2 changed files with 20 additions and 0 deletions
|
@ -3385,3 +3385,4 @@ libapparmor.so.1 libapparmor-2.12.0_1
|
|||
libcue.so.2 libcue-2.2.0_1
|
||||
libgsettings-qt.so.1 gsettings-qt-0.1+17.10.20170824_1
|
||||
libplacebo.so.5 libplacebo-0.5.0_1
|
||||
libw2xc.so waifu2x-converter-cpp-5.2_1
|
||||
|
|
19
srcpkgs/waifu2x-converter-cpp/template
Normal file
19
srcpkgs/waifu2x-converter-cpp/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'waifu2x-converter-cpp'
|
||||
pkgname=waifu2x-converter-cpp
|
||||
version=5.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DINSTALL_MODELS=ON"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libopencv-devel opencl2-headers"
|
||||
short_desc="Image upscaling using deep convolutional neural networks"
|
||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/DeadSix27/waifu2x-converter-cpp"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=a872f459e731bb324d13de801e0653385fa76260643f01a4fd1b24d66519063f
|
||||
nocross="Builds intermediate executable, which should be ran on host, for the target architecture"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue