GNU bug report logs - #76885
[PATCH] gnu: Add kamera.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Sun, 9 Mar 2025 10:21:03 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sughosha <sughosha <at> disroot.org>
Subject: bug#76885: closed (Re: [bug#76885] [PATCH v2] gnu: Add kamera.)
Date: Sun, 09 Mar 2025 16:23:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76885: [PATCH] gnu: Add kamera.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 76885 <at> debbugs.gnu.org.

-- 
76885: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76885
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <z572 <at> z572.online>
To: Sughosha via Guix-patches via <guix-patches <at> gnu.org>
Cc: 76885-done <at> debbugs.gnu.org, Sughosha <sughosha <at> disroot.org>
Subject: Re: [bug#76885] [PATCH v2] gnu: Add kamera.
Date: Mon, 10 Mar 2025 00:22:23 +0800
[Message part 3 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/kde-utils.scm (kamera): New variable.
>
> Change-Id: Ic1ff5c386cc40f58cd0e3b8486b9127f5b1e61fd
> ---
>  gnu/packages/kde-utils.scm | 33 +++++++++++++++++++++++++++++++++
>  1 file changed, 33 insertions(+)
>
> diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
> index 300b90a49f..3101738452 100644
> --- a/gnu/packages/kde-utils.scm
> +++ b/gnu/packages/kde-utils.scm
> @@ -46,6 +46,7 @@ (define-module (gnu packages kde-utils)
>    #:use-module (gnu packages mp3)
>    #:use-module (gnu packages multiprecision)
>    #:use-module (gnu packages pdf)
> +  #:use-module (gnu packages photo)
>    #:use-module (gnu packages pkg-config)
>    #:use-module (gnu packages kde)
>    #:use-module (gnu packages kde-frameworks)
> @@ -349,6 +350,38 @@ (define-public isoimagewriter
>       "This package provides a tool to write ISO files to USB disks.")
>      (license license:gpl3+)))
>  
> +(define-public kamera
> +  (package
> +    (name "kamera")
> +    (version "24.12.3")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "mirror://kde/stable/release-service/"
> +                                  version "/src/kamera-" version ".tar.xz"))
> +              (sha256
> +               (base32
> +                "1jvd5lhjpfl9zs53qg69440awqxxhzdkjni0pqk80y953kfsghx0"))))
> +    (build-system qt-build-system)
> +    (arguments
> +     (list #:qtbase qtbase))
> +    (native-inputs
> +     (list extra-cmake-modules kdoctools))
> +    (inputs
> +     (list kcmutils
> +           kconfig
> +           kconfigwidgets
> +           kxmlgui
> +           ki18n
> +           kio
> +           libgphoto2))
> +    (home-page "https://apps.kde.org/kamera/")
> +    (synopsis "KDE integration to digital cameras")
> +    (description
> +     "Kamera provides a configuration tool and a KIO worker to read and write
> +to camera devices supported by @code{libgphoto2} using
> +@acronym{PTP,Pictute Transfer Protocol}.")
> +    (license license:gpl2+)))
> +
>  (define-public kate
>    (package
>      (name "kate")
>
> base-commit: f3f09fb4a370fd0363fd216f73736164a2a29f7b
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Sughosha <sughosha <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH] gnu: Add kamera.
Date: Sun,  9 Mar 2025 15:49:30 +0530
* gnu/packages/kde-utils.scm (kamera): New variable.

Change-Id: I30569d5a1149e8a06391f82faca5680af4b7d802
---
 gnu/packages/kde-utils.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 300b90a49f..4974b5b730 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -46,6 +46,7 @@ (define-module (gnu packages kde-utils)
   #:use-module (gnu packages mp3)
   #:use-module (gnu packages multiprecision)
   #:use-module (gnu packages pdf)
+  #:use-module (gnu packages photo)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages kde)
   #:use-module (gnu packages kde-frameworks)
@@ -349,6 +350,38 @@ (define-public isoimagewriter
      "This package provides a tool to write ISO files to USB disks.")
     (license license:gpl3+)))
 
+(define-public kamera
+  (package
+    (name "kamera")
+    (version "24.12.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/release-service/"
+                                  version "/src/kamera-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1jvd5lhjpfl9zs53qg69440awqxxhzdkjni0pqk80y953kfsghx0"))))
+    (build-system qt-build-system)
+    (arguments
+     (list #:qtbase qtbase))
+    (native-inputs
+     (list extra-cmake-modules kdoctools))
+    (inputs
+     (list libgphoto2
+           kcmutils
+           kconfig
+           kconfigwidgets
+           kxmlgui
+           ki18n
+           kio))
+    (home-page "https://apps.kde.org/kamera/")
+    (synopsis "KDE integration to digital cameras")
+    (description
+     "Kamera provides a configuration tool and a KIO worker to read and write
+to camera devices supported by @code{libgphoto2} using
+@acronym{PTP,Pictute Transfer Protocol}.")
+    (license license:gpl2+)))
+
 (define-public kate
   (package
     (name "kate")

base-commit: f3f09fb4a370fd0363fd216f73736164a2a29f7b
-- 
2.47.1




This bug report was last modified 130 days ago.

Previous Next


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