From unknown Sun Jun 22 03:50:36 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#50952 <50952@debbugs.gnu.org> To: bug#50952 <50952@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add naev. Reply-To: bug#50952 <50952@debbugs.gnu.org> Date: Sun, 22 Jun 2025 10:50:36 +0000 retitle 50952 [PATCH] gnu: Add naev. reassign 50952 guix-patches submitter 50952 Nicolas Goaziou severity 50952 normal tag 50952 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 01 16:32:12 2021 Received: (at submit) by debbugs.gnu.org; 1 Oct 2021 20:32:12 +0000 Received: from localhost ([127.0.0.1]:57459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWPCW-0000pU-2Z for submit@debbugs.gnu.org; Fri, 01 Oct 2021 16:32:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:46452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWPCU-0000pM-BI for submit@debbugs.gnu.org; Fri, 01 Oct 2021 16:32:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWPCU-00049m-3E for guix-patches@gnu.org; Fri, 01 Oct 2021 16:32:10 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:39047) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWPCR-0004J7-Jd for guix-patches@gnu.org; Fri, 01 Oct 2021 16:32:09 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id E976420007 for ; Fri, 1 Oct 2021 20:32:03 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] gnu: Add naev. Date: Fri, 01 Oct 2021 22:32:02 +0200 Message-ID: <87mtnso5a5.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=217.70.183.200; envelope-from=mail@nicolasgoaziou.fr; helo=relay7-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) --=-=-= Content-Type: text/plain Hello, Here comes a patch for the Naev game. Regards, -- Nicolas Goaziou --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-naev.patch Content-Transfer-Encoding: quoted-printable Content-Description: Add naev. >From 00610d682ebf6653144d63e4cd09e9d896f3bf5c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 1 Oct 2021 22:29:19 +0200 Subject: [PATCH] gnu: Add naev. * gnu/packages/games.scm (naev): New variable. --- gnu/packages/games.scm | 60 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index dabbbe6ea1..b3ea7de5dd 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7998,6 +7998,66 @@ ncurses for text display.") (home-page "http://frotz.sourceforge.net") (license license:gpl2+))) =20 +(define-public naev + (package + (name "naev") + (version "0.8.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/naev/naev") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "02rk2fv2nhx5xsi0cariisamab3dpncwps4q3i3ki0y27xpwxzfx")))) + (build-system meson-build-system) + (arguments + ;; XXX: Do not add debugging symbols, which cause the build to fail. + `(#:configure-flags (list "--buildtype=3Drelease") + #:tests? #f ;sole test fails with a missing "/dev/dri" e= rror + #:meson ,meson-0.55)) + (native-inputs + `(("gettext" ,gettext-minimal) + ("pkg-config" ,pkg-config))) + (inputs + `(("freetype" ,freetype) + ("glpk" ,glpk) + ("libpng" ,libpng) + ("libvorbis" ,libvorbis) + ("libwebp" ,libwebp) + ("libxml2" ,libxml2) + ("luajit" ,luajit) + ("openal" ,openal) + ("openblas" ,openblas) + ("physfs" ,physfs) + ("sdl" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer))) + ("suitesparse" ,suitesparse))) + (home-page "https://naev.org/") + (synopsis "Game about space exploration, trade and combat") + (description + "Naev is a 2d action/rpg space game that combines elements from +the action, RPG and simulation genres. You pilot a spaceship from +a top-down perspective, and are more or less free to do what you want. +As the genre name implies, you=E2=80=99re able to trade and engage in comb= at +at will. Beyond that, there=E2=80=99s an ever-growing number of story-line +missions, equipment, and ships; even the galaxy itself grows larger +with each release. For the literacy-inclined, there are large amounts +of lore accompanying everything from planets to equipment.") + (license (list license:gpl3 + license:public-domain + license:expat ;edtaa3func.c + license:bsd-2 ;distance_field.c + license:bsd-3 ;perlin.c + ;; Assets. + license:silofl1.1 + license:gpl2+ + license:cc0 + license:cc-by3.0 + license:cc-by-sa3.0 + license:cc-by4.0 + license:cc-by-sa4.0)))) + (define-public frotz-dumb-terminal (package (name "frotz-dumb-terminal") --=20 2.33.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 30 13:08:42 2021 Received: (at 50952) by debbugs.gnu.org; 30 Oct 2021 17:08:42 +0000 Received: from localhost ([127.0.0.1]:58364 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgrqU-0004SR-2G for submit@debbugs.gnu.org; Sat, 30 Oct 2021 13:08:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgrqT-0004SD-F4 for 50952@debbugs.gnu.org; Sat, 30 Oct 2021 13:08:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58484) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgrqN-0004ws-Ls; Sat, 30 Oct 2021 13:08:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=g02maa7jT9QSAd/CZBV9exNYZe7ZWRYrtl5vVXqEsp4=; b=l2XZi8p4fS5nX/gK9OiG lmNdKXJT6oYAD681L3gdRhkSiIUhH+JW2Ziq1AXBGUVlC90LWhPUaYc8BWce1We9KPdWd4W6m1m1X dznZYr9KI/pvpTkektFn67ij6oWvLJ0gL9vr8OqXpv0ehPwwPUwZjQ1Jpoi1kw2Bpgum8RC5q0UoO onZGkZg2iwBPZ+tKrUN98Rtd8HXa/jPF/Fa49XOpCZm+e4g15fjV4ma4jrF731NosfvBukXMrtl7f Wj/jiXc1TgsYq2JhXN7C9vp2U8U/eXZ46bP9YBykRLP+OcYdbwuk67TnB1lyva96ZkZOZWLE26mEA DDDWtF8D3z51jw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55494 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgrqN-0002AL-9O; Sat, 30 Oct 2021 13:08:35 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Nicolas Goaziou Subject: Re: bug#50952: [PATCH] gnu: Add naev. References: <87mtnso5a5.fsf@nicolasgoaziou.fr> Date: Sat, 30 Oct 2021 19:08:33 +0200 In-Reply-To: <87mtnso5a5.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 01 Oct 2021 22:32:02 +0200") Message-ID: <87k0husani.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50952 Cc: 50952@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: -3.3 (---) Hi, Nicolas Goaziou skribis: >>>From 00610d682ebf6653144d63e4cd09e9d896f3bf5c Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Fri, 1 Oct 2021 22:29:19 +0200 > Subject: [PATCH] gnu: Add naev. > > * gnu/packages/games.scm (naev): New variable. [...] > + (build-system meson-build-system) > + (arguments > + ;; XXX: Do not add debugging symbols, which cause the build to fail. That sounds weird. Perhaps =E2=80=98--buildtype=3Drelease=E2=80=99 does so= mething beyond removing =E2=80=98-g=E2=80=99, which would explain that it doesn=E2=80=99t = fail? Otherwise LGTM! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 02 16:34:00 2021 Received: (at 50952-done) by debbugs.gnu.org; 2 Nov 2021 20:34:00 +0000 Received: from localhost ([127.0.0.1]:38210 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mi0Tn-0002Z9-Vq for submit@debbugs.gnu.org; Tue, 02 Nov 2021 16:34:00 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:46135) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mi0Tl-0002Yq-Ed for 50952-done@debbugs.gnu.org; Tue, 02 Nov 2021 16:33:58 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 5AE041C0002; Tue, 2 Nov 2021 20:33:50 +0000 (UTC) From: Nicolas Goaziou To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#50952: [PATCH] gnu: Add naev. References: <87mtnso5a5.fsf@nicolasgoaziou.fr> <87k0husani.fsf@gnu.org> Date: Tue, 02 Nov 2021 21:33:46 +0100 In-Reply-To: <87k0husani.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sat, 30 Oct 2021 19:08:33 +0200") Message-ID: <87o872uwk5.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50952-done Cc: 50952-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.7 (-) Hello, Ludovic Court=C3=A8s writes: >> Subject: [PATCH] gnu: Add naev. >> >> * gnu/packages/games.scm (naev): New variable. > > [...] > >> + (build-system meson-build-system) >> + (arguments >> + ;; XXX: Do not add debugging symbols, which cause the build to fai= l. > > That sounds weird. Perhaps =E2=80=98--buildtype=3Drelease=E2=80=99 does = something beyond > removing =E2=80=98-g=E2=80=99, which would explain that it doesn=E2=80=99= t fail? I couldn't spot anything suspicious in the code base. However, upstream mention that "--buildtype=3Drelease" should be used for a regular installation. > Otherwise LGTM! Pushed. Thank you! Regards, --=20 Nicolas Goaziou From unknown Sun Jun 22 03:50:36 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, 01 Dec 2021 12:24:05 +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