Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New mozplugger project
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Bytal
Apprentice
Apprentice


Joined: 30 Sep 2002
Posts: 170
Location: NYC, USA

PostPosted: Fri Feb 14, 2003 4:33 pm    Post subject: New mozplugger project Reply with quote

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
View user's profile Send private message
relyt
Apprentice
Apprentice


Joined: 29 Aug 2002
Posts: 238
Location: Massachusetts

PostPosted: Fri Feb 14, 2003 10:24 pm    Post subject: Re: New mozplugger project Reply with quote

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
View user's profile Send private message
Ex-Cyber
n00b
n00b


Joined: 08 Feb 2003
Posts: 26

PostPosted: Tue Mar 04, 2003 1:04 pm    Post subject: Reply with quote

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
View user's profile Send private message
silverter
Guru
Guru


Joined: 10 Apr 2002
Posts: 491
Location: Ulm, DE

PostPosted: Tue Mar 04, 2003 1:35 pm    Post subject: Reply with quote

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
View user's profile Send private message
Ex-Cyber
n00b
n00b


Joined: 08 Feb 2003
Posts: 26

PostPosted: Wed Mar 05, 2003 12:40 pm    Post subject: Reply with quote

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
View user's profile Send private message
Ex-Cyber
n00b
n00b


Joined: 08 Feb 2003
Posts: 26

PostPosted: Wed Mar 05, 2003 12:56 pm    Post subject: Reply with quote

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
View user's profile Send private message
relyt
Apprentice
Apprentice


Joined: 29 Aug 2002
Posts: 238
Location: Massachusetts

PostPosted: Wed Mar 05, 2003 5:35 pm    Post subject: Reply with quote

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
View user's profile Send private message
GaMMa
l33t
l33t


Joined: 23 Aug 2002
Posts: 684
Location: USA

PostPosted: Mon Sep 22, 2003 2:58 am    Post subject: Reply with quote

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
View user's profile Send private message
shm
Advocate
Advocate


Joined: 09 Dec 2002
Posts: 2380
Location: Atlanta, Universe

PostPosted: Mon Sep 22, 2003 4:22 am    Post subject: Reply with quote

horribly buggy :(
_________________
what up
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum