From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3D3815810F for ; Sat, 10 Jun 2023 17:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4139E088D; Sat, 10 Jun 2023 17:05:46 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C61B5E088D for ; Sat, 10 Jun 2023 17:05:46 +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 B5EB233BEF8 for ; Sat, 10 Jun 2023 17:05:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34AB2A80 for ; Sat, 10 Jun 2023 17:05:44 +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: <1686416714.67e4c509642350f2b071757a6f9127328156ab48.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pipewire/pipewire-0.3.71-r2.ebuild media-video/pipewire/pipewire-9999.ebuild X-VCS-Directories: media-video/pipewire/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67e4c509642350f2b071757a6f9127328156ab48 X-VCS-Branch: master Date: Sat, 10 Jun 2023 17:05:44 +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: de7c8716-6d8f-4b86-b580-776db414323b X-Archives-Hash: f3f93b5f73bf438deb079c20a97097a1 commit: 67e4c509642350f2b071757a6f9127328156ab48 Author: Sam James gentoo org> AuthorDate: Sat Jun 10 17:05:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 10 17:05:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e4c509 media-video/pipewire: add comment re presets Signed-off-by: Sam James gentoo.org> media-video/pipewire/pipewire-0.3.71-r2.ebuild | 2 ++ media-video/pipewire/pipewire-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-video/pipewire/pipewire-0.3.71-r2.ebuild b/media-video/pipewire/pipewire-0.3.71-r2.ebuild index 3eaeee2651b6..7289c71e58b0 100644 --- a/media-video/pipewire/pipewire-0.3.71-r2.ebuild +++ b/media-video/pipewire/pipewire-0.3.71-r2.ebuild @@ -402,6 +402,8 @@ pkg_postinst() { if [[ ${HAD_SOUND_SERVER} -eq 0 || -z ${REPLACING_VERSIONS} ]] ; then # TODO: We could drop most of this if we set up systemd presets? + # They're worth looking into because right now, the out-of-the-box experience + # is automatic on OpenRC, while it needs manual intervention on systemd. if use sound-server && use systemd ; then elog elog "When switching from PulseAudio, you may need to disable PulseAudio:" diff --git a/media-video/pipewire/pipewire-9999.ebuild b/media-video/pipewire/pipewire-9999.ebuild index 3eaeee2651b6..7289c71e58b0 100644 --- a/media-video/pipewire/pipewire-9999.ebuild +++ b/media-video/pipewire/pipewire-9999.ebuild @@ -402,6 +402,8 @@ pkg_postinst() { if [[ ${HAD_SOUND_SERVER} -eq 0 || -z ${REPLACING_VERSIONS} ]] ; then # TODO: We could drop most of this if we set up systemd presets? + # They're worth looking into because right now, the out-of-the-box experience + # is automatic on OpenRC, while it needs manual intervention on systemd. if use sound-server && use systemd ; then elog elog "When switching from PulseAudio, you may need to disable PulseAudio:"