~ruther/guix-local

1de0afd5a5f6e1603df414909a3d9c35689aa94e — Andreas Enge 10 years ago 45468e3
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.
1 files changed, 1 insertions(+), 7 deletions(-)

M gnu/packages/image.scm
M gnu/packages/image.scm => gnu/packages/image.scm +1 -7
@@ 115,13 115,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