From unknown Sun Jun 22 22:41:35 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#32826 <32826@debbugs.gnu.org> To: bug#32826 <32826@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add freedroid-rpg. Reply-To: bug#32826 <32826@debbugs.gnu.org> Date: Mon, 23 Jun 2025 05:41:35 +0000 retitle 32826 [PATCH] gnu: Add freedroid-rpg. reassign 32826 guix-patches submitter 32826 Tobias Geerinckx-Rice severity 32826 normal tag 32826 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 24 15:46:15 2018 Received: (at submit) by debbugs.gnu.org; 24 Sep 2018 19:46:15 +0000 Received: from localhost ([127.0.0.1]:52383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g4WoA-0006Jw-QC for submit@debbugs.gnu.org; Mon, 24 Sep 2018 15:46:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36603) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g4Wo6-0006Jd-Oz for submit@debbugs.gnu.org; Mon, 24 Sep 2018 15:46:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4Wo0-0006tF-Il for submit@debbugs.gnu.org; Mon, 24 Sep 2018 15:46:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50836) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g4Wo0-0006t9-EJ for submit@debbugs.gnu.org; Mon, 24 Sep 2018 15:46:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4Wnz-0000mc-E1 for guix-patches@gnu.org; Mon, 24 Sep 2018 15:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4Wny-0006sZ-Ed for guix-patches@gnu.org; Mon, 24 Sep 2018 15:46:03 -0400 Received: from tobias.gr ([2001:470:cc92::1]:45398) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g4Wny-0006re-1l for guix-patches@gnu.org; Mon, 24 Sep 2018 15:46:02 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 599649c6 for ; Mon, 24 Sep 2018 19:45:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=2018; i=me@tobias.gr; bh=7iqE+xbGziP+o6XqxpXlXDVTma+mTmi+0+Py XTYEE/U=; b=HNRRhpN2uidKw4IZAEhPfypoxUqcKbHv+tiRA0a90rgbyycHZr9h vcm/vk2Aqqlr871QPnJNyszOPYlCdmWwIGAHts86Kze52fJ27fm5lWrqMDf5TWO5 3MZNjja34a3i9J7B6HT1tQHOlDJzhBDTHZo3+VV2WJwuZl8nWwukUC/BhakmazRh 5s/qZvFsFAWqeJpafFG5nMeAgi6+67Q15HX2k4SaiM5rqQfrKuqUZPd38wojKOWd NQg/NZvTgVr34U2daGbMg1dCl0iqDJad0hgki/NRiHN3PripXyoYLW0pehKO2oc4 BvC1jQ0zeWr50OP8/k6URhUSEbtVHz6q4A== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 8890790f (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Mon, 24 Sep 2018 19:45:57 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] gnu: Add freedroid-rpg. Date: Mon, 24 Sep 2018 21:45:35 +0200 Message-Id: <20180924194535.9958-1-me@tobias.gr> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) 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: -5.1 (-----) * gnu/packages/games.scm (freedroid-rpg): New public variable. --- gnu/packages/games.scm | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8be87f6f5..c0093bab2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -364,6 +364,54 @@ played. Freedoom complements the Doom engine with free levels, artwork, sound effects and music to make a completely free game.") (license license:bsd-3))) +(define-public freedroid-rpg + (package + (name "freedroid-rpg") + (version "0.16.1") + (source + (origin + (method url-fetch) + (uri (string-append "http://ftp.osuosl.org/pub/freedroid/" + "freedroidRPG-" (version-major+minor version) "/" + "freedroidRPG-" version ".tar.gz")) + (sha256 + (base32 "0n4kn38ncmcy3lrxmq8fjry6c1z50z4q1zcqfig0j4jb0dsz2va2")))) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + (list + (string-append "CFLAGS=" + "-I" (assoc-ref %build-inputs "sdl-gfx") "/include/SDL " + "-I" (assoc-ref %build-inputs "sdl-image") "/include/SDL") + "--enable-opengl") + ;; FIXME: the test suite fails with the following error output: + ;; 4586 Segmentation fault env SDL_VIDEODRIVER=dummy \ + ;; SDL_AUDIODRIVER=dummy ./src/freedroidRPG -nb text + #:tests? #f)) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("glu" ,glu) + ("libjpeg" ,libjpeg) + ("libpng" ,libpng) + ("mesa" ,mesa) + ("python" ,python-wrapper) + ("sdl" ,sdl) + ("sdl-gfx" ,sdl-gfx) + ("sdl-image" ,sdl-image) + ("zlib" ,zlib))) + (home-page "http://www.freedroid.org/") + (synopsis "Isometric role-playing game against killer robots") + (description + "Freedroid RPG is an @dfn{RPG} (Role-Playing Game) with isometric graphics. +The game tells the story of a world destroyed by a conflict between robots and +their human masters. The player must fight rebelling robots in order to restore +peace to humankind---either by taking control of them, or by simply blasting +them to pieces with melee and ranged weapons in real-time combat.") + (license (list license:expat ; lua/ + license:gpl3 ; src/gen_savestruct.py + license:gpl2+)))) ; the rest + (define-public golly (package (name "golly") -- 2.18.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 24 18:08:17 2018 Received: (at 32826) by debbugs.gnu.org; 24 Sep 2018 22:08:18 +0000 Received: from localhost ([127.0.0.1]:52607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g4Z1d-0003bp-ML for submit@debbugs.gnu.org; Mon, 24 Sep 2018 18:08:17 -0400 Received: from tobias.gr ([51.15.135.5]:57310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g4Z1c-0003bh-K9 for 32826@debbugs.gnu.org; Mon, 24 Sep 2018 18:08:17 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 4feef4c5 for <32826@debbugs.gnu.org>; Mon, 24 Sep 2018 22:08:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=references :from:to:subject:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=zTJ7H9LllZkQcR+tR2sktX i+cyW6NszdkaCzkKvgvR8=; b=E4QExvW6lrfTgVHgN+3ZkKVOUz6OAOxZluuYec Bkdxf8hGgicu+awhpGeWfWJ6uCrD+bfUhdE1elx9zOEnJC8OaMueM9Gx3fGltw7V Xunug6F2jWoX2hXWq8v9I6Bhsir4hyyaGD+8CjWIORgkLPtkdHKRbyYYY0sQyjzv Yn34QwVI5ZtXORpfGu70E6dXSItARh3T6bPJMXH2Aus3eVJovavdgoTYEUFwIOrH QeFs/bEF9ninleHd5TSFPjmfiEmc/weqXprUqjxy+mVARcR6Zgrv/iEXtuK4tmQT joAeZbJr0FIDfDnQtyXNcZiLzKbZKk6xcxJYnkuh74VOet0g== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 2c2e7be5 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <32826@debbugs.gnu.org>; Mon, 24 Sep 2018 22:08:13 +0000 (UTC) References: <20180924194535.9958-1-me@tobias.gr> From: Tobias Geerinckx-Rice To: 32826@debbugs.gnu.org Subject: Re: [bug#32826] [PATCH] gnu: Add freedroid-rpg. In-reply-to: <20180924194535.9958-1-me@tobias.gr> Date: Tue, 25 Sep 2018 00:08:11 +0200 Message-ID: <87lg7qa6r8.fsf@tobias.gr> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 32826 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 (---) Tobias Geerinckx-Rice wrote: > * gnu/packages/games.scm (freedroid-rpg): New public variable. A note to anyone play-testing this: whilst I enabled OpenGL support, the game's unplayable on my Radeon/APU + LLVMpipe. Try running it with the '-n' flag if you have similar troubles. (Trigger warning: contains GPL3 dissage.) Kind regards, T G-R From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 03 22:25:17 2018 Received: (at 32826-done) by debbugs.gnu.org; 4 Oct 2018 02:25:17 +0000 Received: from localhost ([127.0.0.1]:36237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g7tKH-00088G-5w for submit@debbugs.gnu.org; Wed, 03 Oct 2018 22:25:17 -0400 Received: from tobias.gr ([80.241.217.52]:52884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g7tKD-000886-L3 for 32826-done@debbugs.gnu.org; Wed, 03 Oct 2018 22:25:15 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id e5429711 for <32826-done@debbugs.gnu.org>; Thu, 4 Oct 2018 02:25:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-type; s=2018; i= me@tobias.gr; bh=J5ZKxlfieMt6NC9GibnKw9yAWM0QQ4/5Qdq2+uDcBrE=; b= Sr8FDhDximA5KQ27sZkbapggk4lcpa900RD+WmkKzpnWRfTaYtdpHClYDGE92/T5 rdOQ+9hoDDYFUDzQ7NG4C961h6jQDkcfq448YCAbT8WTl+z8yMns6LmeL4+Qm9fR 801rjtrkZ7+tsbiFvCvD/ZapoP0ogRECfD/d9TBM1VS80qIsF7t9fvRVnj6P+aa+ Upa9l+0Jt9cwfQUgZfnW8Vr/hoYFZ3dNURddabnhIoOkKW8KcNXTB7yau7QTWBf+ GT5+rAWXTwmfEJx/ceyHMFBEAK2IzYoHI/d0a+64xBUZ+KEkJ1w5z1FqFfmMbr+/ Iq9Z0FEc/Ie7yLE8KmytqA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 37a54836 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <32826-done@debbugs.gnu.org>; Thu, 4 Oct 2018 02:25:07 +0000 (UTC) From: Tobias Geerinckx-Rice To: 32826-done@debbugs.gnu.org Subject: Re: [bug#32826] [PATCH] gnu: Add freedroidrpg. Date: Thu, 04 Oct 2018 04:25:08 +0200 Message-ID: <87tvm2a1ob.fsf@tobias.gr> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 32826-done 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 (-) Pushed in 18995af2cdb8101af099ff8e62c185425096ec7a as freedroidrpg (to follow every single other distribution out there), and with support for sounds. Kind regards, T G-R From unknown Sun Jun 22 22:41:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 01 Nov 2018 11:24:04 +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