Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10056 - mozilla-plugins for phoenix too!
Summary: mozilla-plugins for phoenix too!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: phoen][x
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-01 08:46 UTC by Thomas Raschbacher
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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


Attachments
acroread-5.0.6-r1.ebuild (acroread-5.06-r1.ebuild,1.73 KB, text/plain)
2002-11-01 08:49 UTC, Thomas Raschbacher
Details
netscape-flash-6.0b-r1.ebuild (netscape-flash-6.0b-r1.ebuild,1.24 KB, text/plain)
2002-11-01 08:50 UTC, Thomas Raschbacher
Details
netscape-plugger-4.0-r2.ebuild (netscape-plugger-4.0-r2.ebuild,1.12 KB, text/plain)
2002-11-01 08:55 UTC, Thomas Raschbacher
Details
blackdown-jdk-1.4.1_beta-r1.ebuild (blackdown-jdk-1.4.1_beta-r1.ebuild,2.14 KB, text/plain)
2002-11-01 08:56 UTC, Thomas Raschbacher
Details
blackdown-jre-1.3.1-r8.ebuild (blackdown-jre-1.3.1-r8.ebuild,2.56 KB, text/plain)
2002-11-01 08:56 UTC, Thomas Raschbacher
Details
ibm-jdk-1.3.1-r2.ebuild (ibm-jdk-1.3.1-r2.ebuild,1.55 KB, text/plain)
2002-11-01 08:57 UTC, Thomas Raschbacher
Details
ibm-jre-1.3.1-r2.ebuild (ibm-jre-1.3.1-r2.ebuild,1.86 KB, text/plain)
2002-11-01 08:58 UTC, Thomas Raschbacher
Details
sun-j2sdk-1.4.0-r1.ebuild (sun-j2sdk-1.4.0-r1.ebuild,3.52 KB, text/plain)
2002-11-01 08:58 UTC, Thomas Raschbacher
Details
sun-jdk-1.4.1.01-r1.ebuild (sun-jdk-1.4.1.01-r1.ebuild,2.27 KB, text/plain)
2002-11-01 08:59 UTC, Thomas Raschbacher
Details
realplayer-8-r3.ebuild (realplayer-8-r3.ebuild,2.08 KB, text/plain)
2002-11-01 10:59 UTC, Thomas Raschbacher
Details
djvu-3.5.9-r1.ebuild (djvu-3.5.9-r1.ebuild,1.27 KB, text/plain)
2002-11-01 11:00 UTC, Thomas Raschbacher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Raschbacher gentoo-dev 2002-11-01 08:46:45 UTC
hi!

just found out that phoenix has it's own plugin dir so every ebuild with mozilla
plugin has to add a check if phoenix is installed too....think i did all

greetings, LordVan
Comment 1 Thomas Raschbacher gentoo-dev 2002-11-01 08:49:18 UTC
Created attachment 5270 [details]
acroread-5.0.6-r1.ebuild

new ebuild for acroread
Comment 2 Thomas Raschbacher gentoo-dev 2002-11-01 08:50:05 UTC
Created attachment 5271 [details]
netscape-flash-6.0b-r1.ebuild

new netscape-flash
Comment 3 Thomas Raschbacher gentoo-dev 2002-11-01 08:55:09 UTC
Created attachment 5272 [details]
netscape-plugger-4.0-r2.ebuild

plugger ebuild
Comment 4 Thomas Raschbacher gentoo-dev 2002-11-01 08:56:00 UTC
Created attachment 5273 [details]
blackdown-jdk-1.4.1_beta-r1.ebuild
Comment 5 Thomas Raschbacher gentoo-dev 2002-11-01 08:56:39 UTC
Created attachment 5274 [details]
blackdown-jre-1.3.1-r8.ebuild
Comment 6 Thomas Raschbacher gentoo-dev 2002-11-01 08:57:24 UTC
Created attachment 5275 [details]
ibm-jdk-1.3.1-r2.ebuild
Comment 7 Thomas Raschbacher gentoo-dev 2002-11-01 08:58:15 UTC
Created attachment 5276 [details]
ibm-jre-1.3.1-r2.ebuild
Comment 8 Thomas Raschbacher gentoo-dev 2002-11-01 08:58:56 UTC
Created attachment 5277 [details]
sun-j2sdk-1.4.0-r1.ebuild
Comment 9 Thomas Raschbacher gentoo-dev 2002-11-01 08:59:39 UTC
Created attachment 5278 [details]
sun-jdk-1.4.1.01-r1.ebuild
Comment 10 Thomas Raschbacher gentoo-dev 2002-11-01 10:59:00 UTC
Created attachment 5280 [details]
realplayer-8-r3.ebuild
Comment 11 Thomas Raschbacher gentoo-dev 2002-11-01 11:00:00 UTC
Created attachment 5281 [details]
djvu-3.5.9-r1.ebuild

added phoenix plugin support and fixed mozilla plugin install (using USE var
now)
Comment 12 Joe Tennies 2002-11-13 19:56:21 UTC
Couldn't you just have the Phoenix ebuild create a symlink to Mozilla's plugins?
Comment 13 Thomas Raschbacher gentoo-dev 2002-11-14 08:44:39 UTC
sure..
but .. why then not mozilla having link to nn plugin dir? ;)
*G*

but it's an option of course :)

greetz, LordVan
Comment 14 Thomas Raschbacher gentoo-dev 2002-11-15 14:14:40 UTC
hi!
shouldn't comment while half asleep ...
we can't just symlink cuz mozilla is no dep of phoenix 

greetz, LordVan
P.S.: thx2 phoenix for telling me that i wrote crap
Comment 15 phoen][x 2002-11-19 12:56:22 UTC
So we are proceeding like that:

- create a new dir: /usr/share/mozilla/plugins
- ln -s /usr/share/mozilla/plugins /usr/lib/mozilla/plugins
- ln -s /usr/share/mozilla/plugins /usr/lib/phoenix/plugins
- add a phoenix USEvar
- check "use mozilla" and "use phoenix" in the ebuilds: if at least one is true,
install the plugin to /usr/share/mozilla/plugins

LordVan, Martin, <whomever>: Is that okay with you?

-phoen][x-
Comment 16 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-19 13:08:05 UTC
Why do you want to use USE flags ?  If it got a plugin, just install it if that
dir exists (like the java
one does), or forcefully like netscape-flash (i think).  The 'mozilla' USE flag
are for apps that can
link to moz libs to bring extra features ...
Comment 17 phoen][x 2002-11-19 14:03:16 UTC
In fact, as i was hacking stuff into the phoenix-bin ebuild some minutes ago,
exactly that idea came to my mind. So we gonna simply install every plugin we
have into /usr/share/mozilla/plugins.

However, you'll have to modify the mozilla ebuild to create
"/usr/share/mozilla/plugins" if it doesnt exist and to link this dir to
/usr/lib/mozilla/plugins/.

The new phoenix-bin-0.4-r2 i'm committing now already has these enhancement.

I'll modify the plugins, as soon as you are done.

-phoen][x-
Comment 18 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-20 09:09:00 UTC
phoen][x, have a look at the nsplugins.eclass .... 
Comment 19 phoen][x 2002-11-21 09:03:14 UTC
I'll start to modify the plugin providing ebuilds now.

-phoen][x-
Comment 20 phoen][x 2002-11-21 14:33:04 UTC
Its finally done.

Thats the current mask:
=app-text/acroread-5.06-r2
=net-www/netscape-flash-6.0b-r1
=net-www/netscape-plugger-4.0-r2
=media-video/realplayer-8-r3
=app-text/djvu-3.5.9-r1
=dev-java/sun-jdk-1.4.1.01-r1
=dev-java/sun-jdk-1.3.1.06-r1
=dev-java/sun-j2sdk-1.4.0-r3
=dev-java/ibm-jdk-1.3.1-r2
=dev-java/ibm-jre-1.3.1-r2
=dev-java/blackdown-jre-1.3.1-r8
=dev-java/blackdown-jdk-1.4.1_beta-r1
=dev-java/blackdown-jdk-1.3.1-r8

Do me a favor and test all these packages (unmask, ACCEPT_KEYWORDS="~x86",
"emerge foo"). Each of them should install (link) at least one file into
/usr/lib/nsbrowsers/plugins. Both, phoenix and mozilla should use those plugins.

-phoen][x-
Comment 21 Javier Marcet 2002-11-23 23:06:57 UTC
djvu, sun-jdk-1.4.1.01 and netscape-plugger are working fine with 
Konqueror 3.1-rc3, Opera 6.1 and phoenix-bin-20021121. 
I've never been able to make the realplayer plugin work on any linux 
browser. 
And acroread, I emerged it, but all the browsers are still using 
ghostview, which I really find better overall (more unix-friendly), 
and I didn't try removing the latter from the plug-ins folder. 
 
BTW, thanks to this mask I discovered djvu. I hadn't heard about it before and it's 
really worth it. 
Comment 22 phoen][x 2002-11-28 10:37:37 UTC
Finally closing this bug. 

-phoen][x-