mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
86d33ba716
commit
71473acd7b
@ -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)
|
||||
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user