media-gfx/realesrgan-ncnn-vulkan: bump min cmake ver

Upstream seems(?) dead, so just going to bump it downstream for now.
Long term this may be due for last-rites (waifu2x is still maintained
on the other hand).

Closes: https://bugs.gentoo.org/965003
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-10-23 03:41:44 -04:00
parent 86d33ba716
commit 71473acd7b
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
https://bugs.gentoo.org/965003
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -19 +19 @@
-cmake_minimum_required(VERSION 3.9)
+cmake_minimum_required(VERSION 3.16)

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -34,6 +34,7 @@ BDEPEND="
PATCHES=(
"${FILESDIR}"/${PN}-default-realesrgan-x4plus-model.patch
"${FILESDIR}"/${PN}-0.2.0-no-glslang-libs.patch
"${FILESDIR}"/${PN}-0.2.0-cmake-ver.patch
)
src_prepare() {