summaryrefslogtreecommitdiff
path: root/gnu/packages/easyrpg.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: easyrpg-player: Enable MIDI format support.gemmaro2024-09-021-1/+2
| | | | | | | | * gnu/packages/easyrpg.scm (easyrpg-player)[arguments]<#:configure-flags>: Enable fmmidi option for MIDI format support. Change-Id: I8253f84bdea7c9754e5b9e2bc1b413f2b63a5f19 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: easyrpg-player: Update to 0.8.gemmaro2024-09-021-2/+2
| | | | | | | * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.8. Change-Id: I05f3c6b66dfadc48a7569b3672096550c244e904 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: liblcf: Update to 0.8.gemmaro2024-09-021-2/+3
| | | | | | | * gnu/packages/easyrpg.scm (liblcf): Update to 0.8. Change-Id: I97f458945b33b01bc76ab88c0c503d8a2bec275a Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: easyrpg-player: Update to 0.7.0.Nicolas Goaziou2022-01-181-3/+6
| | | | | * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.7.0. [inputs]: Add fluidsynth, fmt.
* gnu: liblcf: Update to 0.7.0.Nicolas Goaziou2022-01-181-2/+2
| | | | * gnu/packages/easyrpg.scm (liblcf): Update to 0.7.0.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-131-2/+1
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-131-17/+17
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: easyrpg-player: Add wildmidi input.Tobias Geerinckx-Rice2021-09-181-2/+2
| | | | | | Suggested by moshy on #guix. * gnu/packages/easyrpg.scm (easyrpg-player)[inputs]: Add wildmidi.
* gnu: easyrpg-player: Update to 0.6.2.3.Tobias Geerinckx-Rice2020-10-131-2/+2
| | | | * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.3.
* gnu: easyrpg-player: Update to 0.6.2.2.Tobias Geerinckx-Rice2020-09-171-2/+2
| | | | * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.2.
* gnu: easyrpg-player: Update to 0.6.2.1.Efraim Flashner2020-08-031-2/+3
| | | | * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.1.
* gnu: liblcf: Update to 0.6.2.Tobias Geerinckx-Rice2020-05-211-2/+2
| | | | * gnu/packages/easyrpg.scm (liblcf): Update to 0.6.2.
* gnu: liblcf, easyrpg: Update to 0.6.1.Tobias Geerinckx-Rice2020-01-191-5/+5
| | | | * gnu/packages/easyrpg.scm (liblcf, easyrpg): Update to 0.6.1.
* gnu: easyrpg-player: Update to 0.6.0.Tobias Geerinckx-Rice2019-03-161-2/+2
| | | | * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.0.
* gnu: liblcf: Update to 0.6.0.Tobias Geerinckx-Rice2019-03-161-2/+3
| | | | * gnu/packages/easyrpg.scm (liblcf): Update to 0.6.0.
* gnu: Add easyrpg-player.宋文武2018-12-091-0/+59
| | | | * gnu/packages/easyrpg.scm (easyrpg-player): New variable.
* gnu: Add liblcf.宋文武2018-12-091-0/+62
* gnu/packages/easyrpg.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.