guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: mangohud: Update to 0.6.7.


From: guix-commits
Subject: branch master updated: gnu: mangohud: Update to 0.6.7.
Date: Mon, 09 May 2022 04:00:25 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7bacea65ac gnu: mangohud: Update to 0.6.7.
7bacea65ac is described below

commit 7bacea65acc10c16e51c2f78d0bd443206a861e4
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed May 4 15:34:09 2022 -0400

    gnu: mangohud: Update to 0.6.7.
    
    * gnu/packages/graphics.scm (mangohud): Update to 0.6.7.
    [phases]{patch-paths}: Remove loader_libdrm.cpp path patch as the file has
    been removed.
    [inputs]: Remove libdrm input, no longer needed.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/graphics.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 2cc75d57cf..9f93205183 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -872,7 +872,7 @@ distills complex, animated scenes into a set of baked 
geometric results.")
 (define-public mangohud
   (package
     (name "mangohud")
-    (version "0.6.6-1")
+    (version "0.6.7")
     (source
      (origin
        (method git-fetch)
@@ -881,7 +881,7 @@ distills complex, animated scenes into a set of baked 
geometric results.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ka004wxkajmvs5vy60r4ckm7f169c61rrd46w6gywkaqf5yp1ab"))))
+        (base32 "0n2x6agv2j8nd6h1998dqsphb7k57zx8vsayv47dqix28kg5kixz"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -912,11 +912,6 @@ distills complex, animated scenes into a set of baked 
geometric results.")
               (substitute* "src/meson.build"
                 (("\\\\\\$LIB")
                  "lib"))
-              (substitute* "src/loaders/loader_libdrm.cpp"
-                (("libdrm.so.2")
-                 (search-input-file inputs "lib/libdrm.so.2"))
-                (("libdrm_amdgpu.so.1")
-                 (search-input-file inputs "lib/libdrm_amdgpu.so.1")))
               (substitute* "src/overlay.cpp"
                 (("glxinfo")
                  (search-input-file inputs "bin/glxinfo")))
@@ -934,7 +929,6 @@ distills complex, animated scenes into a set of baked 
geometric results.")
            glslang
            `(,hwdata "pci")
            imgui-1.86
-           libdrm
            libx11
            mesa
            mesa-utils



reply via email to

[Prev in Thread] Current Thread [Next in Thread]