[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
- branch master updated (3d2c9608ab -> 4a9dd8607f), guix-commits, 2022/12/06
- 12/15: gnu: i2pd: update to 2.44., guix-commits, 2022/12/06
- 01/15: gnu: Add python-simple-rlp., guix-commits, 2022/12/06
- 11/15: gnu: sqlite-next: Update to 3.40.0., guix-commits, 2022/12/06
- 06/15: gnu: Add guile-fibers-next., guix-commits, 2022/12/06
- 13/15: gnu: apache-arrow: Update to 10.0.1., guix-commits, 2022/12/06
- 15/15: gnu: sgp4: Update to 1.0-2.6a448b4., guix-commits, 2022/12/06
- 02/15: gnu: Add python-bech32., guix-commits, 2022/12/06
- 09/15: gnu: jp2a: Update to 1.1.1.,
guix-commits <=
- 08/15: gnu: chafa: Update to 1.12.4., guix-commits, 2022/12/06
- 04/15: gnu: Resolve derivation lint warnings., guix-commits, 2022/12/06
- 14/15: gnu: dino: Update to 0.3.1., guix-commits, 2022/12/06
- 03/15: gnu: Add python-pint., guix-commits, 2022/12/06
- 05/15: gnu: mumi: Update to 0.0.2-2.4590e48., guix-commits, 2022/12/06
- 07/15: gnu: ytfzf: Update to 2.5.2., guix-commits, 2022/12/06
- 10/15: gnu: ruby-3.1: Update to 3.1.3., guix-commits, 2022/12/06