GNU bug report logs -
#39411
[PATCH] gnu: Add pamixer.
Previous Next
Reported by: Amin Bandali <mab <at> gnu.org>
Date: Tue, 4 Feb 2020 07:42:01 UTC
Severity: normal
Tags: patch
Done: Amin Bandali <mab <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39411 in the body.
You can then email your comments to 39411 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#39411
; Package
guix-patches
.
(Tue, 04 Feb 2020 07:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Amin Bandali <mab <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 04 Feb 2020 07:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/pulseaudio.scm (pamixer): New variable.
---
gnu/packages/pulseaudio.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 5651127b38..2bbe6c5bdd 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2017 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2018 Pierre Langlois <pierre.langlois <at> gmx.com>
;;; Copyright © 2019 Alex Griffin <a <at> ajgrf.com>
+;;; Copyright © 2020 Amin Bandali <mab <at> gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -37,6 +38,7 @@
#:use-module (gnu packages audio)
#:use-module (gnu packages autotools)
#:use-module (gnu packages avahi)
+ #:use-module (gnu packages boost)
#:use-module (gnu packages check)
#:use-module (gnu packages dbm)
#:use-module (gnu packages glib)
@@ -365,3 +367,38 @@ install one or more of the following packages alongside pulseaudio-dlna:
@item vorbis-tools - Vorbis transcoding support
@end itemize")
(license l:gpl3+))))
+
+(define-public pamixer
+ (package
+ (name "pamixer")
+ (version "1.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cdemoulins/pamixer.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1i14550n8paijwwnhksv5izgfqm3s5q2773bdfp6vyqybkll55f7"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f ; There is no test suite.
+ #:make-flags
+ (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
+ #:phases
+ (modify-phases %standard-phases
+ (delete 'configure) ; There's no configure phase.
+ (add-before 'install 'mkdir-bin
+ (lambda _
+ (mkdir-p (string-append (assoc-ref %outputs "out") "/bin"))
+ #t)))))
+ (inputs
+ `(("boost" ,boost)
+ ("pulseaudio" ,pulseaudio)))
+ (home-page "https://github.com/cdemoulins/pamixer")
+ (synopsis "PulseAudio command line mixer")
+ (description
+ "pamixer is like amixer but for PulseAudio, allowing easy control of the
+volume levels of the sinks (get, set, decrease, increase, toggle mute, etc).")
+ (license l:gpl3+)))
--
2.25.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#39411
; Package
guix-patches
.
(Wed, 05 Feb 2020 00:31:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 39411 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Tue, Feb 04, 2020 at 02:41:03AM -0500, Amin Bandali wrote:
> * gnu/packages/pulseaudio.scm (pamixer): New variable.
Thanks! Pushed as b2a6a784003e0bb7f958666186522fbdf2356071
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Amin Bandali <mab <at> gnu.org>
:
You have taken responsibility.
(Wed, 05 Feb 2020 01:14:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Amin Bandali <mab <at> gnu.org>
:
bug acknowledged by developer.
(Wed, 05 Feb 2020 01:14:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 39411-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:
> On Tue, Feb 04, 2020 at 02:41:03AM -0500, Amin Bandali wrote:
>> * gnu/packages/pulseaudio.scm (pamixer): New variable.
>
> Thanks! Pushed as b2a6a784003e0bb7f958666186522fbdf2356071
>
Thanks, Leo!
Closing.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 04 Mar 2020 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 107 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.