gnu: scummvm: Update to 2.1.1.
* gnu/packages/emulators.scm (scummvm): Update to 2.1.1.
This commit is contained in:
parent
106c6aa550
commit
2d4b248857
1 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
|
;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
|
||||||
;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
|
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
|
||||||
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
|
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||||
;;; Copyright © 2019 David Wilson <david@daviwil.com>
|
;;; Copyright © 2019 David Wilson <david@daviwil.com>
|
||||||
|
@ -1194,15 +1194,14 @@ multi-system game/emulator system.")
|
||||||
(define-public scummvm
|
(define-public scummvm
|
||||||
(package
|
(package
|
||||||
(name "scummvm")
|
(name "scummvm")
|
||||||
(version "2.1.0")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.scummvm.org/frs/scummvm/" version
|
(uri (string-append "http://www.scummvm.org/frs/scummvm/" version
|
||||||
"/scummvm-" version ".tar.xz"))
|
"/scummvm-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1a6waf1ybp91nwva8g650cljlfb1di4l0jv13vg6yfgkas9pclsp"))))
|
||||||
"09zp2mxmida6sz5vrr5bzyv8c3yjvq2xqmpmcllbadhmd9cwcl3b"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;require "git"
|
`(#:tests? #f ;require "git"
|
||||||
|
@ -1213,7 +1212,7 @@ multi-system game/emulator system.")
|
||||||
;; XXX: The following works around a build failure introduced when
|
;; XXX: The following works around a build failure introduced when
|
||||||
;; Fluidsynth was updated to version 2.1. It has been applied
|
;; Fluidsynth was updated to version 2.1. It has been applied
|
||||||
;; upstream as 68758a879e0c8ecc0d40962516d4e808aa4e15e5 and can be
|
;; upstream as 68758a879e0c8ecc0d40962516d4e808aa4e15e5 and can be
|
||||||
;; removed once ScummVM 2.1.1+ is out.
|
;; removed once this commit makes it into a release.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "audio/softsynth/fluidsynth.cpp"
|
(substitute* "audio/softsynth/fluidsynth.cpp"
|
||||||
(("#include <fluidsynth.h>") "")
|
(("#include <fluidsynth.h>") "")
|
||||||
|
|
Reference in a new issue