mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: scummvm: Update to 2.1.0.
* gnu/packages/emulators.scm (scummvm): Update to 2.1.0.
This commit is contained in:
parent
6610b04998
commit
6177b14bcf
1 changed files with 5 additions and 4 deletions
|
@ -1147,7 +1147,7 @@ (define-public retroarch
|
|||
(define-public scummvm
|
||||
(package
|
||||
(name "scummvm")
|
||||
(version "2.0.0")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1155,10 +1155,10 @@ (define-public scummvm
|
|||
"/scummvm-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0q6aiw97wsrf8cjw9vjilzhqqsr2rw2lll99s8i5i9svan6l314p"))))
|
||||
"09zp2mxmida6sz5vrr5bzyv8c3yjvq2xqmpmcllbadhmd9cwcl3b"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;require "git"
|
||||
`(#:tests? #f ;require "git"
|
||||
#:configure-flags (list "--enable-release") ;for optimizations
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
@ -1180,6 +1180,7 @@ (define-public scummvm
|
|||
("faad2" ,faad2)
|
||||
("fluidsynth" ,fluidsynth)
|
||||
("freetype" ,freetype)
|
||||
("liba52" ,liba52)
|
||||
("libflac" ,flac)
|
||||
("libjpeg-turbo" ,libjpeg-turbo)
|
||||
("libmad" ,libmad)
|
||||
|
@ -1189,7 +1190,7 @@ (define-public scummvm
|
|||
("libtheora" ,libtheora)
|
||||
("libvorbis" ,libvorbis)
|
||||
("nasm" ,nasm)
|
||||
("sdl2" ,sdl2)
|
||||
("sdl2" ,(sdl-union (list sdl2 sdl2-net)))
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://www.scummvm.org/")
|
||||
(synopsis "Engine for several graphical adventure games")
|
||||
|
|
Loading…
Reference in a new issue