summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-25 23:59:12 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-25 23:59:12 +0200
commit7f42e556d1747985c03c40ee3b621d35c4f789bc (patch)
tree87d80ce0e6665b2b6c35acdb9a546b380e0f3d45 /media-sound/pulseaudio
parentsys-apps/kmscon: new (revived) package (diff)
downloadgentoo-7f42e556d1747985c03c40ee3b621d35c4f789bc.tar.gz
gentoo-7f42e556d1747985c03c40ee3b621d35c4f789bc.tar.bz2
gentoo-7f42e556d1747985c03c40ee3b621d35c4f789bc.zip
media-sound/pulseaudio: Add instructions to make qpaeq really work
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r--media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild b/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild
index 4b4924da9440..4ed441bbe232 100644
--- a/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild
@@ -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."