GNU bug report logs - #59584
[PATCH 0/3] Update ytfzf and dependencies to latest versions.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Fri, 25 Nov 2022 19:36:01 UTC

Severity: normal

Tags: patch

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

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 59584 in the body.
You can then email your comments to 59584 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#59584; Package guix-patches. (Fri, 25 Nov 2022 19:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to kiasoc5 <kiasoc5 <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 25 Nov 2022 19:36:02 GMT) Full text and rfc822 format available.

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

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH 0/3] Update ytfzf and dependencies to latest versions.
Date: Fri, 25 Nov 2022 14:34:47 -0500
kiasoc5 (3):
  gnu: ytfzf: Update to 2.5.2.
  gnu: chafa: Update to 1.12.4.
  gnu: jp2a: Update to 1.1.1.

 gnu/packages/image-viewers.scm |  8 ++++----
 gnu/packages/image.scm         | 13 +++++++------
 2 files changed, 11 insertions(+), 10 deletions(-)


base-commit: 7e0ad0dd0f2829d6f3776648ba7c88acf9888d7a
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#59584; Package guix-patches. (Fri, 25 Nov 2022 19:38:02 GMT) Full text and rfc822 format available.

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

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: 59584 <at> debbugs.gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH 1/3] gnu: ytfzf: Update to 2.5.2.
Date: Fri, 25 Nov 2022 14:37:34 -0500
* gnu/packages/image-viewers.scm (ytfzf): Update to 2.5.2.
---
 gnu/packages/image-viewers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 037c141065..7ab1f67df3 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -110,7 +110,7 @@ (define-module (gnu packages image-viewers)
 (define-public ytfzf
   (package
     (name "ytfzf")
-    (version "2.4.1")
+    (version "2.5.2")
     (home-page "https://github.com/pystardust/ytfzf")
     (source
      (origin
@@ -121,7 +121,7 @@ (define-public ytfzf
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "198qhnjklrgrjs35ygym6sgx1ibwn6qrihfiginvmx38gdavdj4x"))))
+        (base32 "138rqjjyh6ar951v0v5sl1v000ja8zznn141qqw8ymx5h2z44r6w"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#59584; Package guix-patches. (Fri, 25 Nov 2022 19:38:02 GMT) Full text and rfc822 format available.

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

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: 59584 <at> debbugs.gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH 2/3] gnu: chafa: Update to 1.12.4.
Date: Fri, 25 Nov 2022 14:37:35 -0500
* gnu/packages/image-viewers.scm (chafa): Update to 1.12.4.
---
 gnu/packages/image-viewers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 7ab1f67df3..9c4f0376bb 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -726,14 +726,14 @@ (define-public qview
 (define-public chafa
   (package
     (name "chafa")
-    (version "1.8.0")
+    (version "1.12.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hpjansson.org/chafa/releases/chafa-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0sr86bnrqcf6wxigrgsglv4fc79g5djmki20ih4hg8kbhcnnbzr1"))))
+                "0gsp39xnra331lk0db5pfqpdmqfhf7ii3a7yywj33sknf0dbsx4p"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#59584; Package guix-patches. (Fri, 25 Nov 2022 19:38:02 GMT) Full text and rfc822 format available.

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

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: 59584 <at> debbugs.gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH 3/3] gnu: jp2a: Update to 1.1.1.
Date: Fri, 25 Nov 2022 14:37:36 -0500
* gnu/packages/image.scm (jp2a): Update to 1.1.1.
[source]: Use release tarball.
[inputs]: Add libpng.
[native-inputs]: Add doxygen.
---
 gnu/packages/image.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 9e53b7483e..bc1f25627b 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1937,22 +1937,23 @@ (define-public gifsicle
 identical visual appearance.")
    (license license:gpl2+)))
 
-;; 1.0.7 is buggy and reverted in git repository.
 (define-public jp2a
   (package
     (name "jp2a")
-    (version "1.0.6")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://debian/pool/main/j/jp2a/jp2a_"
-                           version ".orig.tar.gz"))
+       (uri (string-append "https://github.com/Talinx/jp2a/releases/download/v"
+                           version "/jp2a-" version ".tar.gz"))
         (sha256
          (base32
-          "076frk3pa16s4r1b10zgy81vdlz0385zh3ykbnkaij25jn5aqc09"))))
+          "10kwhh1a0ivrzagl2vcxrbqmlr2q8x29ymqwzchpiriy6xqxck8l"))))
     (build-system gnu-build-system)
     (inputs
-     (list curl libjpeg-turbo ncurses))
+     (list curl libpng libjpeg-turbo ncurses))
+    (native-inputs
+     (list doxygen))
     (home-page "https://csl.name/jp2a/")
     (synopsis "Convert JPEG images to ASCII")
     (description
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#59584; Package guix-patches. (Tue, 06 Dec 2022 11:35:01 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 59584-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest
 versions.
Date: Tue, 06 Dec 2022 11:34:20 +0000
[Message part 1 (text/plain, inline)]
kiasoc5 via Guix-patches via <guix-patches <at> gnu.org> writes:

> kiasoc5 (3):
>   gnu: ytfzf: Update to 2.5.2.
>   gnu: chafa: Update to 1.12.4.
>   gnu: jp2a: Update to 1.1.1.
>
>  gnu/packages/image-viewers.scm |  8 ++++----
>  gnu/packages/image.scm         | 13 +++++++------
>  2 files changed, 11 insertions(+), 10 deletions(-)

Thanks for these patches! I've gone ahead and pushed them to master as
3615af7d3303f44a87d5ab8f41d98c25ad63d621.

Chris
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 06 Dec 2022 11:35:02 GMT) Full text and rfc822 format available.

Notification sent to kiasoc5 <kiasoc5 <at> disroot.org>:
bug acknowledged by developer. (Tue, 06 Dec 2022 11:35:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 03 Jan 2023 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 246 days ago.

Previous Next


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