guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: 01/05: gnu: gimp: Add EXIF and SVG support, plus color management.
Date: Sat, 07 Feb 2015 22:17:51 +0000

civodul pushed a commit to branch master
in repository guix.

commit 4320c094f3cfd736f37b4461f11da320e073e292
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 7 14:50:48 2015 +0100

    gnu: gimp: Add EXIF and SVG support, plus color management.
    
    * gnu/packages/gimp.scm (gimp)[inputs]: Add LIBEXIF, LCMS, and LIBRSVG.
---
 gnu/packages/gimp.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index b5d0b7c..25a4169 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]