mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
waifu2x-converter-cpp: rebuild for opencv-4.6.0, fix tests
This commit is contained in:
parent
111b115516
commit
918db5f8a1
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'waifu2x-converter-cpp'
|
# Template file for 'waifu2x-converter-cpp'
|
||||||
pkgname=waifu2x-converter-cpp
|
pkgname=waifu2x-converter-cpp
|
||||||
version=5.2.4
|
version=5.2.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DINSTALL_MODELS=ON"
|
configure_args="-DINSTALL_MODELS=ON"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -26,6 +26,10 @@ pre_configure() {
|
||||||
cc -o build/conv conv.c
|
cc -o build/conv conv.c
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
cp -r models_rgb build
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue