GNU bug report logs -
#64798
[PATCH 000/209] update kde package and add plasme desktop
Previous Next
Reported by: Zheng Junjie <873216071 <at> qq.com>
Date: Sun, 23 Jul 2023 08:11:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #716 received at 64798 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde.scm (libkdcraw): New variable.
---
gnu/packages/kde.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index af0752d21e..49b238ca9f 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1438,6 +1438,28 @@ (define-public kdegraphics-mobipocket
Mobipocket e-books in Dolphin and other KDE apps.")
(license license:gpl2+)))
+(define-public libkdcraw
+ (package
+ (name "libkdcraw")
+ (version "23.04.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/" name "-" version ".tar.xz"))
+ (sha256
+ (base32 "0vwr44j77c1vffsppkzdasd0l8apzx7jn6llwhzb4bjp93arx18w"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ (list pkg-config extra-cmake-modules))
+ (inputs
+ (list libraw qtbase-5))
+ (home-page "https://invent.kde.org/graphics/libkexiv2")
+ (synopsis "C++ interface used to decode RAW picture files")
+ (description "Libkdcraw is a C++ interface around LibRaw library used to
+decode RAW picture files.")
+ (license (list license:gpl2+ license:bsd-3))))
+
(define-public libkexiv2
(package
(name "libkexiv2")
--
2.41.0
This bug report was last modified 1 year and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.