diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-12-05 10:30:55 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-12-05 10:30:55 +0000 |
commit | 93c8d6e95c7c5f1b7ba24ef19ff28ec31d36e199 (patch) | |
tree | 0bfce6ff3b4cfe4977192a9b83061f2c3e0d852e /media-sound/pulseaudio | |
parent | Stable for x86, wrt bug #529834 (diff) | |
download | gentoo-2-93c8d6e95c7c5f1b7ba24ef19ff28ec31d36e199.tar.gz gentoo-2-93c8d6e95c7c5f1b7ba24ef19ff28ec31d36e199.tar.bz2 gentoo-2-93c8d6e95c7c5f1b7ba24ef19ff28ec31d36e199.zip |
Increase severity of the messages as people wanting to run pulseaudio[alsa] will need alsa-plugins most time if they don't want to see the many alsa-only apps to bypass pulseaudio
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r-- | media-sound/pulseaudio/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-5.0-r6.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/pulseaudio/ChangeLog b/media-sound/pulseaudio/ChangeLog index c9fb6b75910e..9c562ed4a2ac 100644 --- a/media-sound/pulseaudio/ChangeLog +++ b/media-sound/pulseaudio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/pulseaudio # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.359 2014/12/04 19:54:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.360 2014/12/05 10:30:55 pacho Exp $ + + 05 Dec 2014; Pacho Ramos <pacho@gentoo.org> pulseaudio-5.0-r6.ebuild: + Increase severity of the messages as people wanting to run pulseaudio[alsa] + will need alsa-plugins most time if they don't want to see the many alsa-only + apps to bypass pulseaudio *pulseaudio-5.0-r6 (04 Dec 2014) diff --git a/media-sound/pulseaudio/pulseaudio-5.0-r6.ebuild b/media-sound/pulseaudio/pulseaudio-5.0-r6.ebuild index 0cce1367bdcf..6639d877cdd5 100644 --- a/media-sound/pulseaudio/pulseaudio-5.0-r6.ebuild +++ b/media-sound/pulseaudio/pulseaudio-5.0-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r6.ebuild,v 1.1 2014/12/04 19:54:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r6.ebuild,v 1.2 2014/12/05 10:30:55 pacho Exp $ EAPI="5" inherit autotools bash-completion-r1 eutils flag-o-matic linux-info readme.gentoo systemd user versionator udev multilib-minimal @@ -352,8 +352,8 @@ pkg_postinst() { fi if use alsa && ! has_version 'media-plugins/alsa-plugins[pulseaudio]'; then - elog - elog "You may want to install media-plugins/alsa-plugins[pulseaudio]" - elog "if you want ALSA-only apps to automatically use PulseAudio." + ewarn + ewarn "You will need to install media-plugins/alsa-plugins[pulseaudio]" + ewarn "if you want ALSA-only apps to automatically use PulseAudio." fi } |