guix-patches
[Top][All Lists]
Advanced

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

[bug#32554] [PATCH 4/5] gnu: Krita: Build with libraw 0.18.


From: Leo Famulari
Subject: [bug#32554] [PATCH 4/5] gnu: Krita: Build with libraw 0.18.
Date: Tue, 28 Aug 2018 03:02:43 -0400

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 0f2ede7f8..7b157853d 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 3fd3d0854..7bdf04cb4 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")
-- 
2.18.0






reply via email to

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