unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67508] [PATCH] gnu: igt-gpu-tools: Update to 1.28
@ 2023-11-28 13:08 Gabriel Wicki
  2023-12-03 22:35 ` bug#67508: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Wicki @ 2023-11-28 13:08 UTC (permalink / raw)
  To: 67508

From ada902ac6c569635eb994464d0b37279be6938e4 Mon Sep 17 00:00:00 2001
Message-ID: <ada902ac6c569635eb994464d0b37279be6938e4.1701171906.git.gabriel@erlikon.ch>
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Tue, 28 Nov 2023 12:41:17 +0100
Subject: [PATCH] gnu: igt-gpu-tools: Update to 1.28.

* gnu/packages/admin.scm (igt-gpu-tools): Update to 1.28.
[source] Remove patch.
[inputs] Add python.

Change-Id: I5dccd7d5a5df0084fabf713949940775671aecd7
---
 gnu/packages/admin.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 60bf87bf68..f4c5cd003e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3942,7 +3942,7 @@ (define-public sedsed
 (define-public igt-gpu-tools
   (package
     (name "igt-gpu-tools")
-    (version "1.27.1")
+    (version "1.28")
     (source
      (origin
        (method git-fetch)
@@ -3951,9 +3951,7 @@ (define-public igt-gpu-tools
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0d6jsj77qddccv0vfmqmbw3k2prvxzvmgc8zdi83gdi3wpp5i7zd"))
-       (patches
-        (search-patches "igt-gpu-tools-Use-libproc2.patch"))))
+        (base32 "15mnsgzlpd4jkr2zy3jzx0b021g89fa61b8sdm8rjp27gxqkl8mm"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f              ; many of the tests try to load kernel modules
@@ -3971,7 +3969,8 @@ (define-public igt-gpu-tools
            libdrm
            libpciaccess
            libunwind
-           procps))
+           procps
+           python))
     (native-inputs
      (list bison flex pkg-config python-docutils))
     (home-page "https://gitlab.freedesktop.org/drm/igt-gpu-tools")

base-commit: 62376e3eb67644454bc655bed56be4be965bd13e
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67508: [PATCH] gnu: igt-gpu-tools: Update to 1.28
  2023-11-28 13:08 [bug#67508] [PATCH] gnu: igt-gpu-tools: Update to 1.28 Gabriel Wicki
@ 2023-12-03 22:35 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-03 22:35 UTC (permalink / raw)
  To: Gabriel Wicki; +Cc: 67508-done

Gabriel Wicki <gabriel@erlikon.ch> skribis:

>>From ada902ac6c569635eb994464d0b37279be6938e4 Mon Sep 17 00:00:00 2001
> Message-ID: <ada902ac6c569635eb994464d0b37279be6938e4.1701171906.git.gabriel@erlikon.ch>
> From: Gabriel Wicki <gabriel@erlikon.ch>
> Date: Tue, 28 Nov 2023 12:41:17 +0100
> Subject: [PATCH] gnu: igt-gpu-tools: Update to 1.28.
>
> * gnu/packages/admin.scm (igt-gpu-tools): Update to 1.28.
> [source] Remove patch.
> [inputs] Add python.
>
> Change-Id: I5dccd7d5a5df0084fabf713949940775671aecd7

Hi! I also removed the patch from the repo and from ‘gnu/local.mk’.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-03 22:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-28 13:08 [bug#67508] [PATCH] gnu: igt-gpu-tools: Update to 1.28 Gabriel Wicki
2023-12-03 22:35 ` bug#67508: " Ludovic Courtès

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).