~ruther/guix-local

adc443c39e49772f02dafb8d8888f7d31ddb279f — 宋文武 7 months ago 04d4b01
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
1 files changed, 4 insertions(+), 6 deletions(-)

M gnu/packages/easyrpg.scm
M gnu/packages/easyrpg.scm => gnu/packages/easyrpg.scm +4 -6
@@ 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+)))