mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: recastnavigation: Update to 1.6.0.
* gnu/packages/game-development.scm (recastnavigation): Update to 1.6.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
ca833f23bd
commit
744c979b8f
1 changed files with 22 additions and 25 deletions
|
@ -2809,21 +2809,18 @@ (define-public tesseract-engine
|
||||||
(license license:zlib))))
|
(license license:zlib))))
|
||||||
|
|
||||||
(define-public recastnavigation
|
(define-public recastnavigation
|
||||||
;; We follow master since there hasn't been a release since 1.5.1 in 2016.
|
|
||||||
(let ((commit "6d1f9711b3b71f28c2c1c0742d76e0ef8766cf91")
|
|
||||||
(revision "2"))
|
|
||||||
(package
|
(package
|
||||||
(name "recastnavigation")
|
(name "recastnavigation")
|
||||||
(version (git-version "1.5.1" revision commit))
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/recastnavigation/recastnavigation")
|
(url "https://github.com/recastnavigation/recastnavigation")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cqp0sbm0ixqnxqz6gf2gybh5l4az91mdsd8b5bgxs1wpl2jmnga"))))
|
"0rdz3qmp4b961zjah2ax82h471j14w2rcf576gcyx7vldrg8dmj8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
|
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
|
||||||
|
@ -2855,7 +2852,7 @@ (define-public recastnavigation
|
||||||
systems where you stream new navigation data in and out as the player
|
systems where you stream new navigation data in and out as the player
|
||||||
progresses the level, or you may regenerate tiles as the world changes.")
|
progresses the level, or you may regenerate tiles as the world changes.")
|
||||||
(home-page "https://github.com/recastnavigation/recastnavigation")
|
(home-page "https://github.com/recastnavigation/recastnavigation")
|
||||||
(license license:zlib))))
|
(license license:zlib)))
|
||||||
|
|
||||||
(define-public raylib
|
(define-public raylib
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue