unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest versions.
@ 2022-11-25 19:34 kiasoc5 via Guix-patches via
  2022-11-25 19:37 ` [bug#59584] [PATCH 1/3] gnu: ytfzf: Update to 2.5.2 kiasoc5 via Guix-patches via
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-25 19:34 UTC (permalink / raw)
  To: 59584; +Cc: kiasoc5

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





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

* [bug#59584] [PATCH 1/3] gnu: ytfzf: Update to 2.5.2.
  2022-11-25 19:34 [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest versions kiasoc5 via Guix-patches via
@ 2022-11-25 19:37 ` kiasoc5 via Guix-patches via
  2022-11-25 19:37 ` [bug#59584] [PATCH 2/3] gnu: chafa: Update to 1.12.4 kiasoc5 via Guix-patches via
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-25 19:37 UTC (permalink / raw)
  To: 59584; +Cc: kiasoc5

* 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





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

* [bug#59584] [PATCH 2/3] gnu: chafa: Update to 1.12.4.
  2022-11-25 19:34 [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest versions kiasoc5 via Guix-patches via
  2022-11-25 19:37 ` [bug#59584] [PATCH 1/3] gnu: ytfzf: Update to 2.5.2 kiasoc5 via Guix-patches via
@ 2022-11-25 19:37 ` kiasoc5 via Guix-patches via
  2022-11-25 19:37 ` [bug#59584] [PATCH 3/3] gnu: jp2a: Update to 1.1.1 kiasoc5 via Guix-patches via
  2022-12-06 11:34 ` [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest versions Christopher Baines
  3 siblings, 0 replies; 5+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-25 19:37 UTC (permalink / raw)
  To: 59584; +Cc: kiasoc5

* 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





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

* [bug#59584] [PATCH 3/3] gnu: jp2a: Update to 1.1.1.
  2022-11-25 19:34 [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest versions kiasoc5 via Guix-patches via
  2022-11-25 19:37 ` [bug#59584] [PATCH 1/3] gnu: ytfzf: Update to 2.5.2 kiasoc5 via Guix-patches via
  2022-11-25 19:37 ` [bug#59584] [PATCH 2/3] gnu: chafa: Update to 1.12.4 kiasoc5 via Guix-patches via
@ 2022-11-25 19:37 ` kiasoc5 via Guix-patches via
  2022-12-06 11:34 ` [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest versions Christopher Baines
  3 siblings, 0 replies; 5+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-25 19:37 UTC (permalink / raw)
  To: 59584; +Cc: kiasoc5

* 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





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

* [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest versions.
  2022-11-25 19:34 [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest versions kiasoc5 via Guix-patches via
                   ` (2 preceding siblings ...)
  2022-11-25 19:37 ` [bug#59584] [PATCH 3/3] gnu: jp2a: Update to 1.1.1 kiasoc5 via Guix-patches via
@ 2022-12-06 11:34 ` Christopher Baines
  3 siblings, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2022-12-06 11:34 UTC (permalink / raw)
  To: kiasoc5; +Cc: 59584-done, 59584

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]


kiasoc5 via Guix-patches via <guix-patches@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2022-12-06 11:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 19:34 [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest versions kiasoc5 via Guix-patches via
2022-11-25 19:37 ` [bug#59584] [PATCH 1/3] gnu: ytfzf: Update to 2.5.2 kiasoc5 via Guix-patches via
2022-11-25 19:37 ` [bug#59584] [PATCH 2/3] gnu: chafa: Update to 1.12.4 kiasoc5 via Guix-patches via
2022-11-25 19:37 ` [bug#59584] [PATCH 3/3] gnu: jp2a: Update to 1.1.1 kiasoc5 via Guix-patches via
2022-12-06 11:34 ` [bug#59584] [PATCH 0/3] Update ytfzf and dependencies to latest versions Christopher Baines

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