guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/15: gnu: jp2a: Update to 1.1.1.


From: guix-commits
Subject: 09/15: gnu: jp2a: Update to 1.1.1.
Date: Tue, 6 Dec 2022 06:16:25 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 3615af7d3303f44a87d5ab8f41d98c25ad63d621
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Fri Nov 25 14:37:36 2022 -0500

    gnu: jp2a: Update to 1.1.1.
    
    * gnu/packages/image.scm (jp2a): Update to 1.1.1.
    [source]: Use release tarball.
    [inputs]: Add libpng.
    [native-inputs]: Add doxygen.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 @@ lightweight animated-GIF viewer, and @command{gifdiff} 
compares two GIFs for
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]