summaryrefslogtreecommitdiff
blob: f9f8928ff50de79a5955927c4d87bd6c65f7baf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Copyright 2008-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.22.0.ebuild,v 1.3 2008/06/01 10:01:02 eva Exp $

inherit autotools eutils gnome2

DESCRIPTION="Gnome Settings Daemon"
HOMEPAGE="http://www.gnome.org"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="alsa debug esd gstreamer"

RDEPEND=">=dev-libs/dbus-glib-0.74
		 >=dev-libs/glib-2.15
		 >=x11-libs/gtk+-2.10
		 >=gnome-base/gconf-2.6.1
		 >=gnome-base/gnome-vfs-2.18
		 >=gnome-base/libgnomekbd-2.21.4

		 >=gnome-base/libglade-2
		 >=gnome-base/libgnome-2.0
		 >=gnome-base/libgnomeui-2.0
		 >=gnome-base/gnome-desktop-2.21.4

		 x11-libs/libX11
		 x11-libs/libXi
		 x11-libs/libXrandr
		 x11-libs/libXext
		 x11-libs/libXxf86misc
		 >=x11-libs/libxklavier-3.3

		 alsa? ( >=media-libs/alsa-lib-0.99 )
		 esd? ( >=media-sound/esound-0.2.28 )
		 gstreamer? (
						>=media-libs/gstreamer-0.10.1.2
						>=media-libs/gst-plugins-base-0.10.1.2
					)
		!<gnome-base/control-center-2.22"
DEPEND="${RDEPEND}
		  sys-devel/gettext
		>=dev-util/intltool-0.35.0
		>=dev-util/pkgconfig-0.19
		x11-proto/inputproto
		x11-proto/xproto"

pkg_setup() {
	G2CONF="${G2CONF} $(use_enable alsa) $(use_enable debug) $(use_enable esd) $(use_enable gstreamer)"
}