--- /usr/portage/media-video/totem/totem-2.16.0.ebuild 2006-09-07 06:14:29.000000000 +0200 +++ /usr/portage/media-video/totem/totem-2.16.1.ebuild 2006-09-08 08:22:32.000000000 +0200 @@ -14,7 +14,7 @@ # pitdfall has not come out with a 0.10 release, should be soon though -AJL # IUSE="win32codecs" -IUSE="a52 dbus dvd firefox flac gnome hal lirc mad mpeg nsplugin nvtv ogg theora vorbis xine xv" +IUSE="a52 dbus dvd firefox flac gnome hal lirc mad mpeg nsplugin nvtv ogg theora vorbis xine xv narrowspace gmp complex mully" RDEPEND=">=dev-libs/glib-2.8.0 >=x11-libs/gtk+-2.6 @@ -100,7 +101,11 @@ $(use_with hal) \ $(use_enable gnome nautilus) \ $(use_enable lirc) \ - $(use_enable nvtv)" + $(use_enable nvtv) \ + $(use_enable complex complex-plugin) \ + $(use_enable gmp gmp-plugin) \ + $(use_enable mully mully-plugin) \ + $(use_enable narrowspace narrowspace-plugin)" if use nsplugin ; then G2CONF="${G2CONF} --enable-mozilla" @@ -124,6 +129,11 @@ src_unpack() { gnome2_src_unpack + sed -i -e \ + 's|mozilla|nsbrowser|' \ + ${S}/browser-plugin/Makefile.in \ + ${S}/browser-plugin/idl/Makefile.in + # fixes for ff compiles. if use nsplugin && ( use firefox || use sparc ); then epatch ${FILESDIR}/${PN}-1.5.91-mozilla-firefox-include-fix.patch