GNU bug report logs -
#74640
[PATCH] gnu: monado: Update to 24.0.0.
Previous Next
Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Mon, 2 Dec 2024 04:20:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74640 in the body.
You can then email your comments to 74640 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74640
; Package
guix-patches
.
(Mon, 02 Dec 2024 04:20:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 02 Dec 2024 04:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> posteo.net>
;;; Copyright © 2022 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2022, 2023, 2024 John Kehayias <john.kehayias <at> protonmail.com>
-;;; Copyright © 2022 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2022, 2024 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp <at> gmail.com>
;;; Copyright © 2022 Paul A. Patience <paul <at> apatience.com>
;;; Copyright © 2022 dan <i <at> 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 sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Mon, 09 Dec 2024 06:37:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
bug acknowledged by developer.
(Mon, 09 Dec 2024 06:37:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 74640-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Zheng Junjie <zhengjunjie <at> iscas.ac.cn> writes:
> * 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 <at> posteo.net>
> ;;; Copyright © 2022 Michael Rohleder <mike <at> rohleder.de>
> ;;; Copyright © 2022, 2023, 2024 John Kehayias <john.kehayias <at> protonmail.com>
> -;;; Copyright © 2022 Zheng Junjie <873216071 <at> qq.com>
> +;;; Copyright © 2022, 2024 Zheng Junjie <873216071 <at> qq.com>
> ;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp <at> gmail.com>
> ;;; Copyright © 2022 Paul A. Patience <paul <at> apatience.com>
> ;;; Copyright © 2022 dan <i <at> 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
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 06 Jan 2025 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 225 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.