[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38532] [PATCH 07/11] gnu: Add kmix.
From: |
Hartmut Goebel |
Subject: |
[bug#38532] [PATCH 07/11] gnu: Add kmix. |
Date: |
Sun, 8 Dec 2019 17:43:51 +0100 |
* gnu/packages/kde-multimedia.scm (kmix): New variable.
---
gnu/packages/kde-multimedia.scm | 49 +++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index e2f0a10948..fad5b75b2a 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -24,8 +24,10 @@
#:use-module (guix utils)
#:use-module (gnu packages)
#:use-module (gnu packages base)
+ #:use-module (gnu packages glib)
#:use-module (gnu packages gnome)
#:use-module (gnu packages kde-frameworks)
+ #:use-module (gnu packages libcanberra)
#:use-module (gnu packages linux)
#:use-module (gnu packages mp3)
#:use-module (gnu packages music)
@@ -286,3 +288,50 @@ network streams easily.
Kaffeine can keep track of multiple playlists simultaneously, and supports
autoloading of subtitle files for use while playing video.")
(license (list license:gpl2+ license:fdl1.2+))))
+
+(define-public kmix
+ (package
+ (name "kmix")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/kmix-" version ".tar.xz"))
+ (sha256
+ (base32 "1g42hlmpdf0rrgqapps6v47z9cnwpkfzpwgavaq26m5k3bpanwfg"))))
+ (properties `((tags . ("Desktop" "KDE" "Multimedia"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("alsa-lib" ,alsa-lib)
+ ("glib" ,glib)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcompletion" ,kcompletion)
+ ("kconfig" ,kconfig)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcrash" ,kcrash)
+ ("kdbusaddons" ,kdbusaddons)
+ ("kdoctools" ,kdoctools)
+ ("kglobalaccel" ,kglobalaccel)
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("knotifications" ,knotifications)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("kwindowsystem" ,kwindowsystem)
+ ("kxmlgui" ,kxmlgui)
+ ("libcanberra" ,libcanberra)
+ ("oxygen-icons" ,oxygen-icons) ; default icon set
+ ("plasma-framework" ,plasma-framework)
+ ("pulseaudio" ,pulseaudio)
+ ("qtbase" ,qtbase)
+ ("solid" ,solid)))
+ (home-page "https://kde.org/applications/multimedia/org.kde.kmix")
+ (synopsis "Volume control and mixer")
+ (description "KMix is an audio device mixer, used to adjust volume, select
+recording inputs, and set other hardware options.
+
+This package is part of the KDE multimedia module.")
+ (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
--
2.21.0
- [bug#38532] [PATCH 00/11] Add audiofile and KDE mulitmedia applications., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 01/11] gnu: Add audiofile., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 02/11] gnu: Add dragon., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 04/11] gnu: Add k3b., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 03/11] gnu: Add juk., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 07/11] gnu: Add kmix.,
Hartmut Goebel <=
- [bug#38532] [PATCH 05/11] gnu: Add libkcddb., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 06/11] gnu: Add kaffeine., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 10/11] gnu: Add elisa., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 08/11] gnu: Add kmplayer., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 09/11] gnu: Add kwave., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 11/11] gnu: Add kamoso., Hartmut Goebel, 2019/12/08
- [bug#38532] Patches updated, Hartmut Goebel, 2019/12/11
- Message not available