guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: Krita: Build with libraw 0.18.


From: Leo Famulari
Subject: 04/05: gnu: Krita: Build with libraw 0.18.
Date: Sat, 1 Sep 2018 02:10:35 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit fd67d793c27f4f675708862df59336cb1133ade1
Author: Leo Famulari <address@hidden>
Date:   Tue Aug 28 01:02:59 2018 -0400

    gnu: Krita: Build with libraw 0.18.
    
    Fixes <https://bugs.gnu.org/32467>.
    
    Reported by Björn Höfling <address@hidden>.
    
    * gnu/packages/photo.scm (libraw-0.18): New variable.
    * gnu/packages/kde.scm (krita)[inputs]: Use libraw-0.18.
---
 gnu/packages/kde.scm   |  2 +-
 gnu/packages/photo.scm | 12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 0f2ede7..7b15785 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -316,7 +316,7 @@ plugins, as well as code to create plugins, or complete 
applications.")
        ("fftw" ,fftw)
        ("gsl" ,gsl)
        ("poppler-qt5" ,poppler-qt5)
-       ("libraw" ,libraw)
+       ("libraw" ,libraw-0.18)
        ("libtiff" ,libtiff)
        ("perl" ,perl)
        ("ilmbase" ,ilmbase)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 3fd3d08..7bdf04c 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -95,6 +95,18 @@ cameras (CRW/CR2, NEF, RAF, DNG, and others).")
     ;; both two licensing modes for your changes/additions."
     (license (list license:lgpl2.1 license:cddl1.0))))
 
+(define-public libraw-0.18
+  (package (inherit libraw)
+    (name "libraw")
+    (version "0.18.12")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://www.libraw.org/data/LibRaw-";
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "1m2khr2cij8z6lawgbmdksjn14fpnjsy8ad4qahnpqapm1slsxap"))))))
+
 (define-public libexif
   (package
     (name "libexif")



reply via email to

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