guix_mirror_bot pushed a commit to branch master
in repository guix.
commit adc443c39e49772f02dafb8d8888f7d31ddb279f
Author: 宋文武 <[email protected]>
AuthorDate: Mon Sep 29 16:54:49 2025 +0800
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
---
gnu/packages/easyrpg.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/easyrpg.scm b/gnu/packages/easyrpg.scm
index 44c6a313af..751080c33f 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+)))