unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 32554@debbugs.gnu.org
Subject: [bug#32554] [PATCH 4/5] gnu: Krita: Build with libraw 0.18.
Date: Tue, 28 Aug 2018 03:02:43 -0400	[thread overview]
Message-ID: <daa5e6a591219a0de0918ca21770a71b64fb0449.1535439754.git.leo@famulari.name> (raw)
In-Reply-To: <7af341495687f1a36c13876daba0b63240d0d3aa.1535439754.git.leo@famulari.name>

Fixes <https://bugs.gnu.org/32467>.

Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>.

* 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

  parent reply	other threads:[~2018-08-28  7:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-28  6:45 [bug#32554] KDE 5.49.0 update, fixes Krita Leo Famulari
2018-08-28  7:02 ` [bug#32554] [PATCH 1/5] gnu: KDE: Update to 5.49.0 Leo Famulari
2018-08-28  7:02   ` [bug#32554] [PATCH 2/5] gnu: libksysguard: Update to 5.13.4 Leo Famulari
2018-08-28  7:02   ` [bug#32554] [PATCH 3/5] gnu: Krita: Update to 4.1.1 Leo Famulari
2018-08-28  7:02   ` Leo Famulari [this message]
2018-08-28  7:02   ` [bug#32554] [PATCH 5/5] gnu: Remove Krita 3 Leo Famulari
2018-09-01  6:11 ` bug#32554: KDE 5.49.0 update, fixes Krita Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=daa5e6a591219a0de0918ca21770a71b64fb0449.1535439754.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=32554@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).