GNU bug report logs -
#67342
[PATCH] Add kfkdcraw
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 28 Nov 2023 00:09:54 +0100
with message-id <87il5myerh.fsf <at> gmail.com>
and subject line [PATCH] Add kfkdcraw
has caused the debbugs.gnu.org bug report #67342,
regarding [PATCH] Add kfkdcraw
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
67342: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67342
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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
[Message part 5 (message/rfc822, inline)]
Close this issue. The library already exists under the name "libkdcraw"
which I somehow missed.
This bug report was last modified 1 year and 179 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.