Archived
1
0
Fork 0

gnu: poppler: Update to 0.50.0.

* gnu/packages/pdf.scm (poppler): Update to 0.50.0.
This commit is contained in:
Efraim Flashner 2016-12-25 07:42:20 +02:00 committed by Mark H Weaver
parent f8489f160b
commit 51f0592fbf
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -72,14 +72,14 @@
(define-public poppler (define-public poppler
(package (package
(name "poppler") (name "poppler")
(version "0.47.0") (version "0.50.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://poppler.freedesktop.org/poppler-" (uri (string-append "https://poppler.freedesktop.org/poppler-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0hnjkcqqk87dw3hlda4gh4l7brkslniax9a79g772jn3iwiffwmq")))) "0dmwnh59m75vhii6dw63x8l0qa0ha733pb8bdqzr7lw9nwc37jf9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; FIXME: ;; FIXME:
;; use libcurl: no ;; use libcurl: no
@ -89,7 +89,7 @@
("libpng" ,libpng) ("libpng" ,libpng)
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("lcms" ,lcms) ("lcms" ,lcms)
("openjpeg-1" ,openjpeg-1) ("openjpeg-1" ,openjpeg-1) ; prefers openjpeg-1
("zlib" ,zlib) ("zlib" ,zlib)
;; To build poppler-glib (as needed by Evince), we need Cairo and ;; To build poppler-glib (as needed by Evince), we need Cairo and
@ -117,7 +117,8 @@
(setenv "CPATH" (setenv "CPATH"
(string-append (assoc-ref %build-inputs "openjpeg-1") (string-append (assoc-ref %build-inputs "openjpeg-1")
"/include/openjpeg-1.5" "/include/openjpeg-1.5"
":" (or (getenv "CPATH") "")))))))) ":" (or (getenv "CPATH") "")))
#t)))))
(synopsis "PDF rendering library") (synopsis "PDF rendering library")
(description (description
"Poppler is a PDF rendering library based on the xpdf-3.0 code base.") "Poppler is a PDF rendering library based on the xpdf-3.0 code base.")