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

Collapse All | Expand All

(-)amaya-9.1.ebuild (-3 / +14 lines)
Lines 12-32 Link Here
12
12
13
KEYWORDS="~x86"
13
KEYWORDS="~x86"
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="9"
15
SLOT="0"
16
IUSE=""
16
IUSE="gl debug"
17
17
18
RDEPEND="!media-libs/raptor
18
RDEPEND="!media-libs/raptor
19
	virtual/opengl
19
	virtual/opengl
20
	virtual/x11
20
	virtual/x11
21
	x11-libs/wxGTK"
21
	media-libs/imlib
22
	>=x11-libs/gtk+-2.0
23
	gl? ( >=media-libs/freetype-2 )"
22
24
23
DEPEND="dev-lang/perl
25
DEPEND="dev-lang/perl
26
	dev-libs/openssl
24
	${RDEPEND}"
27
	${RDEPEND}"
25
28
26
src_compile() {
29
src_compile() {
27
	local myconf=""
30
	local myconf=""
28
	mkdir ${S}
31
	mkdir ${S}
29
	cd ${S}
32
	cd ${S}
33
	if use gl ;then
34
		myconf="${myconf} --with-gl --without-mesa"
35
	else
36
		myconf="${myconf} --without-gl --with-mesa"
37
	fi
38
	if use debug ;then
39
	    myconf="${myconf} --with-debug --with-wxdebug"
40
	fi
30
	myconf="${myconf} --with-wx --enable-bookmarks"
41
	myconf="${myconf} --with-wx --enable-bookmarks"
31
	../configure \
42
	../configure \
32
		${myconf} \
43
		${myconf} \

Return to bug 83394