Gentoo Archives: gentoo-dev

From: waltdnes@××××××××.org
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: chromium-54 needs ffmpeg-3.0.1
Date: Thu, 01 Sep 2016 20:53:20
Message-Id: 20160901205309.GA27398@waltdnes.org
In Reply to: Re: [gentoo-dev] Re: chromium-54 needs ffmpeg-3.0.1 by Kent Fredric
1 On Thu, Sep 01, 2016 at 03:12:08PM +1200, Kent Fredric wrote
2 > On Wed, 31 Aug 2016 21:03:34 -0500
3 > »Q« <boxcars@×××.net> wrote:
4 >
5 > > <http://linux.palemoon.org/> says it's in Gentoo overlays, but I don't
6 > > know which ones.
7 >
8 > Tar.bz2's from http://linux.palemoon.org/download/mainline/ are
9 > working nicely for me as a straight download/unpack/run-in-$HOME
10
11 Or, with root or sudo, you can make Pale Moon global on your system.
12
13 rm -rf /usr/local/palemoon
14 tar -C /usr/local/ -xvjf palemoon<version_name>.bz2
15 ln -sf /usr/local/palemoon/palemoon /usr/bin/palemoon
16
17 ...or in /opt...
18
19 rm -rf /opt/palemoon
20 tar -C /opt/ -xvjf palemoon<version_name>.bz2
21 ln -sf /opt/palemoon/palemoon /usr/bin/palemoon
22
23 And there's also the option of cloning the git repository, and
24 building on your own machine with "-march=native". I also build a
25 32-bit version "-march=bonnell" in a VM on my desktop, for use in my
26 ancient 32-bit-only Atom netbook. I disable webRTC, gconf+dbus,
27 pulseaudio, etc. in my personal builds.
28
29 --
30 Walter Dnes <waltdnes@××××××××.org>
31 I don't run "desktop environments"; I run useful applications