gnu: gimp: Add EXIF and SVG support, plus color management.

* gnu/packages/gimp.scm (gimp)[inputs]: Add LIBEXIF, LCMS, and LIBRSVG.
master
Ludovic Courtès 2015-02-07 14:50:48 +01:00
parent 5cc0e48613
commit 4320c094f3
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@ buffers.")
("libjpeg" ,libjpeg-8)
("atk" ,atk)
("gtk+" ,gtk+-2)
("exif" ,libexif) ;optional, EXIF + XMP support
("lcms" ,lcms) ;optional, color management
("librsvg" ,librsvg) ;optional, SVG support
("gegl" ,gegl)))
(native-inputs
`(("pkg-config" ,pkg-config)