[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: Add mate-media.
From: |
Efraim Flashner |
Subject: |
11/13: gnu: Add mate-media. |
Date: |
Tue, 12 Sep 2017 02:57:32 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 4d553e0a9374e25f03a4ef2fd2aba783c47e5005
Author: ng0 <address@hidden>
Date: Wed Aug 23 17:18:02 2017 +0000
gnu: Add mate-media.
* gnu/packages/mate.scm (mate-media): New variable.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/mate.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1af6b50..b8b4056 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -469,6 +469,43 @@ Interactive Weather Information Network (IWIN).
@end enumerate\n")
(license (list license:gpl2+ license:lgpl2.0+ license:gpl3+))))
+(define-public mate-media
+ (package
+ (name "mate-media")
+ (version "1.18.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://pub.mate-desktop.org/releases/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1l0j71d07898wb6ily09sj1xczwrmcw13wyhxwns7sxw592nwi04"))))
+ (build-system glib-or-gtk-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("intltool" ,intltool)
+ ("gettext" ,gettext-minimal)
+ ("gobject-introspection" ,gobject-introspection)))
+ (inputs
+ `(("cairo" ,cairo)
+ ("gtk+" ,gtk+)
+ ("libcanberra" ,libcanberra)
+ ("libmatemixer" ,libmatemixer)
+ ("libxml2" ,libxml2)
+ ("mate-applets" ,mate-applets)
+ ("mate-desktop" ,mate-desktop)
+ ("mate-panel" ,mate-panel)
+ ("pango" ,pango)
+ ("startup-notification" ,startup-notification)))
+ (home-page "https://mate-desktop.org/")
+ (synopsis "Multimedia related programs for the MATE desktop")
+ (description
+ "Mate-media includes the MATE media tools for MATE, including
+mate-volume-control, a MATE volume control application and applet.")
+ (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.1+))))
+
(define-public mate-panel
(package
(name "mate-panel")
- 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, 2017/09/12
- 11/13: gnu: Add mate-media.,
Efraim Flashner <=
- 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