commit:     3613564cec4d8eb2365bb105093cd9105239def7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 19:51:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <youruser>"
                        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 <youruser>"
                        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 <youruser>"
                        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 <youruser>"
                        elog
 

Reply via email to