[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: mupdf: Update to 1.21.1.
From: |
guix-commits |
Subject: |
01/10: gnu: mupdf: Update to 1.21.1. |
Date: |
Wed, 1 Feb 2023 16:20:11 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 4b15cb672d589a0ebde6c135d5f7b7b9412435c1
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Mon Jan 30 08:01:20 2023 +0100
gnu: mupdf: Update to 1.21.1.
* gnu/packages/pdf.scm (mupdf): Update to 1.21.1.
[arguments]: Remove superfluous make flag.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/pdf.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 8f3bec35d6..cf5a7af6e0 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -758,15 +758,14 @@ and based on PDF specification 1.7.")
(define-public mupdf
(package
(name "mupdf")
- (version "1.20.3")
+ (version "1.21.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://mupdf.com/downloads/archive/"
"mupdf-" version "-source.tar.lz"))
(sha256
- (base32
- "0s0qclxxdjis04mczgz0fhfpv0j8llk48g82zlfrk0daz0zgcwvg"))
+ (base32 "0876sn5nd8vyw9d3d3bmripm119jy6734rs0ywppqzvccy839936"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -814,14 +813,13 @@ and based on PDF specification 1.7.")
"USE_SYSTEM_JPEGXR=no # not available"
"USE_SYSTEM_LCMS2=no # lcms2mt is strongly preferred"
"USE_SYSTEM_LIBJPEG=yes"
- "USE_SYSTEM_MUJS=no # not available"
+ "USE_SYSTEM_MUJS=yes"
"USE_SYSTEM_OPENJPEG=yes"
"USE_SYSTEM_ZLIB=yes"
"USE_SYSTEM_GLUT=no"
"USE_SYSTEM_CURL=yes"
"USE_SYSTEM_LEPTONICA=yes"
"USE_SYSTEM_TESSERACT=yes"
- "USE_SYSTEM_MUJS=yes"
"shared=yes"
(string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib")
(string-append "prefix=" #$output))
- branch master updated (9d7a1e58f9 -> 43eed907d2), guix-commits, 2023/02/01
- 01/10: gnu: mupdf: Update to 1.21.1.,
guix-commits <=
- 04/10: gnu: Add uwufetch., guix-commits, 2023/02/01
- 09/10: gnu: emacs-tramp: Update to 2.6.0.1., guix-commits, 2023/02/01
- 07/10: gnu: emacs-url-scgi: Update to 0.9., guix-commits, 2023/02/01
- 10/10: gnu: emacs-embark: Update to 0.21.1., guix-commits, 2023/02/01
- 05/10: gnu: emacs-auctex: Update to 13.1.9., guix-commits, 2023/02/01
- 03/10: gnu: emacs-ibrowse: Update to 0.1.8., guix-commits, 2023/02/01
- 06/10: gnu: emacs-compat: Update to 29.1.3.2., guix-commits, 2023/02/01
- 08/10: gnu: emacs-pyim: Update to 5.3.0., guix-commits, 2023/02/01
- 02/10: gnu: Add emacs-pretty-speedbar., guix-commits, 2023/02/01