gnu: fizmo: Update to 0.8.4.

* gnu/packages/games.scm (fizmo): Update to 0.8.4.
[inputs]: Add freetype; change sdl to sdl2.
This commit is contained in:
Kei Kebreau 2017-05-17 17:28:54 -04:00
parent ec84c7870e
commit 32199e9aa6
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 5 additions and 4 deletions

View File

@ -1059,14 +1059,14 @@ reference interpreter, using the Glk API.")
(define-public fizmo (define-public fizmo
(package (package
(name "fizmo") (name "fizmo")
(version "0.7.9") (version "0.8.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://christoph-ender.de/fizmo/source/" (uri (string-append "https://christoph-ender.de/fizmo/source/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1w7cgyjrhgkadjrazijzhq7zh0pl5bfc6wl7mdpgh020y4kp46d7")))) "1sd988db2302r7cbfcfghbmg8ck43c6hvnlnlpb0rqxb7pm9cwyy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags
@ -1079,12 +1079,13 @@ reference interpreter, using the Glk API.")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("libjpeg" ,libjpeg) `(("freetype" ,freetype)
("libjpeg" ,libjpeg)
("libpng" ,libpng) ("libpng" ,libpng)
("libsndfile" ,libsndfile) ("libsndfile" ,libsndfile)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("sdl" ,sdl))) ("sdl2" ,sdl2)))
(home-page "https://christoph-ender.de/fizmo/") (home-page "https://christoph-ender.de/fizmo/")
(synopsis "Z-machine interpreter") (synopsis "Z-machine interpreter")
(description (description