media-sound/pulseaudio: Add instructions to make qpaeq really work
authorPacho Ramos <pacho@gentoo.org>
Mon, 25 Jun 2018 21:59:12 +0000 (23:59 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 25 Jun 2018 21:59:12 +0000 (23:59 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild

index 4b4924da944086d2a2af38ba299788ef8fbe5dd7..4ed441bbe23270a18c617a11d74297f2fe4d2921 100644 (file)
@@ -324,6 +324,14 @@ pkg_postinst() {
                elog "which is required to set equalizer levels will not work."
        fi
 
+       if use equalizer && use qt5; then
+               elog "You will need to load some extra modules to make qpaeq work."
+               elog "You can do that by adding the following two lines in"
+               elog "/etc/pulse/default.pa and restarting pulseaudio:"
+               elog "load-module module-equalizer-sink"
+               elog "load-module module-dbus-protocol"
+       fi
+
        if use native-headset && use ofono-headset; then
                elog "You have enabled both native and ofono headset profiles. The runtime decision"
                elog "which to use is done via the 'headset' argument of module-bluetooth-discover."