From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id EKRrA76ekWQQBgEASxT56A (envelope-from ) for ; Tue, 20 Jun 2023 14:42:38 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id cB1qA76ekWS3DQEAauVa8A (envelope-from ) for ; Tue, 20 Jun 2023 14:42:38 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DF9014026 for ; Tue, 20 Jun 2023 14:42:37 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qBagW-0000BV-Ll; Tue, 20 Jun 2023 08:42:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBagN-0000AA-Aw for guix-patches@gnu.org; Tue, 20 Jun 2023 08:42:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qBagM-0001Ri-UH for guix-patches@gnu.org; Tue, 20 Jun 2023 08:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qBagM-00073I-GN for guix-patches@gnu.org; Tue, 20 Jun 2023 08:42:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63863] [PATCH v4 0/1] gnu: home: Add support for home-pipewire-service References: <13252a733171e18f4d39d0185ddf3e8e3c06bc15.1685747062.git.bjc@spork.org> In-Reply-To: <13252a733171e18f4d39d0185ddf3e8e3c06bc15.1685747062.git.bjc@spork.org> Resent-From: Brian Cully Original-Sender: "Debbugs-submit" Resent-CC: , guix-patches@gnu.org Resent-Date: Tue, 20 Jun 2023 12:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63863 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63863@debbugs.gnu.org Cc: Brian Cully , ( , Andrew Tropin , Ludovic =?UTF-8?Q?Court=C3=A8s?= X-Debbugs-Original-Xcc: ( , Andrew Tropin , Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 63863-submit@debbugs.gnu.org id=B63863.168726489027056 (code B ref 63863); Tue, 20 Jun 2023 12:42:02 +0000 Received: (at 63863) by debbugs.gnu.org; 20 Jun 2023 12:41:30 +0000 Received: from localhost ([127.0.0.1]:58276 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBafq-00072K-2C for submit@debbugs.gnu.org; Tue, 20 Jun 2023 08:41:30 -0400 Received: from coleridge.kublai.com ([166.84.7.167]:60642 helo=mail.spork.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBafn-00072B-3U for 63863@debbugs.gnu.org; Tue, 20 Jun 2023 08:41:28 -0400 Received: from psyduck.jhoto.kublai.com (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id 6C907F0D9; Tue, 20 Jun 2023 08:41:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1687264886; bh=FmVCT8DQxo6gFK87NGuDRnotRemDrGyb2DpkhO3MoEA=; h=From:To:Cc:Subject:Date; b=qNALLC5OnmM4UVdZ/2iMlKL0KIVXlDXcYgz3ReiPQlKp9hnC2m6xZLF0kQN+29Wlg CesYpd1v3J0stLBzip7yTdMG0aEKrKSBthNJEcXP0ieISDtpjD81xtoRZp7UQrMmmY c7bs4OVd6npRJRh8eK4JH41RH3jexs7FkMUlBvfE= Date: Tue, 20 Jun 2023 08:41:11 -0400 Message-Id: X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Brian Cully X-ACL-Warn: , Brian Cully via Guix-patches From: Brian Cully via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1687264957; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=RFIFF9cplHRuffd6AMJG0jkBQmnipACfXaRk9DNxUow=; b=D59jaj0jf+NsB1QLJdCGV1j0+z6B7KBM083MOOhju5oepes4l4rEddqxOgui9HaYqn6DEw uEFpyH8yXxRDVr8KPCZdAoUjLm8+daWV9mXbwz81Q5cCRpYrICNxn48CDXXeNIM8bDH+qq +dHFbbGGZGceU5GxHwAHvPYPOT381lNG2D6fsJG8Wq3uUaJB+4i+iWciA9PxHrjeYYGzro IRR1lEaDKI+ZmPEW0M5wOmA6fxR3AuS7T5CUuUlgMHaIwdf6GSh83ZQm2v9b+MBIktLk3u lRSzLFJ+3mnxFHN1R6MZd0uVtgniD4DwoPgYg+kt7ZN85RDtQLaDDEL9w36J5w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=spork.org header.s=dkim header.b=qNALLC5O; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1687264957; a=rsa-sha256; cv=none; b=kmOxxUbwmuPKj3ulCxIT6R9fiNYEgnzMxXZiZa/H7jUclKhQF4NeHrFUzYXvS9+U5ZkfJs fN55rHY8GLtyNZsTO9xwPgCHZBEtMEzafC0uf5BC0esZ065cJcAik/HpgkprOWS0+K6fya zzgxktd8qjWdNyXOgMOX3QJKS5qYMnxQNDaNxLcUbrXvTe4j8UGMj07RqPW8QaiNsOV9Ob BxzC9Bt8Cq8IGoUCSvyRy1LILTr44B8sYU7TMsk7Vbtm+DBOaDo8UqD/9lAe+aXM/wtnO5 nLt447wluItvahkEas6Uvc4fW4TJlhVWuw7UXtkckgZQ5Nsn+3tsLStPdqzX9g== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -1.74 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=spork.org header.s=dkim header.b=qNALLC5O; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: DF9014026 X-Spam-Score: -1.74 X-TUID: QrNXbHiITbGC This patch iteration adds some more documentation. Specifically: 1) Explain why we need the Shepherd to start services, 2) document the Shepherd services started, 3) flesh out the JACK and PulseAudio emulation bits, and, 4) use @subsubheading to separate the PulseAudio RTP stuff from the PipeWire stuff. Regarding point 3, I looked at existing home-service documentation, and used the style found in the shells section of the manual, rather than trying to group everything under the @defvar for the service-type, as is done in other parts (such as desktop services). I did this because the sections in the sound services are more verbose, so I felt it read better with @subsubheading where more disparate topics could be synthesized into a more cohesive narrative structure, leaving @defvar to explain the variables themselves. Also, it meant I wouldn't have to make any major changes to the existing PulseAudio RTP section, which I didn't write, and have only lightly used. Brian Cully (1): gnu: home: Add support for home-pipewire-service doc/guix.texi | 73 +++++++++++++++++++++++ gnu/home/services/sound.scm | 115 +++++++++++++++++++++++++++++++++++- 2 files changed, 187 insertions(+), 1 deletion(-) base-commit: bb09f3ac002a4f34177d42fd3ea0332f4b7fe7a6 -- 2.40.1