[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: cups-filters: Update to 1.13.1.
From: |
Mark H. Weaver |
Subject: |
05/13: gnu: cups-filters: Update to 1.13.1. |
Date: |
Wed, 11 Jan 2017 16:25:11 +0000 (UTC) |
mhw pushed a commit to branch master
in repository guix.
commit f8489f160b08deb4501ddc5e9cde911f6167ab1f
Author: Efraim Flashner <address@hidden>
Date: Sun Dec 25 06:50:57 2016 +0200
gnu: cups-filters: Update to 1.13.1.
* gnu/packages/cups.scm (cups-filters): Update to 1.13.1.
[inputs]: Switch libjpeg-8 to libjpeg.
[arguments]: Disable driverless printing, set location for bash shell.
---
gnu/packages/cups.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index baa77f7..ca16958 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -51,7 +51,7 @@
(define-public cups-filters
(package
(name "cups-filters")
- (version "1.11.5")
+ (version "1.13.1")
(source(origin
(method url-fetch)
(uri
@@ -59,7 +59,7 @@
"cups-filters-" version ".tar.xz"))
(sha256
(base32
- "1hcp1cfx1a71aa6fyayajjh7vw1ia7zya6981gz73vsy2pdb23qf"))
+ "0s7hylp2lcvc1vrqpywpv7lspkrh4xf7cyi4nbg10cf38rshj474"))
(modules '((guix build utils)))
(snippet
;; install backends, banners and filters to cups-filters output
@@ -85,12 +85,16 @@
(arguments
`(#:make-flags (list (string-append "PREFIX=" %output))
#:configure-flags
- `(,(string-append "--with-test-font-path="
+ `("--disable-driverless" ; TODO: enable this
+ ,(string-append "--with-test-font-path="
(assoc-ref %build-inputs "font-dejavu")
"/share/fonts/truetype/DejaVuSans.ttf")
,(string-append "--with-gs-path="
(assoc-ref %build-inputs "ghostscript")
"/bin/gsc")
+ ,(string-append "--with-shell="
+ (assoc-ref %build-inputs "bash")
+ "/bin/bash")
,(string-append "--with-rcdir="
(assoc-ref %outputs "out") "/etc/rc.d"))))
(native-inputs
@@ -100,12 +104,12 @@
`(("avahi" ,avahi)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
- ("font-dejavu" ,font-dejavu) ;needed by test suite
+ ("font-dejavu" ,font-dejavu) ; also needed by test suite
("ghostscript" ,(force ghostscript/cups))
("ijs" ,ijs)
("dbus" ,dbus)
("lcms" ,lcms)
- ("libjpeg-8" ,libjpeg-8)
+ ("libjpeg" ,libjpeg)
("libpng" ,libpng)
("libtiff" ,libtiff)
("mupdf" ,mupdf)
- branch master updated (9b5364a -> c5edbb9), Mark H. Weaver, 2017/01/11
- 03/13: gnu: libxpm: Update to 3.5.12., Mark H. Weaver, 2017/01/11
- 04/13: gnu: mesa: Enable floating point textures., Mark H. Weaver, 2017/01/11
- 10/13: Revert "gnu: nss: Add comment about test failures in NSS 3.27.2", Mark H. Weaver, 2017/01/11
- 08/13: gnu: cairo: Update to 1.14.8., Mark H. Weaver, 2017/01/11
- 02/13: gnu: kmod: Update to 23., Mark H. Weaver, 2017/01/11
- 07/13: gnu: harfbuzz: Update to 1.3.4., Mark H. Weaver, 2017/01/11
- 01/13: gnu: Patch libxt's default search path., Mark H. Weaver, 2017/01/11
- 11/13: gnu: kcrash: Work around race condition when starting Xvfb., Mark H. Weaver, 2017/01/11
- 05/13: gnu: cups-filters: Update to 1.13.1.,
Mark H. Weaver <=
- 09/13: gnu: cairomm: Update to 1.12.2., Mark H. Weaver, 2017/01/11
- 12/13: Revert "gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host.", Mark H. Weaver, 2017/01/11
- 13/13: gnu: ardour: Add eudev dependency., Mark H. Weaver, 2017/01/11
- 06/13: gnu: poppler: Update to 0.50.0., Mark H. Weaver, 2017/01/11