| Summary: | Can't we use mplayerplug-in with mozilla-firefox-bin? | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | MATSUI Tetsushi <VED03370> |
| Component: | New packages | Assignee: | Mozilla Gentoo Team <mozilla> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | josejx, rodrigo, tm, xenoterracide |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 107580 | ||
| Bug Blocks: | |||
|
Description
MATSUI Tetsushi
2005-09-29 03:14:28 UTC
Take a look at bug #107580. After dealing with the issues mentioned there, you just have to use the gecko-sdk flag on mplayerplug-in. This way you won't need mozilla, just gecko-sdk. I don't know if the binary version comes with the development libraries (I only use PPC, no x86 here.) You're welcome to try adding it to the !gecko-sdk DEPEND line and see if it works, but otherwise, using the gecko-sdk use flag should also solve the problem. (In reply to comment #1) Thank you for your comment. I didn't notice about the gecko-sdk flag. But setting gecko-sdk flag makes thing worse. It requires BOTH mozilla AND mozilla-firefox! What's happening? I think the line 18: !gecko-sdk? || ( >=www-client/mozilla-1.6 www-client/mozilla-firefox) must be: !gecko-sdk? (|| ( >=www-client/mozilla-1.6 www-client/mozilla-firefox)) according to ebuild(5) manpage and supposed right behaviour (If not gecko-sdk then (mozilla or mozilla-firefox)). Yes, that should already be fixed in CVS. Thank you. I will use the gecko-sdk flag. My first problem was that I wanna use mplayerplug-in with firefox-bin without installing mozilla nor firefox from source. So the fixed ebuild and gecko-sdk flag completely solve it. I don't know about the development libraries either, and it's beyond my intention. If you could try anyway with USE="-gecko-sdk" and adding mozilla-firefox-bin to the !gecko-sdk dependancy, I would be interested to know if it works. I wonder if we should not rather remove the gecko-sdk flag, and make it fall back to that if 'mozilla' and 'firefox' is not in USE ? This is what gnome users (ie, using epiphany) will normally want, and they will not have mozilla or firefox in USE ... (In reply to comment #6) I tried with USE="-gecko-sdk" and adding mozilla-firefox-bin to the !gecko-sdk dependancy. Of course, I uninstalled older gecko-sdk beforehand. The result: ... configure: Determining mozilla/firefox packages to link against checking for pkg-config... /usr/bin/pkg-config checking for mozilla-plugin... configure: WARNING: mozilla-plugin not found checking for firefox-plugin... configure: WARNING: firefox-plugin not found checking for seamonkey-plugin... configure: WARNING: seamonkey-plugin not found configure: error: Unable to find mozilla or firefox development files Now it's clear that I can't use mplayerplug-in without gecko-sdk. Okay, so closing this bug, if you use -bin, you need to use gecko-sdk. *** Bug 128372 has been marked as a duplicate of this bug. *** *** Bug 154149 has been marked as a duplicate of this bug. *** um... trying to emerge mplayerplug-in for ff2-bin no gecko-sdk flag? how do I emerge? |