mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add kamera.
* gnu/packages/kde-utils.scm (kamera): New variable. Change-Id: Ic1ff5c386cc40f58cd0e3b8486b9127f5b1e61fd Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
305a5e366c
commit
8e8a31fb99
1 changed files with 33 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
#: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 @@ your computer.")
|
|||
"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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue