Not sure, but looks like they addressed the interference problem with RealPlayer in this release. :) From the 0.90 changelog: . . Added fallback to smb:// when getting a file:// url that is not found Do not read codecs.conf file to determine mime types, but read config file for the following options enable-real=0|1 default to 0 . . Reproducible: Always Steps to Reproduce: 1. 2. 3. # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-0.90.ebuild,v 1.4 2003/09/06 02:05:10 msterret Exp $ IUSE="" inherit nsplugins S="${WORKDIR}/mplayerplug-in" HOMEPAGE="http://mplayerplug-in.sourceforge.net/" DESCRIPTION="mplayer plug-in for Mozilla" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mirror://sourceforge/${PN}/mini.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" DEPEND=">=media-video/mplayer-0.90_rc4" src_compile() { [ -z "${CC}" ] && CC="gcc" emake CC="${CC}" OPTIMIZER="${CFLAGS}" || die } src_install() { exeinto /opt/netscape/plugins doexe mplayerplug-in.so inst_plugin /opt/netscape/plugins/mplayerplug-in.so insinto /usr/share/mplayer/Skin/mini doins ${WORKDIR}/mini/* dodir /etc # For some reason this does not work yet for mplayer options, and # setting 'vo' cause it for 'mozilla file:///space/movies/foo.avi' # at least to not work... cat > ${D}/etc/mplayerplug-in.conf <<END # Should it handle embedded movies ? noembed=0 # Set to 'mini' if you want the seek bar use-gui=no # Normal mplayer style config options #vo=x11 fs=no zoom=yes END dodoc TODO ChangeLog INSTALL README }
Could you please attach the ebuild as text/plain instead of pasting next time? Thanks for your contribution.
From mplayerplug-in.sf.net: 2003-09-10 Version 0.91 released * 0.90 had some problems so I thought I would release 0.91 with some fixes * Mplayer 0.91 or CVS is required prerequisite * Downloading and Saving is disabled in this release, but most sites should work
dholm added this independently, but I've credited you in the changelog. sorry for the oversight.