From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 18 06:05:29 2021 Received: (at submit) by debbugs.gnu.org; 18 Sep 2021 10:05:29 +0000 Received: from localhost ([127.0.0.1]:33585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRXDs-00048g-VC for submit@debbugs.gnu.org; Sat, 18 Sep 2021 06:05:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:34334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRXDq-00048X-QT for submit@debbugs.gnu.org; Sat, 18 Sep 2021 06:05:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45240) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRXDq-0006OT-K3 for guix-patches@gnu.org; Sat, 18 Sep 2021 06:05:26 -0400 Received: from mail-4323.protonmail.ch ([185.70.43.23]:26189) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRXDn-0007HI-Cr for guix-patches@gnu.org; Sat, 18 Sep 2021 06:05:25 -0400 Date: Sat, 18 Sep 2021 10:05:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1631959520; bh=G9+5abHg4tYQYJGnOZQ0s7U1DNE0yXFil+gUQ8lphRA=; h=Date:To:From:Reply-To:Subject:From; b=EfFbHpdHJeLI/uoUsyg+gDhm2U8Jf4P53ghB4/fExbe8AwoxXGBDgBkF5xKtW9UHx 0s2IdQvToz+/6FLqsHaG3uYBJJpleXpUVetNH+oxFAufygRF38UibYP/M0u43wVjPY OrdlYs7yKPCG+o48FshNy42ZoY18ixc7lbsV68Ys= To: "guix-patches@gnu.org" From: phodina Subject: [PATCH] gnu: Add falltergeist. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.43.23; envelope-from=phodina@protonmail.com; helo=mail-4323.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_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit 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: , Reply-To: phodina Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/games.scm (falltergeist): New variable. diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c39770c260..ca0e46749c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1133,6 +1133,34 @@ regular @command{cat}, but it also adds terminal esc= ape codes between characters and lines resulting in a rainbow effect.") (license license:wtfpl2)))) +(define-public falltergeist + (package + (name "falltergeist") + (version "0.3.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/falltergeist/falltergeist") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05cg58i2g32wbmrvmdsicic8xs83gld3qr1p7r4lnlckcl1l7dy4")))) + (build-system cmake-build-system) + (arguments + `(#:tests? #f)) + (native-inputs `(("pkg-config" ,pkg-config))) + (inputs `(("sdl" ,(sdl-union (list sdl2 + sdl2-image + sdl2-mixer))) + ("glew" ,glew) + ("glm" ,glm))) + (synopsis "Opensource crossplatform Fallout 2 game engine") + (description "Opensource crossplatform Fallout 2 game engine. Game da= ta +should be placed in ~/.local/share/falltergeist.") + (home-page "https://falltergeist.org/") + (license license:gpl3))) + (define-public foobillard++ ;; Even though this latest revision is old already, stable release is ;; lagging way behind it, and has issues with textures rendering. -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 20 08:36:50 2021 Received: (at 50655) by debbugs.gnu.org; 20 Sep 2021 12:36:50 +0000 Received: from localhost ([127.0.0.1]:41193 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSIXS-0006gL-Gd for submit@debbugs.gnu.org; Mon, 20 Sep 2021 08:36:50 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:54266 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSIXM-0006g2-6u for 50655@debbugs.gnu.org; Mon, 20 Sep 2021 08:36:49 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1632141394; bh=BoXOUShq5zFhytYHZIgZ13D+JYJbTCmKsZYGv22ous4=; h=From:To:Subject:In-Reply-To:References:Date; b=ayA5BEv32bel9g4Wsl7hT6L/7c+899ZHjBFjOh0KmIRfJR11/un/jMHi4ON+28PEX rcVkKQJ+m31AbJZXFMrGGgU8xfLdr4wlSjP+UjlrFuwO5FXCOXDvBx+8ZP/8gt4RcE gxRojrwPM5tpdVc/2gNQBAzep3fKvJrLQpF/srwI= To: phodina , 50655@debbugs.gnu.org Subject: Re: [bug#50655] [PATCH] gnu: Add falltergeist. In-Reply-To: References: Date: Mon, 20 Sep 2021 14:36:33 +0200 Message-ID: <87tuiffmpa.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sat, Sep 18 2021, phodina via Guix-patches via wrote: > * gnu/packages/games.scm (falltergeist): New variable. > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index c39770c260..ca0e46749c 100644 > --- a/gnu/packages/games.scm > +++ b/g [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps X-Debbugs-Envelope-To: 50655 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.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sat, Sep 18 2021, phodina via Guix-patches via wrote: > * gnu/packages/games.scm (falltergeist): New variable. > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index c39770c260..ca0e46749c 100644 > --- a/gnu/packages/games.scm > +++ b/g [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Sat, Sep 18 2021, phodina via Guix-patches via wrote: > * gnu/packages/games.scm (falltergeist): New variable. > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index c39770c260..ca0e46749c 100644 > --- a/gnu/packages/games.scm > +++ b/gnu/packages/games.scm > @@ -1133,6 +1133,34 @@ regular @command{cat}, but it also adds terminal e= scape codes between > characters and lines resulting in a rainbow effect.") > (license license:wtfpl2)))) > > +(define-public falltergeist > + (package > + (name "falltergeist") > + (version "0.3.1") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/falltergeist/falltergeist") > + (commit version))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "05cg58i2g32wbmrvmdsicic8xs83gld3qr1p7r4lnlckcl1l7dy4"))= )) > + (build-system cmake-build-system) > + (arguments > + `(#:tests? #f)) What=E2=80=99s the reason for disabling tests? > + (native-inputs `(("pkg-config" ,pkg-config))) > + (inputs `(("sdl" ,(sdl-union (list sdl2 > + sdl2-image > + sdl2-mixer))) > + ("glew" ,glew) > + ("glm" ,glm))) > + (synopsis "Opensource crossplatform Fallout 2 game engine") > + (description "Opensource crossplatform Fallout 2 game engine. Game = data > +should be placed in ~/.local/share/falltergeist.") The description should consist of one or more full sentences (the first sentence is lacking a subject). The path should use Texinfo syntax: @file{~/.local/share/filltergeist} > + (home-page "https://falltergeist.org/") > + (license license:gpl3))) =E2=80=98license.txt=E2=80=99 says gpl3+. Could you send an updated patch? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmFIgFEVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5hBAQAJI/7WpAylIVvARj7iukBvyAlwGg yJrkse0uv5qdxDx5eOz78sk+D5qBndoFgCBJSa5KieyMQVCYAvjN3dvAobYDhsoc zruqIP6zt/QLvToz+VZLWUEvN9bmFuwiOXu2a01MBXCwneS0Urg2/fKd/ffDVa0w KeAR1P/yGcY9Jr6XCIicxut/JAzweG28fnKvDui9lGrDDBLFUwsDAZMNjrBqsFCp 4hQbGq6hBdFMMSC1LDlOFoMsOpde3lYk2BMb6gmb5ts55SpH61rjoKUSW8VgRwKk PkM2p747OXdRmfIN6nknXmJoO8gtM8zTfBGVB8HUowdNmWsrbhDafnICJDzVNQ1C I+LfPeiDM2R9yeNh5edGFNM2MkAKbq8FeNsvfam+CNaifs1gNenoloZjT0/s8niB yX/uHFZpkl1LVmxN96sCM97diFQ54y0A6is2IBtGcY5IVQMm5XKX6LrZ5UdftB9R 43LGg9j4tfzc/QLizsCl5BwAl5X9ETQAtn/xqt0xVGYj94sV6Kc3r7ZR5UkbCaV+ G5aF2py4YhLwRdzMZtwONB08+keyknmCFoHfcOY6MlJat0jcDPXwDt9g0cdA5ECs Xw2ax6w8mjTJNIdMDEMIs6iQeSDQWpBKQoDSAt2rbM46cnaN+swN/9S4f9rPkPw6 p+iscdm2BWz+YEyH =BzB4 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 27 18:24:49 2021 Received: (at 50655) by debbugs.gnu.org; 27 Sep 2021 22:24:49 +0000 Received: from localhost ([127.0.0.1]:43047 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUz3J-0000FB-DI for submit@debbugs.gnu.org; Mon, 27 Sep 2021 18:24:49 -0400 Received: from mail2.protonmail.ch ([185.70.40.22]:45733) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUz3G-0000Ex-Kj for 50655@debbugs.gnu.org; Mon, 27 Sep 2021 18:24:47 -0400 Date: Mon, 27 Sep 2021 22:24:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1632781480; bh=rSKaC/B2GH49YGRT0I+3TBt7/5FXBksN9zAiljwbBVc=; h=Date:To:From:Cc:Reply-To:Subject:From; b=ByCf7hbW2L7L3voCcjQGTLiGqsBCqZhYoFXeXtNqSVxYE2XsahCttVy6Tqra7lbFM D8Wd6RHbDwfRgGYtk4JOQNHNOWHfa7PdhSqVfuk//SwCfwerfLQQsr374RVoE01c2V Sh9habULPOvChKH5WGFKjlO0RcaRC80f394szXxs= To: Xinglu Chen From: phodina Subject: [PATCH v2] gnu: Add falltergeist. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 50655 Cc: 50655@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: , Reply-To: phodina Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Xinglu, here's the updated patch. I'm not entirely sure about the license though I'm not a lawyer. I checked = the file license.txt and it still seems to me as GPL3, don't know how to sp= ot the "or later" -> GPL3+. --8<---------------cut here---------------start------------->8--- * gnu/packages/games.scm (falltergeist): New variable. diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c39770c260..7d08fafc13 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1133,6 +1133,34 @@ regular @command{cat}, but it also adds terminal esc= ape codes between characters and lines resulting in a rainbow effect.") (license license:wtfpl2)))) +(define-public falltergeist + (package + (name "falltergeist") + (version "0.3.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/falltergeist/falltergeist") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05cg58i2g32wbmrvmdsicic8xs83gld3qr1p7r4lnlckcl1l7dy4")))) + (build-system cmake-build-system) + (arguments + `(#:tests? #f)) ; no tests provided + (native-inputs `(("pkg-config" ,pkg-config))) + (inputs `(("sdl" ,(sdl-union (list sdl2 + sdl2-image + sdl2-mixer))) + ("glew" ,glew) + ("glm" ,glm))) + (synopsis "Opensource Fallout 2 game engine") + (description "This package provides opensource Fallout 2 game engine. +Game data should be placed in @file{~/.local/share/falltergeist.}") + (home-page "https://falltergeist.org/") + (license license:gpl3+))) + (define-public foobillard++ ;; Even though this latest revision is old already, stable release is ;; lagging way behind it, and has issues with textures rendering. -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 28 15:14:11 2021 Received: (at 50655) by debbugs.gnu.org; 28 Sep 2021 19:14:11 +0000 Received: from localhost ([127.0.0.1]:47017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVIYN-0005nI-KZ for submit@debbugs.gnu.org; Tue, 28 Sep 2021 15:14:11 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:35356 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVIYL-0005n5-PM for 50655@debbugs.gnu.org; Tue, 28 Sep 2021 15:14:10 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1632856443; bh=o1/JWPO6CtW72/AtQiCgpWzKoebTQIOg4rejmD6OaKY=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=Z8+Ke10famdgmHZAFMG2khpoQUTPKhjywPG2h5oxUrB7dyDk7K8aQbtuswy66ASeH XjzisYRZMkuG6tPfSN6UCLzWgoon/rdNZTz4lVa49UYFOOF2R87JhuaLRmhkEWOiec +9u1G/7Hn7FeHrduerOBxwKb0/Ie7w+DI3CKy40U= To: phodina Subject: Re: [PATCH v2] gnu: Add falltergeist. In-Reply-To: References: Date: Tue, 28 Sep 2021 21:14:02 +0200 Message-ID: <87ee98343p.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Mon, Sep 27 2021, phodina wrote: > Hi Xinglu, > > here's the updated patch. > > I'm not entirely sure about the license though I'm not a lawyer. I > checked the file license.txt and it still seems to me as GPL3, don't > know how to s [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps X-Debbugs-Envelope-To: 50655 Cc: 50655@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: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Mon, Sep 27 2021, phodina wrote: > Hi Xinglu, > > here's the updated patch. > > I'm not entirely sure about the license though I'm not a lawyer. I > checked the file license.txt and it still seems to me as GPL3, don't > know how to s [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps --=-=-= Content-Type: text/plain On Mon, Sep 27 2021, phodina wrote: > Hi Xinglu, > > here's the updated patch. > > I'm not entirely sure about the license though I'm not a lawyer. I > checked the file license.txt and it still seems to me as GPL3, don't > know how to spot the "or later" -> GPL3+. On line 637, it says This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. > --8<---------------cut here---------------start------------->8--- > > * gnu/packages/games.scm (falltergeist): New variable. > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index c39770c260..7d08fafc13 100644 > --- a/gnu/packages/games.scm > +++ b/gnu/packages/games.scm > @@ -1133,6 +1133,34 @@ regular @command{cat}, but it also adds terminal escape codes between > characters and lines resulting in a rainbow effect.") > (license license:wtfpl2)))) > > +(define-public falltergeist > + (package > + (name "falltergeist") > + (version "0.3.1") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/falltergeist/falltergeist") > + (commit version))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "05cg58i2g32wbmrvmdsicic8xs83gld3qr1p7r4lnlckcl1l7dy4")))) > + (build-system cmake-build-system) > + (arguments > + `(#:tests? #f)) ; no tests provided > + (native-inputs `(("pkg-config" ,pkg-config))) > + (inputs `(("sdl" ,(sdl-union (list sdl2 > + sdl2-image > + sdl2-mixer))) > + ("glew" ,glew) > + ("glm" ,glm))) > + (synopsis "Opensource Fallout 2 game engine") > + (description "This package provides opensource Fallout 2 game engine. > +Game data should be placed in @file{~/.local/share/falltergeist.}") > + (home-page "https://falltergeist.org/") > + (license license:gpl3+))) LGTM! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmFTaXoVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x59P0P/RURa84KsI2iKh/3SM6GtTzXChCu hnxSH+SlF5yz2f8hnVn2KiQrYj/bFFhHKfmkQzWLlOVaEs1UINTJz9OLl36EjrAi g54vX1ew1dTlMNZlR9Sz7vHLGEYEE55SNwdXnGfJgQaajDplXJxcH3lFHtJBQbvQ 0D7EtagInzbZtwyJDuuvvssP3nPix8+bjHEj2OLlx1xhxysryhUiRGaeyDglIjWo jciA4A4LUligbZK6sVAJ4CHGGujIR6/a7FpGIqAdxjILdfouoGcJ46UPSC5yZz0W CxSC9NobDQpIijDk0tVAE+RHOSOgdgIaZVpWN+OOSOvyeID/3LQsvvADLPgcIsO0 N4QZxdUGPAn7AYXU6I4DT2b+N8wMwicUMx5Xu8UZOO/ekWSgZ/0olOpgRLSefbck jXmnzHu1WAHlzPpepTTHaAY9wr0FUeisYMjSu0RBGvVKqvP4PngsfBlp1cKIoitA GrtB6P0XWpQ7Zncy1+/jRKL+ZFVgX6TD71/q7XAlZCiuycMqi8DupOudK/0FmrQ1 tTjAlXBL0jpiS8t5VSJnTF5DfoPjbtyhbuzSq732txyh7G+MEXL0Q+W0T/X6WnQk eYIcFENZRLK85rodNB4bD4Q37ynGYJ+/boMUK4P+6XeVGimWq02/l+DzLHVaise3 Vtw3h0AIVaMCszw0 =LFp1 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 28 15:41:06 2021 Received: (at 50655-done) by debbugs.gnu.org; 28 Sep 2021 19:41:07 +0000 Received: from localhost ([127.0.0.1]:47085 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVIyQ-0006Vl-PW for submit@debbugs.gnu.org; Tue, 28 Sep 2021 15:41:06 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:56261) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVIyO-0006V8-Ts for 50655-done@debbugs.gnu.org; Tue, 28 Sep 2021 15:41:05 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id E854F100005; Tue, 28 Sep 2021 19:40:57 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#50655] [PATCH v2] gnu: Add falltergeist. References: <87ee98343p.fsf@yoctocell.xyz> Date: Tue, 28 Sep 2021 21:40:56 +0200 In-Reply-To: <87ee98343p.fsf@yoctocell.xyz> (Xinglu Chen's message of "Tue, 28 Sep 2021 21:14:02 +0200") Message-ID: <875yukzdx3.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > On Mon, Sep 27 2021, phodina wrote: > >> here's the updated patch. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.178.231 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: 50655-done Cc: phodina , 50655-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: 0.3 (/) Hello, Xinglu Chen writes: > On Mon, Sep 27 2021, phodina wrote: > >> here's the updated patch. Thank you. I removed "opensource" since everything is free in Guix, and pushed. > > LGTM! Thanks for the review. Regards, -- Nicolas Goaziou From unknown Sat Jun 14 05:07:44 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, 27 Oct 2021 11:24:06 +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