mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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.")
|
identical visual appearance.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
;; 1.0.7 is buggy and reverted in git repository.
|
|
||||||
(define-public jp2a
|
(define-public jp2a
|
||||||
(package
|
(package
|
||||||
(name "jp2a")
|
(name "jp2a")
|
||||||
(version "1.0.6")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://debian/pool/main/j/jp2a/jp2a_"
|
(uri (string-append "https://github.com/Talinx/jp2a/releases/download/v"
|
||||||
version ".orig.tar.gz"))
|
version "/jp2a-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"076frk3pa16s4r1b10zgy81vdlz0385zh3ykbnkaij25jn5aqc09"))))
|
"10kwhh1a0ivrzagl2vcxrbqmlr2q8x29ymqwzchpiriy6xqxck8l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list curl libjpeg-turbo ncurses))
|
(list curl libpng libjpeg-turbo ncurses))
|
||||||
|
(native-inputs
|
||||||
|
(list doxygen))
|
||||||
(home-page "https://csl.name/jp2a/")
|
(home-page "https://csl.name/jp2a/")
|
||||||
(synopsis "Convert JPEG images to ASCII")
|
(synopsis "Convert JPEG images to ASCII")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue