GNU bug report logs - #53560
[PATCH] gnu: Add emacs-alsamixer-el.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Wed, 26 Jan 2022 21:25:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 53560 in the body.
You can then email your comments to 53560 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53560; Package guix-patches. (Wed, 26 Jan 2022 21:25:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 26 Jan 2022 21:25:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add emacs-alsamixer-el.
Date: Wed, 26 Jan 2022 16:23:53 -0500
* gnu/packages/emacs-xyz.scm (emacs-alsamixer-el): New variable.
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 68c10a2307..258c2b25b5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29965,6 +29965,27 @@ (define-public emacs-setup
 local macros are documented in the docstring for @code{setup}.")
     (license license:gpl3+)))
 
+(define-public emacs-alsamixer-el
+  (package
+    (name "emacs-alsamixer-el")
+    (version "0.2.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://github.com/remvee/alsamixer-el")
+         (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0c40vycphv5nf374rp8pnzvi50vlmgab3wrdq92hyprjw76gwxhk"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/remvee/alsamixer-el")
+    (synopsis "Emacs interface to amixer")
+    (description "@code{emacs-alsamixer-el} provides basic commands to control
+audio volume via amixer.")
+    (license license:gpl3+)))
+
 (define-public emacs-fennel-mode
   (package
     (name "emacs-fennel-mode")
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#53560; Package guix-patches. (Wed, 26 Jan 2022 22:43:01 GMT) Full text and rfc822 format available.

Message #8 received at 53560 <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 53560 <at> debbugs.gnu.org
Date: Wed, 26 Jan 2022 17:42:09 -0500
Hi, 

alsamixer.el provides basic commands to control audio volume via amixer.

I'll remove this package from guixrus pre-release channel once/if
accepted in GNU Guix upstream:

https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/emacs.scm#L46

all best,

jgart






Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 28 Jan 2022 08:14:01 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Fri, 28 Jan 2022 08:14:02 GMT) Full text and rfc822 format available.

Message #13 received at 53560-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: jgart via Guix-patches via <guix-patches <at> gnu.org>
Cc: 53560-done <at> debbugs.gnu.org, jgart <jgart <at> dismail.de>
Subject: Re: [bug#53560] [PATCH] gnu: Add emacs-alsamixer-el.
Date: Fri, 28 Jan 2022 09:13:30 +0100
Hello,

jgart via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-alsamixer-el): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#53560; Package guix-patches. (Fri, 28 Jan 2022 08:14:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 25 Feb 2022 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 116 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.