mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: vcmi: Update to 1.7.1.
* gnu/packages/games.scm (vcmi): Update to 1.7.1. [native-inputs]: Add libsquish and qtsvg. [#:configure-flags]: Add “-DENABLE_MMAI=OFF”. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
1ed700f8f9
commit
f3f90bbbce
1 changed files with 7 additions and 3 deletions
|
|
@ -12773,7 +12773,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.")
|
|||
(define-public vcmi
|
||||
(package
|
||||
(name "vcmi")
|
||||
(version "1.6.8")
|
||||
(version "1.7.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -12782,11 +12782,13 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sdcaxi9npjz7y6mxpbaz39idhkh05dlj2fz8f8xan21lhailvz4"))
|
||||
"02i6y7idiigg3hl55fhl6pficx4849zvj5wwi29vsvwkwsx06hw7"))
|
||||
(patches (search-patches "vcmi-disable-privacy-breach.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF" "-DENABLE_INNOEXTRACT=OFF")
|
||||
(list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF"
|
||||
"-DENABLE_INNOEXTRACT=OFF"
|
||||
"-DENABLE_MMAI=OFF")
|
||||
;; Test suites do not seem well supported upstream and are disabled by default.
|
||||
;; Pass -DENABLE_TEST to configure to enable.
|
||||
#:tests? #f))
|
||||
|
|
@ -12796,11 +12798,13 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.")
|
|||
fuzzylite
|
||||
;; googletest ; needed for tests, but tests are disabled
|
||||
libxkbcommon
|
||||
libsquish
|
||||
luajit
|
||||
minizip
|
||||
pkg-config
|
||||
python
|
||||
qtbase
|
||||
qtsvg
|
||||
qttools
|
||||
sdl2
|
||||
sdl2-mixer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue