GNU bug report logs - #67342
[PATCH] Add kfkdcraw

Previous Next

Package: guix-patches;

Reported by: Mehmet Tekman <mtekman89 <at> gmail.com>

Date: Tue, 21 Nov 2023 20:54:02 UTC

Severity: normal

Tags: patch

Done: Mehmet Tekman <mtekman89 <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67342 in the body.
You can then email your comments to 67342 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67342; Package guix-patches. (Tue, 21 Nov 2023 20:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mehmet Tekman <mtekman89 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 21 Nov 2023 20:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mehmet Tekman <mtekman89 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add kfkdcraw
Date: Tue, 21 Nov 2023 21:53:22 +0100
[Message part 1 (text/plain, inline)]
This patch is a dependency of krita 5.2.1

[0001-gnu-Add-kfkdcraw.patch (text/x-patch, inline)]
From 2d6b249f6e443a6a69d6d68209114fe8b29d6e11 Mon Sep 17 00:00:00 2001
From: mtekman <mtekman89 <at> gmail.com>
Date: Tue, 21 Nov 2023 21:16:13 +0100
Subject: [PATCH] gnu: Add kfkdcraw.

* gnu/packages/kde-frameworks.scm (kfkdcraw): New variable

Change-Id: I45ade91f9bca011a8c47e879585c27c7a9de59cf
---
 gnu/packages/kde-frameworks.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 0384baae46..ffb34a7b21 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -218,6 +218,26 @@ (define-public kquickcharts
 continuous display of high-volume data.")
     (license (list license:lgpl2.1 license:lgpl3))))
 
+(define-public kfkdcraw
+  (package
+    (name "kfkdcraw")
+    (version "23.08.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/release-service/" version
+                           "/src/libkdcraw-" version ".tar.xz"))
+       (sha256
+        (base32 "0iyq01ql0v0vvcca2qa7vi02kby76446qja7vg6h70524pgvdjx3"))))
+    (build-system cmake-build-system)
+    (native-inputs (list extra-cmake-modules pkg-config qttools-5))
+    (inputs (list qtbase-5 libraw))
+    (home-page "https://api.kde.org/libkdcraw/html/index.html")
+    (synopsis "Thread-safe wrapper around libraw")
+    (description "Libkdcraw is a KDE wrapper around the libraw-0.21.1
+library for manipulating image metadata.")
+    (license license:lgpl2.1+)))
+
 (define-public phonon
   (package
     (name "phonon")
-- 
2.41.0


Reply sent to Mehmet Tekman <mtekman89 <at> gmail.com>:
You have taken responsibility. (Mon, 27 Nov 2023 23:11:01 GMT) Full text and rfc822 format available.

Notification sent to Mehmet Tekman <mtekman89 <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 Nov 2023 23:11:02 GMT) Full text and rfc822 format available.

Message #10 received at 67342-done <at> debbugs.gnu.org (full text, mbox):

From: Mehmet Tekman <mtekman89 <at> gmail.com>
To: 67342-done <at> debbugs.gnu.org
Subject: [PATCH] Add kfkdcraw
Date: Tue, 28 Nov 2023 00:09:54 +0100
Close this issue. The library already exists under the name "libkdcraw"
which I somehow missed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 26 Dec 2023 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 135 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.