From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 19 11:23:08 2023 Received: (at submit) by debbugs.gnu.org; 19 Jun 2023 15:23:08 +0000 Received: from localhost ([127.0.0.1]:57023 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBGii-0002dB-D0 for submit@debbugs.gnu.org; Mon, 19 Jun 2023 11:23:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:38680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBGig-0002d4-Q4 for submit@debbugs.gnu.org; Mon, 19 Jun 2023 11:23:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBGig-00057G-IE for guix-patches@gnu.org; Mon, 19 Jun 2023 11:23:06 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBGie-00041i-6Z for guix-patches@gnu.org; Mon, 19 Jun 2023 11:23:06 -0400 Date: Mon, 19 Jun 2023 15:22:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1687188180; x=1687447380; bh=+EC1m6+yeTT6mPBn7MAg2yCUzlhXSbZOsLmUKpq97gA=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=rBZPi6Rt9oMSItJzyUbAHlIkyOptqGbDkp7C1a2M1gu+eP0EqOrpRO4JgpnAU5Kf7 GrucMNzHSfZ8ViNf+5VSeXmL25hACCXtZwwbAa1TxCEaTWVbJW9kAK5wnB1k7zPOBj t28MuZ74YYx94cK/zQAhX/QE6NuduDlbPCidNGqAMTvSvLW6xWRfYLhykkbv3sdymp UxAmt5GLF8tCN/kifgiertJfSeP9GRtH11hgO9/gDp9dZp7xInECJ2aizsbvz1tE6r QUSVU/3NHL/gHuWeqUrGzxkoOvV7a+7b8CcTvXKRVVtsYxcfz+bpTyE70HqR7K/0I/ go+OQTh12AhdQ== To: guix-patches@gnu.org From: Kaelyn Takata Subject: [PATCH] gnu: recastnavigation: Update to 1.6.0. Message-ID: <6c6200ac3b6af218893eb6bb125f045ba481537a.1687188150.git.kaelyn.alexi@protonmail.com> Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.131; envelope-from=kaelyn.alexi@protonmail.com; helo=mail-40131.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Kaelyn Takata X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/game-development.scm (recastnavigation): Update to 1.6.0 and fix indentation after removing the LET expression defining the commit and revision to use. --- gnu/packages/game-development.scm | 47 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-developm= ent.scm index 431bd5c5e4..aa99109cca 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2809,29 +2809,26 @@ (define-public tesseract-engine (license license:zlib)))) (define-public recastnavigation - ;; We follow master since there hasn't been a release since 1.5.1 in 201= 6. - (let ((commit "6d1f9711b3b71f28c2c1c0742d76e0ef8766cf91") - (revision "2")) - (package - (name "recastnavigation") - (version (git-version "1.5.1" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/recastnavigation/recastnavi= gation") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0cqp0sbm0ixqnxqz6gf2gybh5l4az91mdsd8b5bgxs1wpl2jmnga"))= )) - (build-system cmake-build-system) - (arguments - `(#:configure-flags (list "-DBUILD_SHARED_LIBS=3DON" - "-DRECASTNAVIGATION_DEMO=3DOFF" - "-DRECASTNAVIGATION_TESTS=3DON" - "-DRECASTNAVIGATION_EXAMPLES=3DOFF"))) - (synopsis "Navigation system for games") - (description "Recast is state of the art navigation mesh + (package + (name "recastnavigation") + (version "1.6.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/recastnavigation/recastnaviga= tion") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rdz3qmp4b961zjah2ax82h471j14w2rcf576gcyx7vldrg8dmj8")))) + (build-system cmake-build-system) + (arguments + `(#:configure-flags (list "-DBUILD_SHARED_LIBS=3DON" + "-DRECASTNAVIGATION_DEMO=3DOFF" + "-DRECASTNAVIGATION_TESTS=3DON" + "-DRECASTNAVIGATION_EXAMPLES=3DOFF"))) + (synopsis "Navigation system for games") + (description "Recast is state of the art navigation mesh construction toolset for games. @itemize @@ -2854,8 +2851,8 @@ (define-public recastnavigation in and out pieces of the mesh. The tiled mesh allows you to create systems where you stream new navigation data in and out as the player progresses the level, or you may regenerate tiles as the world changes.") - (home-page "https://github.com/recastnavigation/recastnavigation") - (license license:zlib)))) + (home-page "https://github.com/recastnavigation/recastnavigation") + (license license:zlib))) (define-public raylib (package base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 20 17:33:41 2023 Received: (at 64170-done) by debbugs.gnu.org; 20 Jun 2023 21:33:41 +0000 Received: from localhost ([127.0.0.1]:60019 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBiyr-0008FX-Eh for submit@debbugs.gnu.org; Tue, 20 Jun 2023 17:33:41 -0400 Received: from mira.cbaines.net ([212.71.252.8]:42756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBiyp-0008FO-91 for 64170-done@debbugs.gnu.org; Tue, 20 Jun 2023 17:33:39 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id D66AA27BBE2; Tue, 20 Jun 2023 22:33:38 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 52a49b51; Tue, 20 Jun 2023 21:33:38 +0000 (UTC) References: <6c6200ac3b6af218893eb6bb125f045ba481537a.1687188150.git.kaelyn.alexi@protonmail.com> User-agent: mu4e 1.10.2; emacs 28.2 From: Christopher Baines To: Kaelyn Takata Subject: Re: [bug#64170] [PATCH] gnu: recastnavigation: Update to 1.6.0. Date: Tue, 20 Jun 2023 22:32:49 +0100 In-reply-to: <6c6200ac3b6af218893eb6bb125f045ba481537a.1687188150.git.kaelyn.alexi@protonmail.com> Message-ID: <87legdn7il.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64170-done Cc: 64170-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Kaelyn Takata via Guix-patches via writes: > * gnu/packages/game-development.scm (recastnavigation): Update to 1.6.0 and > fix indentation after removing the LET expression defining the commit and > revision to use. > --- > gnu/packages/game-development.scm | 47 +++++++++++++++---------------- > 1 file changed, 22 insertions(+), 25 deletions(-) Thanks for the patch, I've pushed it to master as 744c979b8fdda5a66490b90327db543be3276380. I did shorten the commit message a bit, as I don't think it's necessary to describe the indentation change. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSSGzJfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdsGBAAj66+RaYuFF0RzysgXhqeoAUKFxWx6Cep 2kbRfQq5SHTCYZnQnn/+6ASxsB8Cbvl98Zl7dn2v0z61VvUdHlcL0hx8RLPJA+eD eE7CQ3CuCBU9crGr8dJHh+lwwJRmI+otClPLLq9ph7Y0uZQHy/NyI8XByCAuxZF/ Vt2ShoZ6hYfZcWmk1MsJNrgj1QtN+nKCBAprW5JFVZLwGTB9wpvj+C3KsMT0JprY HuzELlOIJjuqfH5g6Zldal3yqZUSp7K3p7n46MvB9aJyI0nPamZyE2SeIPdrcdLB XROnVd8rUzl1tcso29q3xqzm9xcDh6ox+d9T2c0+bQ2LihHZcY/euxOtNlTs3QGV Ptm/hxmPt12E+oGl/bGGhG7flJzyHSNGLCqJgG6P8vGX+Mh10kRlvuufH8jtq0V2 IYm1rroMKvBKbd/Q2qZvv/pUHK+MyCZvQHq9aXvaqRcon5eROgaKe7/C6UFPbYfj rG2as0Gn2TdBGlIHo9qYwophmaHRlILZmJo3KD+hl3jKVEX5zvf0pZYgSW/rS9Q9 w5/QWnijPxqu18pO5dn7/NgH4SUNu+13pSnlKwhr8czogx5wT2CMz//Rzk+cjSdO ECppPmdFRNKdMhPwq8mE1oobDMWo/fJ8Aai32G333yq4jWNF/wHqCdIHLq7zEi+a FNwTWBsev5I= =lARu -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 11:41:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 19 Jul 2023 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator