mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
6fdcf2f77c
commit
3615af7d33
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue