[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33395] [PATCH 1/2] gnu: Add liblcf.
From: |
Ludovic Courtès |
Subject: |
[bug#33395] [PATCH 1/2] gnu: Add liblcf. |
Date: |
Sat, 08 Dec 2018 14:28:36 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
address@hidden (宋文武) skribis:
> address@hidden (Ludovic Courtès) writes:
>
>> Hello 宋文武!
>>
>> 宋文武 <address@hidden> 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 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.
LGTM!
Hopefully at least the “ini” part won’t be difficult to unbundle.
Thanks,
Ludo’.