Gentoo Archives: gentoo-user

From: Gevisz <gevisz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Package conflict while trying to emerge chromium
Date: Mon, 16 Feb 2015 18:46:20
Message-Id: 54e23af5.0884700a.53f8.ffffe2c3@mx.google.com
In Reply to: Re: [gentoo-user] Package conflict while trying to emerge chromium by Marc Joliet
1 On Sat, 14 Feb 2015 11:36:48 +0100 Marc Joliet <marcec@×××.de> wrote:
2
3 > Am Fri, 13 Feb 2015 18:11:31 -0500
4 > schrieb "Walter Dnes" <waltdnes@××××××××.org>:
5 >
6 > > On Fri, Feb 13, 2015 at 08:02:08PM +0200, Gevisz wrote
7 > > >
8 > > > 2. I am not sure but my guess is that the gstreamer allows me to watch
9 > > > the video from youtube (partially), edX, cousera, etc. in a web-browser
10 > > > (I mainly use Firefox), as I never install any flash player to avoid
11 > > > too many "flashing" while browsing the Internet. (Would be interested
12 > > > to know if this my guess is correct.)
13 >
14 > Yes, you are correct, at least for Firefox (but I would be surprised if it were
15 > different for qtwebkit). Note that the dependencies aren't specified in the
16 > ebuild itself, but in the mozconfig-* eclasses. See for example the
17 > mozconfig-v5.34 eclass:
18 >
19 > gstreamer? (
20 > >=media-libs/gstreamer-1.2.3:1.0
21 > >=media-libs/gst-plugins-base-1.2.3:1.0
22 > >=media-libs/gst-plugins-good-1.2.3:1.0
23 > >=media-plugins/gst-plugins-libav-1.1.0_pre20130128-r1:1.0
24 > )
25 >
26 > The libav gstreamer plug-in is what lets you watch MP4 videos (and don't
27 > let the name fool you, it also works with ffmpeg).
28
29 Thank you for information.
30
31 > And if you install
32 > gst-plugins-mad:1.0, then you can also play MP3s in Firefox (see
33 > https://bugs.gentoo.org/show_bug.cgi?id=536530).
34 >
35 > > I use the Seamonkey variant of Firefox. It has a more "classic" GUI
36 > > interface, and a few other differences. It also has an option in the
37 > > settings...
38 > >
39 > > Edit ==> Preferences ==> Advanced ==> Scripts & Plugins
40 > >
41 > > You can choose whether or not to "Activate all plugins by default".
42 > > ***THIS IS NOT AN ADDON*** like Flashblock, so you don't have to worry
43 > > about the author keeping up with the current version of the browser. It
44 > > is a built-in setting. If you turn that option off, you get a box that
45 > > says "Activate Adobe Flash" on any page with Flash on it. You can click
46 > > on the box, and that activates only the one instance. If there are
47 > > several flash boxes on a page, you can click on just the one(s) you
48 > > want.
49 >
50 > A variant of this setting also exists in Firefox, albeit it is accessed from the
51 > about:addons page under Plugins. There you get a per-plugin tri-state setting,
52 > where you can choose between "always on", "always off", or "always ask". With
53 > the latter, you get the same behaviour you described: a placeholder that you can
54 > click to selectively activate Flash.
55 >
56 > Personally, I don't like that way of doing things, because unless you
57 > completely deactivate Flash, Youtube will stupidly never attempt to use HTML5
58 > videos (I guess it sees that you have Flash installed?).
59
60 Yes, it is bad because now I can see at least half of the youtube videos via html5.
61
62 > Thus, I use the FlashDisable extension, which simply makes it easier to toggle
63 > between "always on" and "always off" (although it won't allow you to selectively
64 > activate Flash per instance on a page, which is too bad, although I rarely see this).
65
66 Thank you for this hint also.
67
68 > One thing I've joyfully noticed is how rare the instances where I need to
69 > activate Flash are becoming :-).
70
71 I hope that with time youtube will completely switch to html5, so flash player
72 won't be needed. Till then youtube-dl can be a good way to "switch flash player on,"
73 at least for youtube. :-)