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

Collapse All | Expand All

(-)xine-ui-0.9.8-r1.ebuild (-1 / +5 lines)
Lines 12-18 Link Here
12
	media-libs/libpng
12
	media-libs/libpng
13
	media-libs/aalib
13
	media-libs/aalib
14
	>=media-libs/xine-lib-${PV}
14
	>=media-libs/xine-lib-${PV}
15
	X? ( virtual/x11 )"
15
	nls? ( sys-devel/gettext )
16
	X? ( virtual/x11 )
17
	gnome? ( gnome-base/ORBit )"
16
#	aalib? ( media-libs/aalib )"
18
#	aalib? ( media-libs/aalib )"
17
19
18
20
Lines 28-33 Link Here
28
	# Most of these are not working currently, but are here for completeness
30
	# Most of these are not working currently, but are here for completeness
29
	local myconf
31
	local myconf
30
	use X      || myconf="${myconf} --disable-x11 --disable-xv"
32
	use X      || myconf="${myconf} --disable-x11 --disable-xv"
33
	use nls    || myconf="${myconf} --disable-nls"
34
	use gnome  || myconf="${myconf} --enable-orbit"
31
#	use aalib  || myconf="${myconf} --disable-aalib --disable-aalibtest"
35
#	use aalib  || myconf="${myconf} --disable-aalib --disable-aalibtest"
32
  
36
  
33
	./configure --host=${CHOST} \
37
	./configure --host=${CHOST} \

Return to bug 1073