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

Collapse All | Expand All

(-)/usr/portage/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild (-4 / +6 lines)
Lines 26-33 Link Here
26
LICENSE="XMAME"
26
LICENSE="XMAME"
27
SLOT="0"
27
SLOT="0"
28
KEYWORDS="amd64 ~ppc x86"
28
KEYWORDS="amd64 ~ppc x86"
29
IUSE="X alsa debug opengl"
29
IUSE="X alsa debug gnome opengl"
30
REQUIRED_USE="debug? ( X )"
30
REQUIRED_USE="debug? ( X ) gnome? ( X )"
31
31
32
RDEPEND="dev-libs/expat
32
RDEPEND="dev-libs/expat
33
	media-libs/fontconfig
33
	media-libs/fontconfig
Lines 38-48 Link Here
38
	virtual/jpeg
38
	virtual/jpeg
39
	alsa? ( media-libs/alsa-lib )
39
	alsa? ( media-libs/alsa-lib )
40
	X? (
40
	X? (
41
		gnome-base/gconf
42
		x11-libs/gtk+:2
41
		x11-libs/gtk+:2
43
		x11-libs/libX11
42
		x11-libs/libX11
44
		x11-libs/libXinerama
43
		x11-libs/libXinerama
45
	)"
44
	)
45
	gnome? ( gnome-base/gconf )"
46
DEPEND="${RDEPEND}
46
DEPEND="${RDEPEND}
47
	${PYTHON_DEPS}
47
	${PYTHON_DEPS}
48
	app-arch/unzip
48
	app-arch/unzip
Lines 90-95 Link Here
90
		"${FILESDIR}"/${P}-makefile.patch \
90
		"${FILESDIR}"/${P}-makefile.patch \
91
		"${FILESDIR}"/${P}-no-opengl.patch
91
		"${FILESDIR}"/${P}-no-opengl.patch
92
92
93
	! use gnome && epatch "${FILESDIR}"/${P}-no_gconf.patch
94
93
	# Don't compile zlib and expat
95
	# Don't compile zlib and expat
94
	einfo "Disabling embedded libraries: expat, flac, jpeg, zlib"
96
	einfo "Disabling embedded libraries: expat, flac, jpeg, zlib"
95
	disable_feature BUILD_EXPAT
97
	disable_feature BUILD_EXPAT

Return to bug 487778