View previous topic :: View next topic |
Author |
Message |
Bytal Apprentice


Joined: 30 Sep 2002 Posts: 170 Location: NYC, USA
|
Posted: Fri Feb 14, 2003 4:33 pm Post subject: New mozplugger project |
|
|
There's a pickup of the old plugger project over on mozdev. It's called mozplugger now. Wonder if we would be able to get ebuilds anytime soon:) _________________ Of all the things I lost, I miss my mind the most. |
|
Back to top |
|
 |
relyt Apprentice

Joined: 29 Aug 2002 Posts: 238 Location: Massachusetts
|
Posted: Fri Feb 14, 2003 10:24 pm Post subject: Re: New mozplugger project |
|
|
Edit: Changes for v1.1.1 (courtesy of Ex-Cyber)
Edit: rc file also no longer includes version
Edit: pluginSDK no longer needed from Netscape
Edit: build now uses compile flags from make.conf
${PORTDIR_OVERLAY}/net-www/mozplugger/mozplugger-1.1.1.ebuild
Code: | # Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Generic Plugin for Mozilla Browsers"
HOMEPAGE="http://mozplugger.mozdev.org/"
SRC_URI="http://mozplugger.mozdev.org/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~alpha"
IUSE=""
DEPEND="x11-base/xfree"
S="${WORKDIR}/${P}"
src_compile() {
make all XCFLAGS="${CFLAGS} -fpic" LD=${CC} XLDFLAGS=-shared || die
}
src_install() {
dobin ${PN}
doman ${PN}.7
dodoc ChangeLog COPYING README
insinto /usr/lib/nsbrowser/plugins
doins ${PN}.so
insinto /etc
doins ${PN}rc
} |
Last edited by relyt on Wed Mar 05, 2003 11:42 pm; edited 4 times in total |
|
Back to top |
|
 |
Ex-Cyber n00b

Joined: 08 Feb 2003 Posts: 26
|
Posted: Tue Mar 04, 2003 1:04 pm Post subject: |
|
|
Does mozplugger 1.1.1 break for anyone else? I don't think it's a fault in the ebuild, but moving from 1.0 to 1.1.1, mozplugger no longer produces any output. It still registers itself normally, but when the time comes to actually display something it just doesn't do anything. |
|
Back to top |
|
 |
silverter Guru


Joined: 10 Apr 2002 Posts: 491 Location: Ulm, DE
|
Posted: Tue Mar 04, 2003 1:35 pm Post subject: |
|
|
yup ,
Have the same problems here.
Any solutions to that? Have you filled in a bug report yet? _________________ -- A Guru was once a Beginner -- |
|
Back to top |
|
 |
Ex-Cyber n00b

Joined: 08 Feb 2003 Posts: 26
|
Posted: Wed Mar 05, 2003 12:40 pm Post subject: |
|
|
I haven't filed a bug report as yet because right now my report wouldn't amount to much more than "I upgraded and it doesn't work". There are other bug reports that indicate that 1.1.1 does work, so I think this is going to require a bit more attention. |
|
Back to top |
|
 |
Ex-Cyber n00b

Joined: 08 Feb 2003 Posts: 26
|
Posted: Wed Mar 05, 2003 12:56 pm Post subject: |
|
|
Okay, it was the ebuild. mozplugger 1.1.1 changed the name of the helper app from mozplugger-<version> to just mozplugger. Fix is pretty quick - just change:
dobin ${P}
to
dobin ${PN}
and all should be well. |
|
Back to top |
|
 |
relyt Apprentice

Joined: 29 Aug 2002 Posts: 238 Location: Massachusetts
|
Posted: Wed Mar 05, 2003 5:35 pm Post subject: |
|
|
Ex-Cyber wrote: | Okay, it was the ebuild. mozplugger 1.1.1 changed the name of the helper app from mozplugger-<version> to just mozplugger. Fix is pretty quick - just change: |
I've added this (and other changes) to the ebuild. |
|
Back to top |
|
 |
GaMMa l33t


Joined: 23 Aug 2002 Posts: 684 Location: USA
|
Posted: Mon Sep 22, 2003 2:58 am Post subject: |
|
|
Why hasn't this ebuild been submitted (or has it?).... Also SRC_URI should be:
SRC_URI="http://mozdev.mirrors.nyphp.org/mozplugger/${P}.tar.gz" |
|
Back to top |
|
 |
shm Advocate


Joined: 09 Dec 2002 Posts: 2380 Location: Atlanta, Universe
|
Posted: Mon Sep 22, 2003 4:22 am Post subject: |
|
|
horribly buggy  _________________ what up |
|
Back to top |
|
 |
|