diff options
author | 2008-08-03 12:37:01 +0000 | |
---|---|---|
committer | 2008-08-03 12:37:01 +0000 | |
commit | 0f2d24deb2f481cb52243d800c8ec82103dabf17 (patch) | |
tree | 259fc6644b0c10eafd0eacce5b6c1579f16a7a70 /media-sound/pulseaudio | |
parent | Add USE flag description to metadata wrt GLEP 56. (diff) | |
download | gentoo-2-0f2d24deb2f481cb52243d800c8ec82103dabf17.tar.gz gentoo-2-0f2d24deb2f481cb52243d800c8ec82103dabf17.tar.bz2 gentoo-2-0f2d24deb2f481cb52243d800c8ec82103dabf17.zip |
Add a message telling people to install alsa-plugins with pulseaudio support if not installed already. Fixes bug #233193.
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r-- | media-sound/pulseaudio/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild | 11 |
2 files changed, 16 insertions, 2 deletions
diff --git a/media-sound/pulseaudio/ChangeLog b/media-sound/pulseaudio/ChangeLog index a94e2594d093..264a3c2d8ca9 100644 --- a/media-sound/pulseaudio/ChangeLog +++ b/media-sound/pulseaudio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/pulseaudio # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.107 2008/08/03 08:15:57 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.108 2008/08/03 12:37:01 betelgeuse Exp $ + + 03 Aug 2008; Petteri Räty <betelgeuse@gentoo.org> + pulseaudio-0.9.11-r1.ebuild: + Add a message telling people to install alsa-plugins with pulseaudio + support if not installed already. Fixes bug #233193. *pulseaudio-0.9.11-r1 (03 Aug 2008) diff --git a/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild index 73ec89a8760b..52e005ab208f 100644 --- a/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild,v 1.1 2008/08/03 08:15:57 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.11-r1.ebuild,v 1.2 2008/08/03 12:37:01 betelgeuse Exp $ EAPI=1 @@ -185,6 +185,15 @@ pkg_postinst() { elog "still experimental, so please report to upstream if you have" elog "problems with it." fi + if use alsa; then + local pkg="media-plugins/alsa-plugins" + if has_version ${pkg} && ! built_with_use --missing false ${pkg} pulseaudio; then + elog + elog "You have alsa support enabled so you probably want to install" + elog "${pkg} with pulseaudio support to have" + elog "alsa using applications route their sound through pulseaudio" + fi + fi eselect esd update --if-unset } |