all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gabriel Wicki <gabriel@erlikon.ch>
To: guix-devel@gnu.org
Subject: Proposal for a new "audio" related team
Date: Tue, 02 May 2023 17:02:10 +0200	[thread overview]
Message-ID: <87ilda4w0d.fsf@erlikon.ch> (raw)

Hi!

When i recently fixed SuperCollider i found out that we don't have an
audio team (yet)!  So, following Ludo's suggestion here's my proposal,
a call to join and the patches to make it actually happen.

I'm not as much an expert as i am an enthusiast, but i am usually happy
to help fixing stuff and getting things to work.


Gabriel aka gabber


From 030c80f6114a4cb08978f56790ecf3dabfb9b0a5 Mon Sep 17 00:00:00 2001
Message-Id: <030c80f6114a4cb08978f56790ecf3dabfb9b0a5.1683039070.git.gabriel@erlikon.ch>
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Tue, 2 May 2023 16:38:15 +0200
Subject: [PATCH 1/2] teams: Add audio team.

* etc/teams.scm.in (audio): Add team.
---
 etc/teams.scm.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index dec175f630..705cf9b23d 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -464,6 +464,12 @@ (define-team lxqt
         #:scope (list "gnu/packages/lxqt.scm"
                       "gnu/packages/qt.scm")))
 
+(define-team audio
+  (team 'audio
+        #:name "Audio team"
+        #:description "Audio related packages."
+        #:scope (list "gnu/packages/audio.scm")))
+
 \f
 (define-member (person "Eric Bavier"
                        "bavier@posteo.net")

base-commit: 91bfd30ee3f35dfb7048bf42aea92f939cffbf17
-- 
2.39.2


From caecaf628ff221b4a3d19ce2f857b53a03241ffc Mon Sep 17 00:00:00 2001
Message-Id: <caecaf628ff221b4a3d19ce2f857b53a03241ffc.1683039070.git.gabriel@erlikon.ch>
In-Reply-To: <030c80f6114a4cb08978f56790ecf3dabfb9b0a5.1683039070.git.gabriel@erlikon.ch>
References: <030c80f6114a4cb08978f56790ecf3dabfb9b0a5.1683039070.git.gabriel@erlikon.ch>
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Tue, 2 May 2023 16:47:41 +0200
Subject: [PATCH 2/2] teams: Add Gabriel Wicki.

* etc/teams.scm.in ("Gabriel Wicki"): New member.
---
 etc/teams.scm.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 705cf9b23d..348c3308cf 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -583,6 +583,10 @@ (define-member (person "Maxim Cournoyer"
                        "maxim.cournoyer@gmail.com")
   gnome)
 
+(define-member (person "Gabriel Wicki"
+                       "gabriel@erlikon.ch")
+  audio)
+
 \f
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
-- 
2.39.2


                 reply	other threads:[~2023-05-02 15:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87ilda4w0d.fsf@erlikon.ch \
    --to=gabriel@erlikon.ch \
    --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.