>From fe51c1498140db9e592fce50d27b876e0c598c12 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Fri, 4 Sep 2015 21:43:40 +0200 Subject: [PATCH 2/2] gnu: libtiff: Build with the current libjpeg instead of libjpeg-8. * gnu/packages/image.scm (libtiff)[inputs]: Use libjpeg instead of libjpeg-9. [arguments]: Drop the now unneeded field. --- gnu/packages/image.scm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 63a923e..89b2483 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -116,13 +116,7 @@ image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats.") "171hgy4mylwmvdm7gp6ffjva81m4j56v3fbqsbfl7avzxn1slpp2")))) (build-system gnu-build-system) (inputs `(("zlib" ,zlib) - ("libjpeg-8" ,libjpeg-8))) - ;; currently does not compile with libjpeg version 9 - (arguments - `(#:configure-flags - (list (string-append "--with-jpeg-include-dir=" - (assoc-ref %build-inputs "libjpeg-8") - "/include")))) + ("libjpeg" ,libjpeg))) (synopsis "Library for handling TIFF files") (description "Libtiff provides support for the Tag Image File Format (TIFF), a format -- 2.5.0