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>

To reply to this bug, email your comments to 70547 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70547; Package guix-patches. (Wed, 24 Apr 2024 06:50:13 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergey Trofimov <sarg <at> sarg.org.ru>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 24 Apr 2024 06:50:14 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 30 Apr 2024 20:06:01 GMT) Full text and rfc822 format available.

Notification sent to Sergey Trofimov <sarg <at> sarg.org.ru>:
bug acknowledged by developer. (Tue, 30 Apr 2024 20:06:02 GMT) Full text and rfc822 format available.

Message #10 received at 70547-done <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

This bug report was last modified 3 days ago.

Previous Next


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