From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47F4D15807A for ; Sun, 08 Jun 2025 05:19:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 33C37343087 for ; Sun, 08 Jun 2025 05:19:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2E763110105; Sun, 08 Jun 2025 05:19:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 221A9110105 for ; Sun, 08 Jun 2025 05:19:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC248343090 for ; Sun, 08 Jun 2025 05:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D21628C9 for ; Sun, 08 Jun 2025 05:19:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749359888.e798a5e08c84d860553234cbd30f67c529c5f66d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pipewire/metadata.xml X-VCS-Directories: media-video/pipewire/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e798a5e08c84d860553234cbd30f67c529c5f66d X-VCS-Branch: master Date: Sun, 08 Jun 2025 05:19:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 615b0076-0e3f-4338-a62f-2d187fac9744 X-Archives-Hash: 52cc48857051178148d676f50f83f141 commit: e798a5e08c84d860553234cbd30f67c529c5f66d Author: Sam James gentoo org> AuthorDate: Sun Jun 8 05:18:08 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 8 05:18:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e798a5e0 media-video/pipewire: improve USE=pipewire-alsa description Closes: https://bugs.gentoo.org/893412 Signed-off-by: Sam James gentoo.org> media-video/pipewire/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/pipewire/metadata.xml b/media-video/pipewire/metadata.xml index 142806d1888c..db347d472d4b 100644 --- a/media-video/pipewire/metadata.xml +++ b/media-video/pipewire/metadata.xml @@ -26,7 +26,7 @@ Enable loudness normalisation according to the EBU R128 standard using media-libs/libebur128 Allow loading LV2 plugins via media-libs/lv2 Combined with USE=bluetooth, allows PipeWire to perform telephony on mobile devices. - Replace PulseAudio's ALSA plugin with PipeWire's plugin + Install ALSA plugin, similar to media-plugins/alsa-plugins's USE=pulseaudio. Enable roc support for real-time audio streaming over the network, using media-libs/roc-toolkit. See https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Network#roc Enable raop-sink support (needs dev-libs/openssl) Install systemd unit files for running as a system service. Not recommended.