Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 349523
Collapse All | Expand All

(-)/tmp/xbmc-9999.ebuild (-5 / +6 lines)
Lines 26-34 Link Here
26
26
27
LICENSE="GPL-2"
27
LICENSE="GPL-2"
28
SLOT="0"
28
SLOT="0"
29
IUSE="alsa altivec avahi css debug hal joystick midi profile pulseaudio rtmp sse sse2 vaapi vdpau webserver xrandr"
29
IUSE="alsa altivec avahi css debug joystick midi profile pulseaudio rtmp sse sse2 udev vaapi vdpau webserver xrandr"
30
30
31
RDEPEND="virtual/opengl
31
COMMON_DEPEND="virtual/opengl
32
	app-arch/bzip2
32
	app-arch/bzip2
33
	app-arch/unrar
33
	app-arch/unrar
34
	app-arch/unzip
34
	app-arch/unzip
Lines 77-83 Link Here
77
	net-misc/curl
77
	net-misc/curl
78
	|| ( >=net-fs/samba-3.4.6[smbclient] <net-fs/samba-3.3 )
78
	|| ( >=net-fs/samba-3.4.6[smbclient] <net-fs/samba-3.3 )
79
	sys-apps/dbus
79
	sys-apps/dbus
80
	hal? ( sys-apps/hal )
81
	sys-libs/zlib
80
	sys-libs/zlib
82
	virtual/mysql
81
	virtual/mysql
83
	x11-apps/xdpyinfo
82
	x11-apps/xdpyinfo
Lines 91-97 Link Here
91
	xrandr? ( x11-libs/libXrandr )
90
	xrandr? ( x11-libs/libXrandr )
92
	x11-libs/libXrender"
91
	x11-libs/libXrender"
93
# The cpluff bundled addon uses gettext which needs CVS ...
92
# The cpluff bundled addon uses gettext which needs CVS ...
94
DEPEND="${RDEPEND}
93
RDEPEND="${COMMON_DEPEND}
94
	udev? (	sys-fs/udisks sys-power/upower )"
95
DEPEND="${COMMON_DEPEND}
95
	dev-util/gperf
96
	dev-util/gperf
96
	dev-vcs/cvs
97
	dev-vcs/cvs
97
	x11-proto/xineramaproto
98
	x11-proto/xineramaproto
Lines 172-178 Link Here
172
		$(use_enable avahi) \
173
		$(use_enable avahi) \
173
		$(use_enable css dvdcss) \
174
		$(use_enable css dvdcss) \
174
		$(use_enable debug) \
175
		$(use_enable debug) \
175
		$(use_enable hal) \
176
		--disable-hal \
176
		$(use_enable joystick) \
177
		$(use_enable joystick) \
177
		$(use_enable midi mid) \
178
		$(use_enable midi mid) \
178
		$(use_enable profile profiling) \
179
		$(use_enable profile profiling) \

Return to bug 349523