From: Christopher Baines <mail@cbaines.net>
To: guix-devel@gnu.org
Subject: [PATCH 3/3] gnu: Add paprefs
Date: Wed, 17 Feb 2016 15:02:41 +0000 [thread overview]
Message-ID: <1455721361-14591-4-git-send-email-mail@cbaines.net> (raw)
In-Reply-To: <1455721361-14591-1-git-send-email-mail@cbaines.net>
* gnu/packages/pulseaudio.scm (paprefs): New variable
---
gnu/packages/pulseaudio.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index fe976a9..9e807a8 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -30,6 +30,8 @@
#:use-module (gnu packages databases)
#:use-module (gnu packages glib)
#:use-module (gnu packages gtk)
+ #:use-module (gnu packages lynx)
+ #:use-module (gnu packages gnome)
#:use-module (gnu packages libcanberra)
#:use-module (gnu packages web)
#:use-module (gnu packages linux)
@@ -221,3 +223,35 @@ sound server.")
graphical user interface to connect to a PulseAudio server and
easily control the volume of all clients, sinks, etc.")
(license l:gpl2+)))
+
+(define-public paprefs
+ (package
+ (name "paprefs")
+ (version "0.9.10")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://freedesktop.org/software/pulseaudio/paprefs/paprefs-"
+ version
+ ".tar.xz"))
+ (sha256
+ (base32
+ "1c5b3sb881szavly220q31g7rvpn94wr7ywlk00hqb9zaikml716"))))
+ (build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags '("CXXFLAGS=-std=c++11"))) ; required by gtkmm
+ (inputs
+ `(("pulseaudio" ,pulseaudio)
+ ("gconfmm" ,gconfmm)
+ ("lynx" ,lynx) ; used for documentation generation
+ ("libglademm" ,libglademm)
+ ("dbus-glib" ,dbus-glib)))
+ (native-inputs
+ `(("intltool" ,intltool)
+ ("pkg-config" ,pkg-config)))
+ (home-page "https://freedesktop.org/software/pulseaudio/paprefs/")
+ (synopsis "simple configuration dialog for PulseAudio")
+ (description
+ "PulseAudio Preferences (paprefs) is a simple GTK+ based configuration
+dialog for the PulseAudio sound server.")
+ (license l:gpl2+)))
--
2.7.0
next prev parent reply other threads:[~2016-02-17 15:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-17 15:02 [PATCH] Add paprefs and dependencies Christopher Baines
2016-02-17 15:02 ` [PATCH 1/3] gnu: Add gconfmm Christopher Baines
2016-02-20 5:32 ` Leo Famulari
2016-02-20 8:48 ` Alex Kost
2016-02-17 15:02 ` [PATCH 2/3] gnu: Add libglademm Christopher Baines
2016-02-20 5:33 ` Leo Famulari
2016-02-29 9:55 ` Ludovic Courtès
2016-02-17 15:02 ` Christopher Baines [this message]
2016-02-20 5:39 ` [PATCH 3/3] gnu: Add paprefs Leo Famulari
2016-09-29 9:25 ` ng0
2016-12-20 15:35 ` ng0
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455721361-14591-4-git-send-email-mail@cbaines.net \
--to=mail@cbaines.net \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.