mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vkquake: Update to 1.32.3.1.
* gnu/packages/games.scm (vkquake): Update to 1.32.3.1. [inputs]: Add spirv-tools, glslang. Set sdl2 version to latest. Change-Id: If53549e2acaee2add01fae2d3914dec5b672ab58 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
d0aaef326b
commit
d636feabcf
1 changed files with 10 additions and 6 deletions
|
@ -92,6 +92,7 @@
|
||||||
;;; Copyright © 2025 Andrew Wong <wongandj@icloud.com>
|
;;; Copyright © 2025 Andrew Wong <wongandj@icloud.com>
|
||||||
;;; Copyright © 2025 Nigko Yerden <nigko.yerden@gmail.com>
|
;;; Copyright © 2025 Nigko Yerden <nigko.yerden@gmail.com>
|
||||||
;;; Copyright © 2025 Adrien 'neox' Bourmault <neox@gnu.org>
|
;;; Copyright © 2025 Adrien 'neox' Bourmault <neox@gnu.org>
|
||||||
|
;;; Copyright © 2025 Ada Stevenson <adanskana@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -8597,7 +8598,7 @@ some graphical niceities, and numerous bug-fixes and other improvements.")
|
||||||
(package
|
(package
|
||||||
(inherit quakespasm)
|
(inherit quakespasm)
|
||||||
(name "vkquake")
|
(name "vkquake")
|
||||||
(version "1.01.0")
|
(version "1.32.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8606,7 +8607,7 @@ some graphical niceities, and numerous bug-fixes and other improvements.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iwin8j5kbyrknbkhjgpy8nmm7pxqzr0daa9gn7p38qhg2mh0a39"))))
|
(base32 "0ch9rd6fckqs9bhh6z8qpdi2byra6lhk00y3vj4804351hpgmj0y"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
(let ((vulkanlib (string-append (assoc-ref %build-inputs
|
(let ((vulkanlib (string-append (assoc-ref %build-inputs
|
||||||
|
@ -8643,8 +8644,11 @@ some graphical niceities, and numerous bug-fixes and other improvements.")
|
||||||
,@(strip-keyword-arguments '(#:make-flags #:phases)
|
,@(strip-keyword-arguments '(#:make-flags #:phases)
|
||||||
(package-arguments quakespasm))))
|
(package-arguments quakespasm))))
|
||||||
(inputs (modify-inputs (package-inputs quakespasm)
|
(inputs (modify-inputs (package-inputs quakespasm)
|
||||||
(prepend vulkan-headers vulkan-loader)
|
(prepend
|
||||||
(replace "sdl2" sdl2-2.0)))
|
glslang
|
||||||
|
spirv-tools
|
||||||
|
vulkan-loader
|
||||||
|
vulkan-headers)))
|
||||||
(description "vkquake is a modern engine for id software's Quake 1.
|
(description "vkquake is a modern engine for id software's Quake 1.
|
||||||
It includes support for 64 bit CPUs, custom music playback, a new sound driver,
|
It includes support for 64 bit CPUs, custom music playback, a new sound driver,
|
||||||
some graphical niceities, and numerous bug-fixes and other improvements.")
|
some graphical niceities, and numerous bug-fixes and other improvements.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue