Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28336 - mplayerplug-in-0.90 is now available
Summary: mplayerplug-in-0.90 is now available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-10 01:15 UTC by teidakankan
Modified: 2003-09-15 08:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description teidakankan 2003-09-10 01:15:16 UTC
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
}
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2003-09-10 07:39:13 UTC
Could you please attach the ebuild as text/plain instead of pasting next time?
Thanks for your contribution.
Comment 2 Henrik Johansson 2003-09-10 17:27:15 UTC
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
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-15 08:00:27 UTC
dholm added this independently, but I've credited you in the changelog. sorry for the oversight.