diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-09-29 16:54:49 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-09-29 17:13:13 +0800 |
| commit | adc443c39e49772f02dafb8d8888f7d31ddb279f (patch) | |
| tree | 50e743930c0bc27a51a8322da435835da2755282 /gnu | |
| parent | 04d4b0197934d106c09016f5800c1195b442a179 (diff) | |
gnu: easyrpg-player: Update to 0.8.1.1.
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.8.1.1.
[inputs]: Remove sdl2-mixer.
[license]: Update comment.
Change-Id: I507f49e6e3d5558d50cec8927d3cd81abd7c84ff
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/easyrpg.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/easyrpg.scm b/gnu/packages/easyrpg.scm index 44c6a313afe..751080c33f3 100644 --- a/gnu/packages/easyrpg.scm +++ b/gnu/packages/easyrpg.scm @@ -70,7 +70,7 @@ It can read and write LCF and XML files.") (define-public easyrpg-player (package (name "easyrpg-player") - (version "0.8") + (version "0.8.1.1") (source (origin (method url-fetch) (uri (string-append @@ -78,7 +78,7 @@ It can read and write LCF and XML files.") "/easyrpg-player-" version ".tar.gz")) (sha256 (base32 - "1brx2iix9d5i2lyjjcs03pq1xgl1gyh0yas8avazahgd9sn47696")))) + "0aa60568cvhxf93065wn2r6js7xh81vhsl2nw3bhs5g3l1smq28z")))) (build-system gnu-build-system) (arguments '(#:configure-flags @@ -100,7 +100,6 @@ It can read and write LCF and XML files.") mpg123 opusfile pixman - sdl2-mixer sdl2 speexdsp wildmidi @@ -114,7 +113,6 @@ data.") ;; It bundles FMMidi YM2608 FM synthesizer emulator (bsd-3): ;; src/midisynth.h ;; src/midisynth.cpp - ;; and PicoJSON JSON parser/serializer (bsd-2): - ;; src/picojson.h - ;; TODO: Unbundle them. + ;; and WAV audio loader and writer (public-domain): + ;; src/external/dr_wav.h (license license:gpl3+))) |
