mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add haruna.
* gnu/packages/kde-multimedia.scm (haruna): New variable. Change-Id: I424bf7d8fbcf6f64f356d7bd79a306003565a09f Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
80d8996192
commit
6e50b0c56a
1 changed files with 40 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
#:use-module (gnu packages gstreamer)
|
#:use-module (gnu packages gstreamer)
|
||||||
#:use-module (gnu packages kde)
|
#:use-module (gnu packages kde)
|
||||||
#:use-module (gnu packages kde-frameworks)
|
#:use-module (gnu packages kde-frameworks)
|
||||||
|
#:use-module (gnu packages kde-plasma)
|
||||||
#:use-module (gnu packages libcanberra)
|
#:use-module (gnu packages libcanberra)
|
||||||
#:use-module (gnu packages linux)
|
#:use-module (gnu packages linux)
|
||||||
#:use-module (gnu packages mp3)
|
#:use-module (gnu packages mp3)
|
||||||
|
@ -143,6 +144,45 @@ This package is part of the KDE multimedia module.")
|
||||||
(license ;; GPL for programs, FDL for documentation
|
(license ;; GPL for programs, FDL for documentation
|
||||||
(list license:gpl2+ license:fdl1.2+))))
|
(list license:gpl2+ license:fdl1.2+))))
|
||||||
|
|
||||||
|
(define-public haruna
|
||||||
|
(package
|
||||||
|
(name "haruna")
|
||||||
|
(version "1.2.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://kde/stable/haruna/" version
|
||||||
|
"/haruna-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1yv2qcjb2q17r416y055ib6kisvslg76qkh651ff5ilq6hd2c0gb"))))
|
||||||
|
(build-system qt-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:qtbase qtbase))
|
||||||
|
(native-inputs
|
||||||
|
(list extra-cmake-modules))
|
||||||
|
(inputs
|
||||||
|
(list breeze ;default theme
|
||||||
|
breeze-icons ;default icon set
|
||||||
|
ffmpeg
|
||||||
|
kcolorscheme
|
||||||
|
kconfig
|
||||||
|
kcoreaddons
|
||||||
|
kcrash
|
||||||
|
kfilemetadata
|
||||||
|
ki18n
|
||||||
|
kiconthemes
|
||||||
|
kio
|
||||||
|
kirigami
|
||||||
|
kwindowsystem
|
||||||
|
mpvqt
|
||||||
|
qqc2-desktop-style
|
||||||
|
sonnet
|
||||||
|
qt5compat
|
||||||
|
yt-dlp))
|
||||||
|
(home-page "https://haruna.kde.org/")
|
||||||
|
(synopsis "Video player built with Qt/QML and libmpv")
|
||||||
|
(description "Haruna is a video player build with Qt/QML and libmpv.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public elisa
|
(define-public elisa
|
||||||
(package
|
(package
|
||||||
(name "elisa")
|
(name "elisa")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue