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

Collapse All | Expand All

(-)/usr/portage/media-video/totem/totem-2.16.0.ebuild (-2 / +11 lines)
Lines 14-20 Link Here
14
# pitdfall has not come out with a 0.10 release, should be soon though -AJL
14
# pitdfall has not come out with a 0.10 release, should be soon though -AJL
15
# IUSE="win32codecs"
15
# IUSE="win32codecs"
16
16
17
IUSE="a52 dbus dvd firefox flac gnome hal lirc mad mpeg nsplugin nvtv ogg theora vorbis xine xv"
17
IUSE="a52 dbus dvd firefox flac gnome hal lirc mad mpeg nsplugin nvtv ogg theora vorbis xine xv narrowspace gmp complex mully"
18
18
19
RDEPEND=">=dev-libs/glib-2.8.0
19
RDEPEND=">=dev-libs/glib-2.8.0
20
	>=x11-libs/gtk+-2.6
20
	>=x11-libs/gtk+-2.6
Lines 100-106 Link Here
100
			$(use_with hal) \
101
			$(use_with hal) \
101
			$(use_enable gnome nautilus) \
102
			$(use_enable gnome nautilus) \
102
			$(use_enable lirc) \
103
			$(use_enable lirc) \
103
			$(use_enable nvtv)"
104
			$(use_enable nvtv) \
105
			$(use_enable complex complex-plugin) \
106
			$(use_enable gmp gmp-plugin) \
107
			$(use_enable mully mully-plugin) \
108
			$(use_enable narrowspace narrowspace-plugin)"
104
109
105
	if use nsplugin ; then
110
	if use nsplugin ; then
106
		G2CONF="${G2CONF} --enable-mozilla"
111
		G2CONF="${G2CONF} --enable-mozilla"
Lines 124-129 Link Here
124
src_unpack() {
129
src_unpack() {
125
	gnome2_src_unpack
130
	gnome2_src_unpack
126
131
132
	sed -i -e \
133
		's|mozilla|nsbrowser|' \
134
		${S}/browser-plugin/Makefile.in \
135
		${S}/browser-plugin/idl/Makefile.in
136
127
	# fixes for ff compiles.
137
	# fixes for ff compiles.
128
	if use nsplugin && ( use firefox || use sparc ); then
138
	if use nsplugin && ( use firefox || use sparc ); then
129
		epatch ${FILESDIR}/${PN}-1.5.91-mozilla-firefox-include-fix.patch
139
		epatch ${FILESDIR}/${PN}-1.5.91-mozilla-firefox-include-fix.patch

Return to bug 146798