waifu2x-converter-cpp: rebuild for opencv-4.6.0, fix tests

This commit is contained in:
classabbyamp 2022-08-17 16:58:26 -04:00
parent 111b115516
commit 918db5f8a1
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,7 +1,7 @@
# Template file for 'waifu2x-converter-cpp'
pkgname=waifu2x-converter-cpp
version=5.2.4
revision=1
revision=2
build_style=cmake
configure_args="-DINSTALL_MODELS=ON"
hostmakedepends="pkg-config"
@ -26,6 +26,10 @@ pre_configure() {
cc -o build/conv conv.c
}
pre_check() {
cp -r models_rgb build
}
post_install() {
vlicense LICENSE
}