Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 250909 | Differences between
and this patch

Collapse All | Expand All

(-)./media-sound/pulseaudio/pulseaudio-0.9.13.ebuild (-9 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.13.ebuild,v 1.3 2009/01/02 21:14:14 loki_val Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.13.ebuild,v 1.1 2008/10/09 22:54:16 flameeyes Exp $
4
4
5
EAPI=2
5
EAPI=2
6
6
Lines 33-39 Link Here
33
	)
33
	)
34
	app-admin/eselect-esd
34
	app-admin/eselect-esd
35
	bluetooth? (
35
	bluetooth? (
36
		>=net-wireless/bluez-libs-3
36
		>=net-wireless/bluez-4.26
37
		>=sys-apps/dbus-1.0.0
37
		>=sys-apps/dbus-1.0.0
38
	)
38
	)
39
	policykit? ( sys-auth/policykit )
39
	policykit? ( sys-auth/policykit )
Lines 43-54 Link Here
43
	>=media-libs/libsndfile-1.0.10
43
	>=media-libs/libsndfile-1.0.10
44
	>=dev-libs/liboil-0.3.6
44
	>=dev-libs/liboil-0.3.6
45
	sys-libs/gdbm
45
	sys-libs/gdbm
46
	|| ( sys-apps/openrc >=sys-apps/baselayout-2.0_rc5 )
46
	|| ( sys-apps/openrc >=sys-apps/baselayout-1 )
47
	>=sys-devel/libtool-1.5.24" # it's a valid RDEPEND, libltdl.so is used
47
	>=sys-devel/libtool-1.5.24" # it's a valid RDEPEND, libltdl.so is used
48
49
# Remove autoconf when >=2.62 stable and pulled in by autotools.eclass
50
DEPEND="${RDEPEND}
48
DEPEND="${RDEPEND}
51
	>=sys-devel/autoconf-2.62
52
	X? ( x11-proto/xproto )
49
	X? ( x11-proto/xproto )
53
	dev-libs/libatomic_ops
50
	dev-libs/libatomic_ops
54
	dev-util/pkgconfig
51
	dev-util/pkgconfig
Lines 60-66 Link Here
60
RDEPEND="${RDEPEND}
57
RDEPEND="${RDEPEND}
61
	gnome-extra/gnome-audio
58
	gnome-extra/gnome-audio
62
	alsa? ( media-sound/alsa-utils )
59
	alsa? ( media-sound/alsa-utils )
63
	bluetooth? ( >=net-wireless/bluez-utils-3 )"
60
	bluetooth? ( >=net-wireless/bluez-4.26 )"
64
61
65
pkg_setup() {
62
pkg_setup() {
66
	enewgroup audio 18 # Just make sure it exists
63
	enewgroup audio 18 # Just make sure it exists
Lines 161-167 Link Here
161
	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
158
	elog "	 http://pulseaudio.org/wiki/SystemWideInstance"
162
	if use gnome; then
159
	if use gnome; then
163
		elog
160
		elog
164
		elog "By enabling gnome USE flag, you enabled gconf support. Please note"
161
		elog "By enabling gnome USE flag, you enabled gconf support. Pleaes note"
165
		elog "that you might need to remove the gnome USE flag or disable the"
162
		elog "that you might need to remove the gnome USE flag or disable the"
166
		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
163
		elog "gconf module on /etc/pulse/default.pa to be able to use PulseAudio"
167
		elog "with a system-wide instance."
164
		elog "with a system-wide instance."

Return to bug 250909