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 74E8B15802F for ; Thu, 30 Mar 2023 19:53:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF889E0819; Thu, 30 Mar 2023 19:53:25 +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 760C8E0819 for ; Thu, 30 Mar 2023 19:53:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E490340E03 for ; Thu, 30 Mar 2023 19:53:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D20B18E6 for ; Thu, 30 Mar 2023 19:53:22 +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: <1680205956.3613564cec4d8eb2365bb105093cd9105239def7.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.67.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: 3613564cec4d8eb2365bb105093cd9105239def7 X-VCS-Branch: master Date: Thu, 30 Mar 2023 19:53:22 +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: b18fdd4f-3dc0-4343-8b57-8b6d19bb7c74 X-Archives-Hash: 4c285d709eee29d78788c422e618f3da commit: 3613564cec4d8eb2365bb105093cd9105239def7 Author: Sam James gentoo org> AuthorDate: Thu Mar 30 19:51:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 30 19:52:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3613564c media-video/pipewire: tweak audio group message further Was too tired last night. Thanks to i-garrison for pointing this out. Fixes: 7b14e706b6d98d815dd379a8798fecf656bb90f2 Signed-off-by: Sam James gentoo.org> media-video/pipewire/pipewire-0.3.67.ebuild | 15 ++++++++------- media-video/pipewire/pipewire-9999.ebuild | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/media-video/pipewire/pipewire-0.3.67.ebuild b/media-video/pipewire/pipewire-0.3.67.ebuild index e84a91018b81..b1230b4c5b11 100644 --- a/media-video/pipewire/pipewire-0.3.67.ebuild +++ b/media-video/pipewire/pipewire-0.3.67.ebuild @@ -346,15 +346,16 @@ pkg_postinst() { for ver in ${REPLACING_VERSIONS} ; do if ver_test ${ver} -le 0.3.66-r1 ; then elog ">=pipewire-0.3.66 uses the 'pipewire' group to manage permissions" - elog "and limits needed to function smoothly." - elog "1. Please make sure your user is in the 'pipewire' group for correct" - elog "PAM limits behavior! You can add your account with:" + elog "and limits needed to function smoothly:" + elog + elog "1. Please make sure your user is in the 'pipewire' group for" + elog "the best experience with realtime scheduling (PAM limits behavior)!" + elog "You can add your account with:" elog " usermod -aG pipewire " elog - elog "2. For the best experience with realtime scheduling, it is" - elog "recommended that you remove your user from the 'audio' group" - elog "as it can interfere with fast user switching, unless you rely on" - elog "the audio group for device access control or ACLs." + elog "2. For the best experience with fast user switching, it is recommended" + elog "that you remove your user from the 'audio' group unless you rely on the" + elog "audio group for device access control or ACLs.:" elog " usermod -rG audio " elog diff --git a/media-video/pipewire/pipewire-9999.ebuild b/media-video/pipewire/pipewire-9999.ebuild index de1a8b3cdb0d..bcdc4725ecd4 100644 --- a/media-video/pipewire/pipewire-9999.ebuild +++ b/media-video/pipewire/pipewire-9999.ebuild @@ -346,15 +346,16 @@ pkg_postinst() { for ver in ${REPLACING_VERSIONS} ; do if ver_test ${ver} -le 0.3.66-r1 ; then elog ">=pipewire-0.3.66 uses the 'pipewire' group to manage permissions" - elog "and limits needed to function smoothly." - elog "1. Please make sure your user is in the 'pipewire' group for correct" - elog "PAM limits behavior! You can add your account with:" + elog "and limits needed to function smoothly:" + elog + elog "1. Please make sure your user is in the 'pipewire' group for" + elog "the best experience with realtime scheduling (PAM limits behavior)!" + elog "You can add your account with:" elog " usermod -aG pipewire " elog - elog "2. For the best experience with realtime scheduling, it is" - elog "recommended that you remove your user from the 'audio' group" - elog "as it can interfere with fast user switching, unless you rely on" - elog "the audio group for device access control or ACLs." + elog "2. For the best experience with fast user switching, it is recommended" + elog "that you remove your user from the 'audio' group unless you rely on the" + elog "audio group for device access control or ACLs.:" elog " usermod -rG audio " elog