public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Installing adobe flash on 64bit arch
@ 2010-03-10 23:13 Mick
  2010-03-10 23:32 ` [gentoo-user] " Nikos Chantziaras
  2010-03-10 23:51 ` [gentoo-user] " Paul Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Mick @ 2010-03-10 23:13 UTC (permalink / raw
  To: gentoo-user

I see in the amd64 FAQs this:
==============================
Can I get Adobe Flash working?
 Yes. Just emerge adobe-flash. Adobe has provided a 64-bit Flash
plugin starting with version 10.0.22.87. If you don't need the 32-bit
plugin, then run echo "www-plugins/adobe-flash -32bit" >>
/etc/portage/package.use. This will install only the 64-bit Flash
plugin.
==============================

So that I am clear, why would I want to install flash with both the
32bit and 64bit USE flags?  If there is no reason for both flags, then
should I be disabling the 32bit globally or are there other
circumstances that mean I should only set it so for this package?
-- 
Regards,
Mick



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Re: Installing adobe flash on 64bit arch
  2010-03-10 23:13 [gentoo-user] Installing adobe flash on 64bit arch Mick
@ 2010-03-10 23:32 ` Nikos Chantziaras
  2010-03-11  7:24   ` Mick
  2010-03-10 23:51 ` [gentoo-user] " Paul Hartman
  1 sibling, 1 reply; 4+ messages in thread
From: Nikos Chantziaras @ 2010-03-10 23:32 UTC (permalink / raw
  To: gentoo-user

On 03/11/2010 01:13 AM, Mick wrote:
> I see in the amd64 FAQs this:
> ==============================
> Can I get Adobe Flash working?
>   Yes. Just emerge adobe-flash. Adobe has provided a 64-bit Flash
> plugin starting with version 10.0.22.87. If you don't need the 32-bit
> plugin, then run echo "www-plugins/adobe-flash -32bit">>
> /etc/portage/package.use. This will install only the 64-bit Flash
> plugin.
> ==============================
>
> So that I am clear, why would I want to install flash with both the
> 32bit and 64bit USE flags?

If you have both 32-bit as well as 64-bit browsers installed.


> If there is no reason for both flags, then
> should I be disabling the 32bit globally or are there other
> circumstances that mean I should only set it so for this package?

The 32bit flag is not global.  It's only defined and used by the flash 
ebuild.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Installing adobe flash on 64bit arch
  2010-03-10 23:13 [gentoo-user] Installing adobe flash on 64bit arch Mick
  2010-03-10 23:32 ` [gentoo-user] " Nikos Chantziaras
@ 2010-03-10 23:51 ` Paul Hartman
  1 sibling, 0 replies; 4+ messages in thread
From: Paul Hartman @ 2010-03-10 23:51 UTC (permalink / raw
  To: gentoo-user

On Wed, Mar 10, 2010 at 5:13 PM, Mick <michaelkintzios@gmail.com> wrote:
> I see in the amd64 FAQs this:
> ==============================
> Can I get Adobe Flash working?
>  Yes. Just emerge adobe-flash. Adobe has provided a 64-bit Flash
> plugin starting with version 10.0.22.87. If you don't need the 32-bit
> plugin, then run echo "www-plugins/adobe-flash -32bit" >>
> /etc/portage/package.use. This will install only the 64-bit Flash
> plugin.
> ==============================
>
> So that I am clear, why would I want to install flash with both the
> 32bit and 64bit USE flags?  If there is no reason for both flags, then
> should I be disabling the 32bit globally or are there other
> circumstances that mean I should only set it so for this package?

In the old days, when Flash and Java was only available as 32-bit
plug-ins, people also ran 32-bit versions of their browsers (in order
to be able to use those plug-ins). In the time since then, we had
nspluginwrapper to allow 32-bit plug-ins in 64-bit browsers, and now
we have native 64-bit plug-ins. I guess the 32-bit option is still
there for people who are still using the old set-up and haven't gone
to a totally 64-bit browser yet.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Re: Installing adobe flash on 64bit arch
  2010-03-10 23:32 ` [gentoo-user] " Nikos Chantziaras
@ 2010-03-11  7:24   ` Mick
  0 siblings, 0 replies; 4+ messages in thread
From: Mick @ 2010-03-11  7:24 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1077 bytes --]

On Wednesday 10 March 2010 23:32:14 Nikos Chantziaras wrote:
> On 03/11/2010 01:13 AM, Mick wrote:
> > I see in the amd64 FAQs this:
> > ==============================
> > Can I get Adobe Flash working?
> >   Yes. Just emerge adobe-flash. Adobe has provided a 64-bit Flash
> > plugin starting with version 10.0.22.87. If you don't need the 32-bit
> > plugin, then run echo "www-plugins/adobe-flash -32bit">>
> > /etc/portage/package.use. This will install only the 64-bit Flash
> > plugin.
> > ==============================
> >
> > So that I am clear, why would I want to install flash with both the
> > 32bit and 64bit USE flags?
> 
> If you have both 32-bit as well as 64-bit browsers installed.
> 
> > If there is no reason for both flags, then
> > should I be disabling the 32bit globally or are there other
> > circumstances that mean I should only set it so for this package?
> 
> The 32bit flag is not global.  It's only defined and used by the flash
> ebuild.

Thank you both for your replies, I know what to install now.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-11  7:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10 23:13 [gentoo-user] Installing adobe flash on 64bit arch Mick
2010-03-10 23:32 ` [gentoo-user] " Nikos Chantziaras
2010-03-11  7:24   ` Mick
2010-03-10 23:51 ` [gentoo-user] " Paul Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox