[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: Add gsound.
From: |
Ludovic Courtès |
Subject: |
06/07: gnu: Add gsound. |
Date: |
Sat, 23 Sep 2017 12:35:34 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0ec171ecb4d3ee253210dca1dc778383cd0fc400
Author: Mohammed Sadiq <address@hidden>
Date: Fri Sep 22 21:29:34 2017 +0530
gnu: Add gsound.
* gnu/packages/gnome.scm (gsound): New public variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/gnome.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ebfc844..c0b5a8a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5967,6 +5967,34 @@ specified duration and save it as a GIF encoded animated
image file.")
(home-page "https://git.gnome.org/browse/byzanz")
(license license:gpl2+))))
+(define-public gsound
+ (package
+ (name "gsound")
+ (version "1.0.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0lwfwx2c99qrp08pfaj59pks5dphsnxjgrxyadz065d8xqqgza5v"))))
+ (build-system glib-or-gtk-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("gobject-introspection" ,gobject-introspection)
+ ("vala" ,vala)))
+ (inputs
+ `(("glib" ,glib)
+ ("libcanberra" ,libcanberra)))
+ (home-page "https://wiki.gnome.org/Projects/GSound")
+ (synopsis "GObject wrapper for libcanberra")
+ (description
+ "GSound is a small library for playing system sounds. It's designed to be
+used via GObject Introspection, and is a thin wrapper around the libcanberra C
+library.")
+ (license license:lgpl2.1+)))
+
(define-public libzapojit
(package
(name "libzapojit")
- branch master updated (a0b80a5 -> 60e2a9a), Ludovic Courtès, 2017/09/23
- 06/07: gnu: Add gsound.,
Ludovic Courtès <=
- 07/07: gnu: Add gnome-clocks., Ludovic Courtès, 2017/09/23
- 01/07: gnu: gnurl: Update to 7.55.1-4., Ludovic Courtès, 2017/09/23
- 04/07: gnu: Add ibutils., Ludovic Courtès, 2017/09/23
- 05/07: gnu: libgweather: Enable vala support., Ludovic Courtès, 2017/09/23
- 03/07: gnu: Add infiniband-diags., Ludovic Courtès, 2017/09/23
- 02/07: gnu: Add opensm., Ludovic Courtès, 2017/09/23