From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49549) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iv0VA-0005gb-0G for guix-patches@gnu.org; Fri, 24 Jan 2020 10:04:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iv0V8-000702-IP for guix-patches@gnu.org; Fri, 24 Jan 2020 10:04:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48619) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iv0V8-0006zs-DZ for guix-patches@gnu.org; Fri, 24 Jan 2020 10:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iv0V8-0003WD-8n for guix-patches@gnu.org; Fri, 24 Jan 2020 10:04:02 -0500 Subject: [bug#39263] [PATCH 1/2] gnu: godot: Update to 3.1.2. References: <878slwucvg.fsf@araneo.si> In-Reply-To: <878slwucvg.fsf@araneo.si> Resent-Message-ID: From: Timotej Lazar Date: Fri, 24 Jan 2020 16:02:25 +0100 Message-Id: <20200124150226.27294-1-timotej.lazar@araneo.si> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39263@debbugs.gnu.org Cc: Timotej Lazar * gnu/packages/game-development.scm (godot): Update to 3.1.2. [inputs]: Remove openssl, replaced by a (modified) bundled copy of mbedtls. [arguments](configure-flags): Remove builtin_openssl flag. [source]: Don’t try to remove the (now nonexistent) bundled openssl directory. --- gnu/packages/game-development.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index ee8dea23b5..79e3f6dc6c 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -18,6 +18,7 @@ ;;; Copyright © 2019, 2020 Leo Prikler ;;; Copyright © 2019 Jethro Cao ;;; Copyright © 2020 Nicolas Goaziou +;;; Copyright © 2020 Timotej Lazar ;;; ;;; This file is part of GNU Guix. ;;; @@ -1503,7 +1504,7 @@ games.") (define-public godot (package (name "godot") - (version "3.0.6") + (version "3.1.2") (source (origin (method git-fetch) (uri (git-reference @@ -1512,7 +1513,7 @@ games.") (file-name (git-file-name name version)) (sha256 (base32 - "0g64h0x8dlv6aa9ggfcidk2mknkfl5li7z1phcav8aqp9srj8avf")) + "12305wj2i4067jc50l8r0wmb7zjcna24fli8vb8kiaild0jrlip6")) (modules '((guix build utils))) (snippet '(begin @@ -1527,7 +1528,6 @@ games.") "libvorbis" "libvpx" "libwebp" - "openssl" "opus" "zlib")) #t))))) @@ -1550,7 +1550,6 @@ games.") "builtin_libvorbis=no" "builtin_libvpx=no" "builtin_libwebp=no" - "builtin_openssl=no" "builtin_opus=no" "builtin_zlib=no") #:tests? #f ; There are no tests @@ -1612,7 +1611,6 @@ games.") ("libxinerama" ,libxinerama) ("libxrandr" ,libxrandr) ("mesa" ,mesa) - ("openssl" ,openssl) ("opusfile" ,opusfile) ("pulseaudio" ,pulseaudio))) (home-page "https://godotengine.org/") -- 2.25.0