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

Collapse All | Expand All

(-)/usr/portage/net-www/gecko-mediaplayer/gecko-mediaplayer-0.6.2.ebuild (-1 / +14 lines)
Lines 17-23 Link Here
17
17
18
RDEPEND="dev-libs/dbus-glib
18
RDEPEND="dev-libs/dbus-glib
19
	>=media-video/gnome-mplayer-0.6.2
19
	>=media-video/gnome-mplayer-0.6.2
20
	|| ( =net-libs/xulrunner-1.8*
20
	|| ( >=net-libs/xulrunner-1.8
21
		=www-client/mozilla-firefox-2*
21
		=www-client/mozilla-firefox-2*
22
		=www-client/seamonkey-1*
22
		=www-client/seamonkey-1*
23
		www-client/epiphany )"
23
		www-client/epiphany )"
Lines 25-30 Link Here
25
	dev-util/pkgconfig
25
	dev-util/pkgconfig
26
	sys-devel/gettext"
26
	sys-devel/gettext"
27
27
28
src_compile() {
29
	myconf=""
30
	if has_version =net-libs/xulrunner-1.9* ; then
31
		sed -i -e 's:`$PKG_CONFIG --variable=libdir libxul`::' \
32
				-e 's:libxul`:libxul`/stable:' configure || die "sed configure fix failed"
33
		myconf="${myconf}
34
			GECKO_XPIDL=/usr/lib/xulrunner-1.9/xpidl"
35
	fi
36
37
	econf ${myconf}
38
	emake
39
}
40
28
src_install() {
41
src_install() {
29
	addpredict /etc/gconf/gconf.xml.defaults/.testing.writeability
42
	addpredict /etc/gconf/gconf.xml.defaults/.testing.writeability
30
	emake DESTDIR="${D}" install || die "emake install failed."
43
	emake DESTDIR="${D}" install || die "emake install failed."

Return to bug 232036