diff options
author | 2006-07-19 00:22:36 +0000 | |
---|---|---|
committer | 2006-07-19 00:22:36 +0000 | |
commit | 9aa1251d2f343a5c37f3d655c8fc28db7f9f9379 (patch) | |
tree | e46a2e63fc2078f32d30b8faebd9929e4281591f /media-sound/pulseaudio | |
parent | Add ~x86-fbsd keyword, and force serial install or it fails. (diff) | |
download | gentoo-2-9aa1251d2f343a5c37f3d655c8fc28db7f9f9379.tar.gz gentoo-2-9aa1251d2f343a5c37f3d655c8fc28db7f9f9379.tar.bz2 gentoo-2-9aa1251d2f343a5c37f3d655c8fc28db7f9f9379.zip |
Add dependency on eselect-esd and relative call to put the esd symlink in place.
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r-- | media-sound/pulseaudio/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-0.9.2.ebuild | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/media-sound/pulseaudio/ChangeLog b/media-sound/pulseaudio/ChangeLog index bacc20c6ff6b..101d5b8dca5c 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.8 2006/07/18 22:22:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.9 2006/07/19 00:22:36 flameeyes Exp $ + + 19 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> + pulseaudio-0.9.2.ebuild: + Add dependency on eselect-esd and relative call to put the esd symlink in + place. 18 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> files/pulseaudio.conf.d, files/pulseaudio.init.d, pulseaudio-0.9.2.ebuild: diff --git a/media-sound/pulseaudio/pulseaudio-0.9.2.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.2.ebuild index 003f002f47b4..520a5d2aff31 100644 --- a/media-sound/pulseaudio/pulseaudio-0.9.2.ebuild +++ b/media-sound/pulseaudio/pulseaudio-0.9.2.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.2.ebuild,v 1.6 2006/07/18 22:22:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.2.ebuild,v 1.7 2006/07/19 00:22:36 flameeyes Exp $ inherit eutils libtool autotools @@ -27,7 +27,8 @@ RDEPEND="X? ( || ( x11-libs/libX11 <virtual/x11-7 ) ) >=dev-libs/liboil-0.3.0 jack? ( >=media-sound/jack-audio-connection-kit-0.100 ) tcpd? ( sys-apps/tcp-wrappers ) - lirc? ( app-misc/lirc )" + lirc? ( app-misc/lirc ) + app-admin/eselect-esd" DEPEND="${RDEPEND} dev-util/pkgconfig" @@ -123,4 +124,6 @@ pkg_postinst() { elog "file /etc/pulse/client.conf with the copy in /etc/pulse/client.conf.system" elog "(or to put it in your ~/.pulse/client.conf)." elog "To be able to access that you need to be in the group pulse-access." + + eselect esd update --if-unset } |