GNU bug report logs - #70547
[PATCH] gnu: edid-decode: Update to latest commit.

Previous Next

Package: guix-patches;

Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>

Date: Wed, 24 Apr 2024 06:50:12 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: bug#70547: closed (Re: [bug#70547] [PATCH] gnu: edid-decode:
 Update to latest commit.)
Date: Tue, 30 Apr 2024 20:06:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#70547: [PATCH] gnu: edid-decode: Update to latest commit.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 70547 <at> debbugs.gnu.org.

-- 
70547: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70547
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Sergey Trofimov <sarg <at> sarg.org.ru>
Cc: 70547-done <at> debbugs.gnu.org
Subject: Re: [bug#70547] [PATCH] gnu: edid-decode: Update to latest commit.
Date: Tue, 30 Apr 2024 21:05:35 +0100
[Message part 3 (text/plain, inline)]
Sergey Trofimov <sarg <at> sarg.org.ru> writes:

> * gnu/packages/hardware.scm (edid-decode): Update to latest commit.
> (hw-probe): Make it find edid-decode.
> ---
>  gnu/packages/hardware.scm | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)

Thanks for the patch, I've split this in to two patches, one for the
edid-decode changes, and then one for the hw-probe changes and pushed
these to master as 53fffb1fa72426c0baac233928523a91903b1a78.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: guix-patches <at> gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [PATCH] gnu: edid-decode: Update to latest commit.
Date: Wed, 24 Apr 2024 08:48:40 +0200
* gnu/packages/hardware.scm (edid-decode): Update to latest commit.
(hw-probe): Make it find edid-decode.
---
 gnu/packages/hardware.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 42722a79d0..468e2adc3b 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -315,9 +315,8 @@ (define-public hw-probe
               ;; 'NeedProgs' core utilities are specially checked for
               ;; availability.  It's easier to wrap them in PATH than patching
               ;; their references.
-              ;; TODO: package edid-decode and add "bin/edid-decode" below:
               (define need-progs (list "sbin/dmidecode" "sbin/smartctl"
-                                       "bin/lspci" "bin/lsusb"))
+                                       "bin/lspci" "bin/lsusb" "bin/edid-decode"))
               (wrap-script hw-probe
                 (list "PERL5LIB" 'prefix (list (getenv "PERL5LIB")))
                 (list "PATH" 'prefix
@@ -626,7 +625,7 @@ (define-public ddcui
     (license (list license:gpl2+))))
 
 (define-public edid-decode
-  (let ((commit "74b64180d67bb009d8d9ea1b6f18ad41aaa16396") ; 2020-04-22
+  (let ((commit "3d635499e4aca3319f0796ba787213c981c5a770") ; 2024-04-02
         (revision "1"))
     (package
       (name "edid-decode")
@@ -639,7 +638,7 @@ (define-public edid-decode
                (url "git://linuxtv.org/edid-decode.git")
                (commit commit)))
          (sha256
-          (base32 "0nirp5bza08zj5d8bjgcm0p869hdg3qg3mwa7999pjdrzmn7s2ah"))))
+          (base32 "18s2pwm45mzgm0rfw3wf0m349p6381i6iwbylxypizqcsvgwxb3f"))))
       (build-system gnu-build-system)
       (arguments
        `(#:tests? #f                     ; No test suite

base-commit: 83e6437e92ad056838fe170963d920d446d0e4db
--
2.41.0




This bug report was last modified 1 year and 23 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.