diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-25 11:12:59 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-25 11:12:59 +0000 |
commit | a95ba34a13458781c08660d7f1ed4ceb34d30568 (patch) | |
tree | 5d479984deadcd892d63d4ad63badc6523414fde /media-sound/pulseaudio | |
parent | Force the XMMS plugin disabled, now that XMMS is removed, see bug #156187. (diff) | |
download | gentoo-2-a95ba34a13458781c08660d7f1ed4ceb34d30568.tar.gz gentoo-2-a95ba34a13458781c08660d7f1ed4ceb34d30568.tar.bz2 gentoo-2-a95ba34a13458781c08660d7f1ed4ceb34d30568.zip |
Add runtime dependency over alsa-utils for the init.d script, thanks to Andrzej in bug #155707.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r-- | media-sound/pulseaudio/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/media-sound/pulseaudio/ChangeLog b/media-sound/pulseaudio/ChangeLog index f9e1f5e793b6..c5dd98c25e54 100644 --- a/media-sound/pulseaudio/ChangeLog +++ b/media-sound/pulseaudio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/pulseaudio # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.44 2006/11/15 22:48:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.45 2006/11/25 11:12:59 flameeyes Exp $ + + 25 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + pulseaudio-0.9.5-r4.ebuild: + Add runtime dependency over alsa-utils for the init.d script, thanks to + Andrzej in bug #155707. 15 Nov 2006; Jeroen Roovers <jer@gentoo.org> pulseaudio-0.9.5-r4.ebuild: Stable for HPPA (bug #154742). diff --git a/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild index 6c8e51f2e11c..8ba64a7c1204 100644 --- a/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild +++ b/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild,v 1.11 2006/11/15 22:48:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.5-r4.ebuild,v 1.12 2006/11/25 11:12:59 flameeyes Exp $ inherit eutils libtool # autotools @@ -32,6 +32,10 @@ RDEPEND="X? ( || ( x11-libs/libX11 <virtual/x11-7 ) ) DEPEND="${RDEPEND} dev-util/pkgconfig" +# This is for the alsasound init.d script (see bug #155707) +RDEPEND="${RDEPEND} + alsa? ( media-sound/alsa-utils )" + pkg_setup() { if use avahi && ! built_with_use net-dns/avahi dbus ; then echo |