[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
190/285: gnu: Add kmix.
From: |
guix-commits |
Subject: |
190/285: gnu: Add kmix. |
Date: |
Sun, 29 Dec 2019 20:44:27 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 604f6467dc58eda1d4736b43793168113ea56d4b
Author: Hartmut Goebel <address@hidden>
Date: Sun Dec 8 18:15:49 2019 +0100
gnu: Add kmix.
* gnu/packages/kde-multimedia.scm (kmix): New variable.
---
gnu/packages/kde-multimedia.scm | 47 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index af39b81..f96ef79 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -252,6 +252,53 @@ autoloading of subtitle files for use while playing
video.")
(license ;; GPL for programs, FDL for documentation
(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"))))
+ (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 ;; GPL for programs, LGPL for libraries, FDL for documentation
+ (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
+
(define-public libkcddb
(package
(name "libkcddb")
- 205/285: gnu: guix-data-service: Update to 0.0.1-12.f56935a., (continued)
- 205/285: gnu: guix-data-service: Update to 0.0.1-12.f56935a., guix-commits, 2019/12/29
- 212/285: gnu: r-slam: Update to 0.1-47., guix-commits, 2019/12/29
- 208/285: gnu: r-delayedarray: Update to 0.12.1., guix-commits, 2019/12/29
- 211/285: gnu: r-bibtex: Update to 0.4.2.1., guix-commits, 2019/12/29
- 213/285: gnu: r-foreign: Update to 0.8-74., guix-commits, 2019/12/29
- 162/285: build-system: linux-module: Add substitutable keyword., guix-commits, 2019/12/29
- 161/285: gnu: python-funcparserlib: Fix typo., guix-commits, 2019/12/29
- 168/285: gnu: axoloti-patcher-next: Remove commented expression., guix-commits, 2019/12/29
- 169/285: gnu: Remove squashfs-tools-next., guix-commits, 2019/12/29
- 176/285: gnu: libspatialindex: Update to 1.9.3., guix-commits, 2019/12/29
- 190/285: gnu: Add kmix.,
guix-commits <=
- 192/285: gnu: Add kwave., guix-commits, 2019/12/29
- 203/285: git-authenticate: Keep a local cache of previously-authenticated commits., guix-commits, 2019/12/29
- 155/285: gnu: nethack: Update to 3.6.4., guix-commits, 2019/12/29
- 163/285: gnu: Add zfs., guix-commits, 2019/12/29
- 160/285: gnu: python-pathos: Run test suite., guix-commits, 2019/12/29
- 167/285: gnu: guix-data-service: Update to 0.0.1-11.7342280., guix-commits, 2019/12/29
- 171/285: gnu: geos: Update to 3.8.0., guix-commits, 2019/12/29
- 181/285: download: Enable TLS 1.3., guix-commits, 2019/12/29
- 144/285: gnu: libdvbpsi: Update to 1.3.3., guix-commits, 2019/12/29
- 172/285: gnu: Add proj., guix-commits, 2019/12/29