From unknown Thu Aug 14 18:37:20 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#33395 <33395@debbugs.gnu.org> To: bug#33395 <33395@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: Add liblcf. Reply-To: bug#33395 <33395@debbugs.gnu.org> Date: Fri, 15 Aug 2025 01:37:20 +0000 retitle 33395 [PATCH 1/2] gnu: Add liblcf. reassign 33395 guix-patches submitter 33395 =E5=AE=8B=E6=96=87=E6=AD=A6 severity 33395 normal tag 33395 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 15 06:13:01 2018 Received: (at submit) by debbugs.gnu.org; 15 Nov 2018 11:13:01 +0000 Received: from localhost ([127.0.0.1]:53038 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gNFa1-0002L9-0E for submit@debbugs.gnu.org; Thu, 15 Nov 2018 06:13:01 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57917) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gNFZy-0002Kq-D2 for submit@debbugs.gnu.org; Thu, 15 Nov 2018 06:12:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNFZr-00058S-MZ for submit@debbugs.gnu.org; Thu, 15 Nov 2018 06:12:52 -0500 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,UNPARSEABLE_RELAY autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41774) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gNFZr-00058C-Ik for submit@debbugs.gnu.org; Thu, 15 Nov 2018 06:12:51 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNFZp-0001f7-BJ for guix-patches@gnu.org; Thu, 15 Nov 2018 06:12:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNFZk-00053g-Mw for guix-patches@gnu.org; Thu, 15 Nov 2018 06:12:49 -0500 Received: from rezeros.cc ([45.76.207.221]:40276) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gNFZi-0004zf-IM for guix-patches@gnu.org; Thu, 15 Nov 2018 06:12:43 -0500 Received: from localhost (117.176.216.5 [117.176.216.5]) by rezeros.cc (OpenSMTPD) with ESMTPSA id 85486f85 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 15 Nov 2018 11:12:29 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 156398ab; Thu, 15 Nov 2018 11:12:24 +0000 (UTC) From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add liblcf. Date: Thu, 15 Nov 2018 19:12:22 +0800 Message-Id: <20181115111223.1982-1-iyzsong@member.fsf.org> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= 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: -6.0 (------) * gnu/packages/easyrpg.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/easyrpg.scm | 54 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 gnu/packages/easyrpg.scm diff --git a/gnu/local.mk b/gnu/local.mk index 23a6cb34b..3b7cd36fc 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -143,6 +143,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/documentation.scm \ %D%/packages/dunst.scm \ %D%/packages/dvtm.scm \ + %D%/packages/easyrpg.scm \ %D%/packages/ebook.scm \ %D%/packages/ed.scm \ %D%/packages/education.scm \ diff --git a/gnu/packages/easyrpg.scm b/gnu/packages/easyrpg.scm new file mode 100644 index 000000000..573f3e992 --- /dev/null +++ b/gnu/packages/easyrpg.scm @@ -0,0 +1,54 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2018 Sou Bunnbu +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix 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. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages easyrpg) + #:use-module (guix packages) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (guix download) + #:use-module (guix build-system gnu) + #:use-module (gnu packages icu4c) + #:use-module (gnu packages pkg-config) + #:use-module (gnu packages xml)) + +(define-public liblcf + (package + (name "liblcf") + (version "0.5.4") + (source (origin + (method url-fetch) + (uri (string-append + "https://easyrpg.org/downloads/player/" version + "/liblcf-" version ".tar.gz")) + (sha256 + (base32 + "1k99bcw5c23801jk3mbz5sj5h18x46w1qxrkknhwhfgqzpvxhwrs")))) + (build-system gnu-build-system) + (native-inputs + `(("pkg-config" ,pkg-config))) + (propagated-inputs + ;; Required by 'liblcf.pc'. + `(("expat" ,expat) + ("icu" ,icu4c))) + (home-page "https://easyrpg.org/") + (synopsis "Library to handle RPG Maker 2000 and 2003 game data") + (description + "@code{liblcf} is a library to handle RPG Maker 2000 and 2003 game data. +It can read and write LCF and XML files.") + ;; It bundles Boost Preprocessor Cat and Stringize (boost-1.0) and a copy + ;; of inih (bsd-3). + (license license:expat))) -- 2.19.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 27 06:00:33 2018 Received: (at 33395) by debbugs.gnu.org; 27 Nov 2018 11:00:33 +0000 Received: from localhost ([127.0.0.1]:50493 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gRb6W-0005DL-RX for submit@debbugs.gnu.org; Tue, 27 Nov 2018 06:00:33 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37493) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gRb6W-0005D8-1e for 33395@debbugs.gnu.org; Tue, 27 Nov 2018 06:00:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRb6L-0007TC-6b for 33395@debbugs.gnu.org; Tue, 27 Nov 2018 06:00:26 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRb6K-0007Sp-TK; Tue, 27 Nov 2018 06:00:20 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=49234 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gRb6K-00058W-Ce; Tue, 27 Nov 2018 06:00:20 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [bug#33395] [PATCH 1/2] gnu: Add liblcf. References: <20181115111223.1982-1-iyzsong@member.fsf.org> Date: Tue, 27 Nov 2018 12:00:19 +0100 In-Reply-To: <20181115111223.1982-1-iyzsong@member.fsf.org> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Thu, 15 Nov 2018 19:12:22 +0800") Message-ID: <871s76bxa4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33395 Cc: 33395@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: -6.0 (------) Hello =E5=AE=8B=E6=96=87=E6=AD=A6! =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > * gnu/packages/easyrpg.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Should it go to game-development.scm? > + (synopsis "Library to handle RPG Maker 2000 and 2003 game data") > + (description > + "@code{liblcf} is a library to handle RPG Maker 2000 and 2003 game = data. > +It can read and write LCF and XML files.") > + ;; It bundles Boost Preprocessor Cat and Stringize (boost-1.0) and a= copy > + ;; of inih (bsd-3). > + (license license:expat))) Could these things be unbundled? If not, could you leave a comment possibly with a TODO? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 07 22:30:33 2018 Received: (at 33395) by debbugs.gnu.org; 8 Dec 2018 03:30:33 +0000 Received: from localhost ([127.0.0.1]:37471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gVTK3-0002ek-U9 for submit@debbugs.gnu.org; Fri, 07 Dec 2018 22:30:33 -0500 Received: from rezeros.cc ([45.76.207.221]:60068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gVTK1-0002ea-BD for 33395@debbugs.gnu.org; Fri, 07 Dec 2018 22:30:30 -0500 Received: from localhost (117.173.133.7 [117.173.133.7]) by rezeros.cc (OpenSMTPD) with ESMTPSA id 26a53a61 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 8 Dec 2018 03:30:25 +0000 (UTC) Received: from gift (localhost.localdomain [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 488a4a24; Sat, 8 Dec 2018 03:30:19 +0000 (UTC) From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [bug#33395] [PATCH 1/2] gnu: Add liblcf. References: <20181115111223.1982-1-iyzsong@member.fsf.org> <871s76bxa4.fsf@gnu.org> Date: Sat, 08 Dec 2018 11:30:18 +0800 In-Reply-To: <871s76bxa4.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 27 Nov 2018 12:00:19 +0100") Message-ID: <87zhtgelv9.fsf@member.fsf.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.1 (+) 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: ludo@gnu.org (Ludovic Courtès) writes: > Hello 宋文武! > > 宋文武 skribis: > >> * gnu/packages/easyrpg.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > > Should it go to game-development.scm? Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.1 FROM_EXCESS_BASE64 From: base64 encoded unnecessarily X-Debbugs-Envelope-To: 33395 Cc: 33395@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.1 (/) ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello =E5=AE=8B=E6=96=87=E6=AD=A6! > > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> * gnu/packages/easyrpg.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > > Should it go to game-development.scm? Not sure, but I'd prefer it go into the same file with 'easyrpg-player', which IMO dosen't belong into 'games.scm'... > >> + (synopsis "Library to handle RPG Maker 2000 and 2003 game data") >> + (description >> + "@code{liblcf} is a library to handle RPG Maker 2000 and 2003 game= data. >> +It can read and write LCF and XML files.") >> + ;; It bundles Boost Preprocessor Cat and Stringize (boost-1.0) and = a copy >> + ;; of inih (bsd-3). >> + (license license:expat))) > > Could these things be unbundled? If not, could you leave a comment > possibly with a TODO? Ok, how about: ;; It includes a copy of Boost Preprocessor Cat and Stringize (boost-1.= 0): ;; src/boost/preprocessor/config.hpp ;; src/boost/preprocessor/cat.hpp ;; src/boost/preprocessor/stringize.hpp ;; and a copy of inih (bsd-3): ;; src/ini.h ;; src/ini.cpp ;; src/initreader.cpp ;; TODO: Unbundle them. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 08 08:28:46 2018 Received: (at 33395) by debbugs.gnu.org; 8 Dec 2018 13:28:46 +0000 Received: from localhost ([127.0.0.1]:37765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gVcf0-0008Ps-Cd for submit@debbugs.gnu.org; Sat, 08 Dec 2018 08:28:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57433) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gVcey-0008Pa-6q for 33395@debbugs.gnu.org; Sat, 08 Dec 2018 08:28:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVces-0004Z3-1n for 33395@debbugs.gnu.org; Sat, 08 Dec 2018 08:28:38 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVcer-0004YK-Tp; Sat, 08 Dec 2018 08:28:37 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38104 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gVcer-0003RG-KR; Sat, 08 Dec 2018 08:28:37 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [bug#33395] [PATCH 1/2] gnu: Add liblcf. References: <20181115111223.1982-1-iyzsong@member.fsf.org> <871s76bxa4.fsf@gnu.org> <87zhtgelv9.fsf@member.fsf.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 18 Frimaire an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sat, 08 Dec 2018 14:28:36 +0100 In-Reply-To: <87zhtgelv9.fsf@member.fsf.org> (=?utf-8?B?IuWui+aWh+atpiIn?= =?utf-8?B?cw==?= message of "Sat, 08 Dec 2018 11:30:18 +0800") Message-ID: <874lbo9mgr.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33395 Cc: 33395@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: -6.0 (------) iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Hello =E5=AE=8B=E6=96=87=E6=AD=A6! >> >> =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: >> >>> * gnu/packages/easyrpg.scm: New file. >>> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. >> >> Should it go to game-development.scm? > > Not sure, but I'd prefer it go into the same file with 'easyrpg-player', > which IMO dosen't belong into 'games.scm'... OK, sounds good. >> >>> + (synopsis "Library to handle RPG Maker 2000 and 2003 game data") >>> + (description >>> + "@code{liblcf} is a library to handle RPG Maker 2000 and 2003 gam= e data. >>> +It can read and write LCF and XML files.") >>> + ;; It bundles Boost Preprocessor Cat and Stringize (boost-1.0) and= a copy >>> + ;; of inih (bsd-3). >>> + (license license:expat))) >> >> Could these things be unbundled? If not, could you leave a comment >> possibly with a TODO? > > Ok, how about: > > ;; It includes a copy of Boost Preprocessor Cat and Stringize (boost-= 1.0): > ;; src/boost/preprocessor/config.hpp > ;; src/boost/preprocessor/cat.hpp > ;; src/boost/preprocessor/stringize.hpp > ;; and a copy of inih (bsd-3): > ;; src/ini.h > ;; src/ini.cpp > ;; src/initreader.cpp > ;; TODO: Unbundle them. LGTM! Hopefully at least the =E2=80=9Cini=E2=80=9D part won=E2=80=99t be difficul= t to unbundle. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 08 20:35:37 2018 Received: (at 33395-done) by debbugs.gnu.org; 9 Dec 2018 01:35:37 +0000 Received: from localhost ([127.0.0.1]:39068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gVo0P-0003IX-KA for submit@debbugs.gnu.org; Sat, 08 Dec 2018 20:35:37 -0500 Received: from rezeros.cc ([45.76.207.221]:60300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gVo0N-0003IO-L1 for 33395-done@debbugs.gnu.org; Sat, 08 Dec 2018 20:35:36 -0500 Received: from localhost (223.87.242.226 [223.87.242.226]) by rezeros.cc (OpenSMTPD) with ESMTPSA id 00fff8fb (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 9 Dec 2018 01:35:32 +0000 (UTC) Received: from gift (localhost.localdomain [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 50a547ef; Sun, 9 Dec 2018 01:35:24 +0000 (UTC) From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#33395] [PATCH 1/2] gnu: Add liblcf. References: <20181115111223.1982-1-iyzsong@member.fsf.org> <871s76bxa4.fsf@gnu.org> <87zhtgelv9.fsf@member.fsf.org> <874lbo9mgr.fsf@gnu.org> Date: Sun, 09 Dec 2018 09:35:24 +0800 In-Reply-To: <874lbo9mgr.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 08 Dec 2018 14:28:36 +0100") Message-ID: <87a7lfwkgz.fsf@member.fsf.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.1 (+) 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: Ludovic Courtès writes: > iyzsong@member.fsf.org (宋文武) skribis: > >> ludo@gnu.org (Ludovic Courtès) writes: >> >>> Hello 宋文武! >>> >>> 宋文武 skribis: >>> >>>> * gnu/packages/easyrpg.s [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.1 FROM_EXCESS_BASE64 From: base64 encoded unnecessarily X-Debbugs-Envelope-To: 33395-done Cc: 33395-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.1 (/) Ludovic Court=C3=A8s writes: > iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) skribis: > >> ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> >>> Hello =E5=AE=8B=E6=96=87=E6=AD=A6! >>> >>> =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: >>> >>>> * gnu/packages/easyrpg.scm: New file. >>>> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. >>> >>> Should it go to game-development.scm? >> >> Not sure, but I'd prefer it go into the same file with 'easyrpg-player', >> which IMO dosen't belong into 'games.scm'... > > OK, sounds good. > >>> >>>> + (synopsis "Library to handle RPG Maker 2000 and 2003 game data") >>>> + (description >>>> + "@code{liblcf} is a library to handle RPG Maker 2000 and 2003 ga= me data. >>>> +It can read and write LCF and XML files.") >>>> + ;; It bundles Boost Preprocessor Cat and Stringize (boost-1.0) an= d a copy >>>> + ;; of inih (bsd-3). >>>> + (license license:expat))) >>> >>> Could these things be unbundled? If not, could you leave a comment >>> possibly with a TODO? >> >> Ok, how about: >> >> ;; It includes a copy of Boost Preprocessor Cat and Stringize (boost= -1.0): >> ;; src/boost/preprocessor/config.hpp >> ;; src/boost/preprocessor/cat.hpp >> ;; src/boost/preprocessor/stringize.hpp >> ;; and a copy of inih (bsd-3): >> ;; src/ini.h >> ;; src/ini.cpp >> ;; src/initreader.cpp >> ;; TODO: Unbundle them. > > LGTM! Done, thanks! From unknown Thu Aug 14 18:37:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 06 Jan 2019 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