guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/11: gnu: mupdf: Update to 1.18.0.


From: guix-commits
Subject: 07/11: gnu: mupdf: Update to 1.18.0.
Date: Tue, 24 Nov 2020 06:22:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c5427f016ab1c4259a74d142747181032034ad55
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 24 01:30:24 2020 +0100

    gnu: mupdf: Update to 1.18.0.
    
    * gnu/packages/pdf.scm (mupdf): Update to 1.18.0.
    [inputs]: Add gumbo-parser.
---
 gnu/packages/pdf.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 15f37ed..59c8c02 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -88,6 +88,7 @@
   #:use-module (gnu packages sqlite)
   #:use-module (gnu packages tex)
   #:use-module (gnu packages tls)
+  #:use-module (gnu packages web)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg)
@@ -683,7 +684,7 @@ extracting content or merging files.")
 (define-public mupdf
   (package
     (name "mupdf")
-    (version "1.16.1")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
@@ -710,6 +711,7 @@ extracting content or merging files.")
       `(("curl" ,curl)
         ("freeglut" ,freeglut)
         ("freetype" ,freetype)
+        ("gumbo-parser" ,gumbo-parser)
         ("harfbuzz" ,harfbuzz)
         ("jbig2dec" ,jbig2dec)
         ("libjpeg" ,libjpeg-turbo)
@@ -722,14 +724,14 @@ extracting content or merging files.")
     (native-inputs
       `(("pkg-config" ,pkg-config)))
     (arguments
-      '(#:tests? #f ; no check target
+      '(#:tests? #f                     ; no check target
         #:make-flags (list "CC=gcc"
                            "XCFLAGS=-fpic"
                            "USE_SYSTEM_LIBS=yes"
                            "USE_SYSTEM_MUJS=yes"
                            (string-append "prefix=" (assoc-ref %outputs 
"out")))
         #:phases (modify-phases %standard-phases
-                  (delete 'configure))))
+                   (delete 'configure)))) ; no configure script
     (home-page "https://mupdf.com";)
     (synopsis "Lightweight PDF viewer and toolkit")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]