guix-commits
[Top][All Lists]
Advanced

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

73/80: gnu: gegl: Add libraw support.


From: guix-commits
Subject: 73/80: gnu: gegl: Add libraw support.
Date: Sat, 2 Oct 2021 06:56:17 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 6737282a5dd50b4125ce0ea7f56bb20d8363e5d1
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Sep 27 07:04:32 2021 +0000

    gnu: gegl: Add libraw support.
    
    * gnu/packages/gimp.scm (gegl)[inputs]: Add libraw.
---
 gnu/packages/gimp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 1bb660c..50024e0 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -251,7 +251,8 @@ provided, as well as a framework to add new color models 
and data types.")
      `(("cairo" ,cairo)
        ("pango" ,pango)
        ("libpng" ,libpng)
-       ("libjpeg" ,libjpeg-turbo)))
+       ("libjpeg" ,libjpeg-turbo)
+       ("libraw" ,libraw)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("glib" ,glib "bin")             ; for gtester



reply via email to

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