gnu: monado: Update to 24.0.0.

* gnu/packages/graphics.scm (monado): Update to 24.0.0.
[source]: Switch to git-fetch.
[build-system]: Switch to cmake-build-system.
[arguments]: Remove configure-flags.

Change-Id: Iba340dd539de40235e0f67b97ddf2b646296b883
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Zheng Junjie 2024-12-02 12:19:04 +08:00
parent 0fdfe9d5dd
commit cd16ef386c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -29,7 +29,7 @@
;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2022, 2023, 2024 John Kehayias <john.kehayias@protonmail.com> ;;; Copyright © 2022, 2023, 2024 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2022 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2022, 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp@gmail.com> ;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp@gmail.com>
;;; Copyright © 2022 Paul A. Patience <paul@apatience.com> ;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
;;; Copyright © 2022 dan <i@dan.games> ;;; Copyright © 2022 dan <i@dan.games>
@ -2554,16 +2554,17 @@ and enables interoperable use of content across the industry.")
(define-public monado (define-public monado
(package (package
(name "monado") (name "monado")
(version "21.0.0") (version "24.0.0")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://gitlab.freedesktop.org/" name "/" (uri (git-reference
name "/-/archive/v" version "/" (url "https://gitlab.freedesktop.org/monado/monado")
name "-v" version ".tar.bz2")) (commit (string-append "v" version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"0n04k7a8b0i8ga0kbzh7qxmvni1ijawgk98s83519vxg4d0yyjbq")))) (base32
(build-system meson-build-system) "1ix52kr4av259g4n06338qjrlfssi1v2dnb4pfr863wbyrbb8p4l"))))
(build-system cmake-build-system)
(inputs (inputs
(list ffmpeg (list ffmpeg
glslang glslang
@ -2577,9 +2578,6 @@ and enables interoperable use of content across the industry.")
vulkan-loader)) vulkan-loader))
(native-inputs (native-inputs
(list eigen pkg-config vulkan-headers)) (list eigen pkg-config vulkan-headers))
(arguments
`(#:configure-flags
(list "-Dinstall-active-runtime=false")))
(home-page "https://monado.freedesktop.org/") (home-page "https://monado.freedesktop.org/")
(synopsis "OpenXR runtime") (synopsis "OpenXR runtime")
(description "Monado is an OpenXR runtime delivering immersive experiences (description "Monado is an OpenXR runtime delivering immersive experiences