gnu: leptonica: Update to 1.72.
* gnu/packages/image.scm (leptonica): Update to 1.72.
This commit is contained in:
parent
d8c317df26
commit
bce5ae1d26
|
@ -184,14 +184,14 @@ the W3C's XML-based Scaleable Vector Graphic (SVG) format.")
|
||||||
(define-public leptonica
|
(define-public leptonica
|
||||||
(package
|
(package
|
||||||
(name "leptonica")
|
(name "leptonica")
|
||||||
(version "1.71")
|
(version "1.72")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.leptonica.com/source/leptonica-"
|
(uri (string-append "http://www.leptonica.com/source/leptonica-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0j5qgrff6im5n9waflbi7w643q1p6mahyf2z35gb4vj9h5p76pfc"))
|
(base32 "0mhzvqs0im04y1cpcc1yma70hgdac1frf33h73m9z3356bfymmbr"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; zlib and openjpg should be under Libs, not Libs.private. See:
|
;; zlib and openjpg should be under Libs, not Libs.private. See:
|
||||||
;; https://code.google.com/p/tesseract-ocr/issues/detail?id=1436
|
;; https://code.google.com/p/tesseract-ocr/issues/detail?id=1436
|
||||||
|
@ -228,7 +228,8 @@ the W3C's XML-based Scaleable Vector Graphic (SVG) format.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "prog/reg_wrapper.sh"
|
(substitute* "prog/reg_wrapper.sh"
|
||||||
((" /bin/sh ")
|
((" /bin/sh ")
|
||||||
(string-append " " (which "sh") " "))))))))
|
(string-append " " (which "sh") " "))
|
||||||
|
(("which gnuplot") (which "gnuplot"))))))))
|
||||||
(home-page "http://www.leptonica.com/")
|
(home-page "http://www.leptonica.com/")
|
||||||
(synopsis "Library and tools for image processing and analysis")
|
(synopsis "Library and tools for image processing and analysis")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue