Gentoo Archives: gentoo-user

From: Manuel McLure <manuel@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What's bringing in Mozzilla?
Date: Sun, 26 Mar 2006 19:22:22
Message-Id: 4426E88E.706@mclure.org
In Reply to: Re: [gentoo-user] What's bringing in Mozzilla? by Ernie Schroder
1 Ernie Schroder wrote:
2
3 > [ebuild U ] net-www/mplayerplug-in-3.21 [2.80] -gecko-sdk +gtk 204 kB
4 > [ebuild N ] www-client/mozilla-firefox-1.0.7-r4 -debug -gnome +ipv6
5 > +java -mozcalendar -mozdevelop -moznoxft -mozsvg +truetype -xinerama -xprint
6 > 32,131 kB
7 > [ebuild U ] www-client/mozilla-launcher-1.49 [1.45] 5 kB
8
9 As other have said, mplayer-plugin wants to pull in mozilla-firefox. The
10 reason for this is that it needs the Mozilla source libraries to build
11 against. One workaround for this is to do
12
13 echo "net-www/mplayerplug-in gecko-sdk" >>/etc/portage/package.use
14
15 This will make mplayerplug-in pull in net-libs/gecko-sdk instead
16 (gecko-sdk is the minimal portion of the Mozilla libraries required to
17 build plugins.)
18
19 --
20 Manuel A. McLure KE6TAW <manuel@××××××.org> <http://www.mclure.org>
21 ...for in Ulthar, according to an ancient and significant law,
22 no man may kill a cat. -- H.P. Lovecraft
23 --
24 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] What's bringing in Mozzilla? Ernie Schroder <schroder@×××××.net>
Re: [gentoo-user] What's bringing in Mozzilla? Bo Andresen <bo.andresen@×××××.com>