unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 74640@debbugs.gnu.org
Subject: [bug#74640] [PATCH] gnu: monado: Update to 24.0.0.
Date: Mon,  2 Dec 2024 12:19:04 +0800	[thread overview]
Message-ID: <a29be5e894cb066a14a2eed2bd3ed48ab29a81dd.1733113144.git.zhengjunjie@iscas.ac.cn> (raw)

* 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
---
 gnu/packages/graphics.scm | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 8686cac7f7d..337d18a876e 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -29,7 +29,7 @@
 ;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
 ;;; 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 Paul A. Patience <paul@apatience.com>
 ;;; Copyright © 2022 dan <i@dan.games>
@@ -2551,16 +2551,17 @@ (define-public tinygltf
 (define-public monado
   (package
     (name "monado")
-    (version "21.0.0")
+    (version "24.0.0")
     (source (origin
-          (method url-fetch)
-          (uri (string-append "https://gitlab.freedesktop.org/" name "/"
-                              name "/-/archive/v" version "/"
-                              name "-v" version ".tar.bz2"))
-          (sha256
-           (base32
-            "0n04k7a8b0i8ga0kbzh7qxmvni1ijawgk98s83519vxg4d0yyjbq"))))
-    (build-system meson-build-system)
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://gitlab.freedesktop.org/monado/monado")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1ix52kr4av259g4n06338qjrlfssi1v2dnb4pfr863wbyrbb8p4l"))))
+    (build-system cmake-build-system)
     (inputs
      (list ffmpeg
            glslang
@@ -2574,9 +2575,6 @@ (define-public monado
            vulkan-loader))
     (native-inputs
      (list eigen pkg-config vulkan-headers))
-    (arguments
-     `(#:configure-flags
-       (list "-Dinstall-active-runtime=false")))
     (home-page "https://monado.freedesktop.org/")
     (synopsis "OpenXR runtime")
     (description "Monado is an OpenXR runtime delivering immersive experiences

base-commit: ca3a79ccee5f9a857e00128f11d04e3c1aef901a
-- 
2.46.0





                 reply	other threads:[~2024-12-02  4:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a29be5e894cb066a14a2eed2bd3ed48ab29a81dd.1733113144.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=74640@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).