GNU bug report logs - #74935
[PATCH 0/2] update ddcutil to 2.1.4.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Wed, 18 Dec 2024 03:55:01 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 74935 in the body.
You can then email your comments to 74935 AT debbugs.gnu.org in the normal way.

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#74935; Package guix-patches. (Wed, 18 Dec 2024 03:55: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. (Wed, 18 Dec 2024 03:55:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] update ddcutil to 2.1.4.
Date: Wed, 18 Dec 2024 11:53:42 +0800
Zheng Junjie (2):
  gnu: ddcutil: Update to 2.1.4.
  gnu: ddcui: Update to 0.5.4.

 gnu/packages/hardware.scm | 28 ++++++++++++----------------
 1 file changed, 12 insertions(+), 16 deletions(-)


base-commit: 0a5b060be1e8966abc45e4782df83447510a90b4
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74935; Package guix-patches. (Wed, 18 Dec 2024 03:57:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: 74935 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: ddcutil: Update to 2.1.4.
Date: Wed, 18 Dec 2024 11:56:25 +0800
* gnu/packages/hardware.scm (ddcutil): Update to 2.1.4.
[source]: Switch to git-fetch.
[arguments]: Remove it.
[inputs]: Add jansson.
[native-inputs]: Add autoconf, automake, and libtool.

Change-Id: I3024ac4d12c531f36eb4624b11d5f1f3e59e2672
---
 gnu/packages/hardware.scm | 24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 2922b14a42b..02664c1872c 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -18,6 +18,7 @@
 ;;; Copyright © 2023 Spencer Skylar Chan <schan12 <at> umd.edu>
 ;;; Copyright © 2023 Foundation Devices, Inc. <hello <at> foundationdevices.com>
 ;;; Copyright © 2024 Giacomo Leidi <goodoldpaul <at> autistici.org>
+;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -544,28 +545,23 @@ (define-public ckb-next
 (define-public ddcutil
   (package
     (name "ddcutil")
-    (version "1.4.5")
+    (version "2.1.4")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://www.ddcutil.com/tarballs/"
-                           "ddcutil-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/rockowitz/ddcutil")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "17zrqdz5mzwyccvc5m166yjlbbg9k2m9cwyg0y30h3184p1b2wlq"))))
+        (base32 "0wk82cdg7vddk6pbnn6qq3p71j4bppq13is2ck40glig08ax1bg5"))))
     (build-system gnu-build-system)
-    (arguments
-     (list
-       #:phases
-       #~(modify-phases %standard-phases
-           (add-after 'install 'install-missing-pkgconfig-file
-             (lambda _
-               (install-file "ddcutil.pc"
-                             (string-append #$output "/lib/pkgconfig")))))))
     (native-inputs
-     (list pkg-config))
+     (list autoconf automake libtool pkg-config))
     (inputs
      (list eudev
            glib
+           jansson
            kmod
            i2c-tools
            libdrm                       ;enhanced diagnostics
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74935; Package guix-patches. (Wed, 18 Dec 2024 03:57:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: 74935 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: ddcui: Update to 0.5.4.
Date: Wed, 18 Dec 2024 11:56:26 +0800
* gnu/packages/hardware.scm (ddcui): Update to 0.5.4.

Change-Id: I035456ab340e6a5d221ff45a6637753abb0f5d7a
---
 gnu/packages/hardware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 02664c1872c..3de60dcf4ea 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -596,7 +596,7 @@ (define-public ddcutil
 (define-public ddcui
   (package
     (name "ddcui")
-    (version "0.3.0")
+    (version "0.5.4")
     (source
      (origin
        (method git-fetch)
@@ -605,7 +605,7 @@ (define-public ddcui
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gypfmwxhjmgyfwk29k8hfbgr0698kbcq2yj4izxv1i59zm63irz"))))
+        (base32 "1hq19gdy9ybraclkqvv1nlf46irql5b6wrc1y6wi0ihkqly20vgz"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f))                    ; No test suite
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74935; Package guix-patches. (Sat, 21 Dec 2024 17:20:02 GMT) Full text and rfc822 format available.

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

From: "Danny Milosavljevic" <dannym <at> scratchpost.org>
To: 74935 <at> debbugs.gnu.org, zhengjunjie <at> iscas.ac.cn
Subject: Re: [bug#74935] [PATCH 0/2] update ddcutil to 2.1.4.
Date: Sat, 21 Dec 2024 18:19:30 +0100 (CET)
[Message part 1 (text/html, inline)]

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sun, 22 Dec 2024 10:23:02 GMT) Full text and rfc822 format available.

Notification sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
bug acknowledged by developer. (Sun, 22 Dec 2024 10:23:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: "Danny Milosavljevic" <dannym <at> scratchpost.org>
Cc: 74935-done <at> debbugs.gnu.org
Subject: Re: [bug#74935] [PATCH 0/2] update ddcutil to 2.1.4.
Date: Sun, 22 Dec 2024 18:21:30 +0800
[Message part 1 (text/plain, inline)]
"Danny Milosavljevic" <dannym <at> scratchpost.org> writes:

> Hi!
>
> Those look good to me (and work fine for me)!

thanks, pushed.
[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. (Sun, 19 Jan 2025 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 231 days ago.

Previous Next


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