From 9856bf188f6154a712f881082242beb93b9293f1 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 24 Aug 2024 16:14:12 +0200 Subject: [PATCH] godot: update to python 3 and openssl 3 --- dev-games/godot/godot-2.1.6.recipe | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/dev-games/godot/godot-2.1.6.recipe b/dev-games/godot/godot-2.1.6.recipe index 4df1f456d..d7b8ded26 100644 --- a/dev-games/godot/godot-2.1.6.recipe +++ b/dev-games/godot/godot-2.1.6.recipe @@ -9,7 +9,7 @@ click to a number of platforms, including the major desktop platforms \ HOMEPAGE="https://godotengine.org/" COPYRIGHT="2007-2017 Juan Linietsky, Ariel Manzur" LICENSE="MIT" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/godotengine/godot/archive/$portVersion-stable.tar.gz" CHECKSUM_SHA256="5bfc57f2ee24dccfdcefe491a3be1a07b39299f2fcfa03202b8b4c6c2dd5122b" SOURCE_DIR="godot-$portVersion-stable" @@ -24,16 +24,12 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix -# lib:libfreetype$secondaryArchSuffix lib:libGL$secondaryArchSuffix lib:libglew$secondaryArchSuffix lib:libGLU$secondaryArchSuffix lib:libmpcdec$secondaryArchSuffix lib:libogg$secondaryArchSuffix -# lib:libopus$secondaryArchSuffix -# lib:libopusfile$secondaryArchSuffix lib:libpng16$secondaryArchSuffix -# lib:libspeex$secondaryArchSuffix lib:libssl$secondaryArchSuffix lib:libtheora$secondaryArchSuffix lib:libvorbis$secondaryArchSuffix @@ -43,18 +39,14 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libcrypto$secondaryArchSuffix -# devel:libfreetype$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libGL$secondaryArchSuffix devel:libglew$secondaryArchSuffix devel:libGLU$secondaryArchSuffix devel:libmpcdec$secondaryArchSuffix devel:libogg$secondaryArchSuffix -# devel:libopus$secondaryArchSuffix -# devel:libopusfile$secondaryArchSuffix devel:libpng16$secondaryArchSuffix -# devel:libspeex$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libssl$secondaryArchSuffix >= 3 devel:libtheora$secondaryArchSuffix devel:libvorbis$secondaryArchSuffix devel:libwebp$secondaryArchSuffix @@ -63,7 +55,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix - cmd:python + cmd:python3 cmd:scons "