summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-19 00:22:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-19 00:22:36 +0000
commit3d9fced087a87b8b18b12feca88a7afbc249b226 (patch)
treecc8ab68b7248486fd89223fd0bf827f315f03987 /media-sound/pulseaudio
parentAdd ~x86-fbsd keyword, and force serial install or it fails. (diff)
downloadhistorical-3d9fced087a87b8b18b12feca88a7afbc249b226.tar.gz
historical-3d9fced087a87b8b18b12feca88a7afbc249b226.tar.bz2
historical-3d9fced087a87b8b18b12feca88a7afbc249b226.zip
Add dependency on eselect-esd and relative call to put the esd symlink in place.
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r--media-sound/pulseaudio/ChangeLog7
-rw-r--r--media-sound/pulseaudio/pulseaudio-0.9.2.ebuild7
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
}