[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: Add libmatemixer.
From: |
Efraim Flashner |
Subject: |
07/13: gnu: Add libmatemixer. |
Date: |
Tue, 12 Sep 2017 02:57:31 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 133cb8766c012d3dfc4f9081976ae90e8870535d
Author: ng0 <address@hidden>
Date: Tue Aug 15 20:23:59 2017 +0000
gnu: Add libmatemixer.
* gnu/packages/mate.scm (libmatemixer): New variable.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/mate.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 17e6c0c..00d371b 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -29,6 +29,7 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages libcanberra)
+ #:use-module (gnu packages linux)
#:use-module (gnu packages glib)
#:use-module (gnu packages gtk)
#:use-module (gnu packages gnome)
@@ -37,6 +38,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages xml)
#:use-module (gnu packages photo)
+ #:use-module (gnu packages pulseaudio)
#:use-module (gnu packages python))
(define-public mate-icon-theme
@@ -241,6 +243,36 @@ configurations (profiles).")
configuration program to choose applications starting on login.")
(license license:gpl2)))
+(define-public libmatemixer
+ (package
+ (name "libmatemixer")
+ (version "1.18.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://pub.mate-desktop.org/releases/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "09vyxnlnalws318gsafdfi5c6jwpp92pbafn1ddlqqds23ihk4mr"))))
+ (build-system glib-or-gtk-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("intltool" ,intltool)
+ ("gobject-introspection" ,gobject-introspection)))
+ (inputs
+ `(("glib" ,glib)
+ ("pulseaudio" ,pulseaudio)
+ ("alsa-lib" ,alsa-lib)))
+ (home-page "https://mate-desktop.org/")
+ (synopsis "Mixer library for the MATE desktop")
+ (description
+ "Libmatemixer is a mixer library for MATE desktop. It provides an
abstract
+API allowing access to mixer functionality available in the PulseAudio and ALSA
+sound systems.")
+ (license license:lgpl2.1)))
+
(define-public mate-menus
(package
(name "mate-menus")
- branch master updated (f435379 -> b5831eb), Efraim Flashner, 2017/09/12
- 01/13: gnu: monero: Fix building on aarch64-linux., Efraim Flashner, 2017/09/12
- 04/13: gnu: Add marco., Efraim Flashner, 2017/09/12
- 03/13: gnu: Add mate-terminal., Efraim Flashner, 2017/09/12
- 09/13: gnu: Add mate-settings-daemon., Efraim Flashner, 2017/09/12
- 07/13: gnu: Add libmatemixer.,
Efraim Flashner <=
- 11/13: gnu: Add mate-media., Efraim Flashner, 2017/09/12
- 13/13: gnu: Add mate., Efraim Flashner, 2017/09/12
- 02/13: gnu: Add caja., Efraim Flashner, 2017/09/12
- 05/13: gnu: Add mate-session-manager., Efraim Flashner, 2017/09/12
- 06/13: gnu: Add mate-panel., Efraim Flashner, 2017/09/12
- 08/13: gnu: Add libmatekbd., Efraim Flashner, 2017/09/12
- 10/13: gnu: Add mate-applets., Efraim Flashner, 2017/09/12
- 12/13: gnu: Add mate-control-center., Efraim Flashner, 2017/09/12