mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
(define-public scummvm
|
||||||
(package
|
(package
|
||||||
(name "scummvm")
|
(name "scummvm")
|
||||||
(version "2.0.0")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1155,7 +1155,7 @@ (define-public scummvm
|
||||||
"/scummvm-" version ".tar.xz"))
|
"/scummvm-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q6aiw97wsrf8cjw9vjilzhqqsr2rw2lll99s8i5i9svan6l314p"))))
|
"09zp2mxmida6sz5vrr5bzyv8c3yjvq2xqmpmcllbadhmd9cwcl3b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;require "git"
|
`(#:tests? #f ;require "git"
|
||||||
|
@ -1180,6 +1180,7 @@ (define-public scummvm
|
||||||
("faad2" ,faad2)
|
("faad2" ,faad2)
|
||||||
("fluidsynth" ,fluidsynth)
|
("fluidsynth" ,fluidsynth)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
("liba52" ,liba52)
|
||||||
("libflac" ,flac)
|
("libflac" ,flac)
|
||||||
("libjpeg-turbo" ,libjpeg-turbo)
|
("libjpeg-turbo" ,libjpeg-turbo)
|
||||||
("libmad" ,libmad)
|
("libmad" ,libmad)
|
||||||
|
@ -1189,7 +1190,7 @@ (define-public scummvm
|
||||||
("libtheora" ,libtheora)
|
("libtheora" ,libtheora)
|
||||||
("libvorbis" ,libvorbis)
|
("libvorbis" ,libvorbis)
|
||||||
("nasm" ,nasm)
|
("nasm" ,nasm)
|
||||||
("sdl2" ,sdl2)
|
("sdl2" ,(sdl-union (list sdl2 sdl2-net)))
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://www.scummvm.org/")
|
(home-page "https://www.scummvm.org/")
|
||||||
(synopsis "Engine for several graphical adventure games")
|
(synopsis "Engine for several graphical adventure games")
|
||||||
|
|
Loading…
Reference in a new issue