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

(-)xbmc-9999.ebuild.original (-5 / +13 lines)
Lines 26-32 Link Here
26
26
27
LICENSE="GPL-2"
27
LICENSE="GPL-2"
28
SLOT="0"
28
SLOT="0"
29
IUSE="alsa debug joystick opengl profile pulseaudio vdpau"
29
IUSE="alsa avahi css debug faac joystick midi opengl profile pulseaudio xrandr xscreensaver vdpau"
30
30
31
RDEPEND="opengl? ( virtual/opengl )
31
RDEPEND="opengl? ( virtual/opengl )
32
	app-arch/bzip2
32
	app-arch/bzip2
Lines 42-48 Link Here
42
	dev-libs/lzo
42
	dev-libs/lzo
43
	>=dev-python/pysqlite-2
43
	>=dev-python/pysqlite-2
44
	media-libs/alsa-lib
44
	media-libs/alsa-lib
45
	media-libs/faac
45
	faac? ( media-libs/faac )
46
	>=media-libs/faad2-2.7-r1
46
	media-libs/fontconfig
47
	media-libs/fontconfig
47
	media-libs/freetype
48
	media-libs/freetype
48
	media-libs/glew
49
	media-libs/glew
Lines 58-64 Link Here
58
	media-libs/sdl-image[gif,jpeg,png]
59
	media-libs/sdl-image[gif,jpeg,png]
59
	media-libs/sdl-mixer
60
	media-libs/sdl-mixer
60
	media-libs/sdl-sound
61
	media-libs/sdl-sound
62
	pulseaudio? ( media-sound/pulseaudio )
61
	media-sound/wavpack
63
	media-sound/wavpack
64
	net-dns/avahi
62
	net-misc/curl
65
	net-misc/curl
63
	sys-apps/dbus
66
	sys-apps/dbus
64
	sys-apps/hal
67
	sys-apps/hal
Lines 66-73 Link Here
66
	virtual/mysql
69
	virtual/mysql
67
	x11-apps/xdpyinfo
70
	x11-apps/xdpyinfo
68
	x11-apps/mesa-progs
71
	x11-apps/mesa-progs
72
	vdpau? ( >=x11-drivers/nvidia-drivers-180.51 )
69
	x11-libs/libXinerama
73
	x11-libs/libXinerama
70
	x11-libs/libXrandr
74
	xscreensaver? ( x11-misc/xscreensaver )
75
	xrandr? ( x11-libs/libXrandr )
71
	x11-libs/libXrender"
76
	x11-libs/libXrender"
72
DEPEND="${RDEPEND}
77
DEPEND="${RDEPEND}
73
	x11-proto/xineramaproto
78
	x11-proto/xineramaproto
Lines 115-128 Link Here
115
	export HELP2MAN=$(type -P help2man || echo true)
120
	export HELP2MAN=$(type -P help2man || echo true)
116
121
117
	econf \
122
	econf \
118
		--disable-ccache \
123
		--enable-optimizations \
119
		--disable-optimizations \
120
		--enable-external-libraries \
124
		--enable-external-libraries \
121
		$(use_enable debug) \
125
		$(use_enable debug) \
122
		$(use_enable joystick) \
126
		$(use_enable joystick) \
123
		$(use_enable opengl gl) \
127
		$(use_enable opengl gl) \
124
		$(use_enable profile profiling) \
128
		$(use_enable profile profiling) \
129
		$(use_enable faac) \
130
		$(use_enable css dvdcss) \
131
		$(use_enable midi mid) \
125
		$(use_enable pulseaudio pulse) \
132
		$(use_enable pulseaudio pulse) \
133
		$(use_enable avahi) \
126
		$(use_enable vdpau)
134
		$(use_enable vdpau)
127
}
135
}
128
136

Return to bug 278400