summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-30 20:51:53 +0100
committerSam James <sam@gentoo.org>2023-03-30 20:52:36 +0100
commit3613564cec4d8eb2365bb105093cd9105239def7 (patch)
treecc0d36aa1d593b90b9a0602fb8d176e5ca8f18d8 /media-video
parentdev-python/wrapt: Remove old (diff)
downloadgentoo-3613564cec4d8eb2365bb105093cd9105239def7.tar.gz
gentoo-3613564cec4d8eb2365bb105093cd9105239def7.tar.bz2
gentoo-3613564cec4d8eb2365bb105093cd9105239def7.zip
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@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/pipewire/pipewire-0.3.67.ebuild15
-rw-r--r--media-video/pipewire/pipewire-9999.ebuild15
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