Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Sun, 23 Sep 2018 01:31:07
Message-Id: 1537666240.d0cea7f694cf32353baa5fec15293ccb8ca439f7.whissi@gentoo
1 commit: d0cea7f694cf32353baa5fec15293ccb8ca439f7
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 01:14:10 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 01:30:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cea7f6
7
8 www-client/firefox: add USE=geckodriver to enable WebDriver support
9
10 Closes: https://bugs.gentoo.org/665184
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 www-client/firefox/firefox-62.0.2.ebuild | 9 ++++++---
14 www-client/firefox/metadata.xml | 1 +
15 2 files changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild
18 index f19806bf345..778dbe170f9 100644
19 --- a/www-client/firefox/firefox-62.0.2.ebuild
20 +++ b/www-client/firefox/firefox-62.0.2.ebuild
21 @@ -40,9 +40,10 @@ KEYWORDS="~amd64 ~x86"
22
23 SLOT="0"
24 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
25 -IUSE="bindist clang dbus debug eme-free +gmp-autoupdate hardened hwaccel jack lto neon
26 - pulseaudio +screenshot selinux startup-notification system-harfbuzz system-icu
27 - system-jpeg system-libevent system-sqlite system-libvpx test wifi"
28 +IUSE="bindist clang dbus debug eme-free geckodriver +gmp-autoupdate hardened hwaccel
29 + jack lto neon pulseaudio +screenshot selinux startup-notification
30 + system-harfbuzz system-icu system-jpeg system-libevent system-sqlite
31 + system-libvpx test wifi"
32 RESTRICT="!bindist? ( bindist )"
33
34 PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz )
35 @@ -392,6 +393,8 @@ src_configure() {
36
37 mozconfig_use_enable wifi necko-wifi
38
39 + mozconfig_use_enable geckodriver
40 +
41 # enable JACK, bug 600002
42 mozconfig_use_enable jack
43
44
45 diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml
46 index 35cdb0ef1ea..c8b46b53b3b 100644
47 --- a/www-client/firefox/metadata.xml
48 +++ b/www-client/firefox/metadata.xml
49 @@ -12,6 +12,7 @@
50 <flag name="custom-optimization">Build with user-specified compiler optimizations
51 (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
52 <flag name="eme-free">Disable EME (DRM plugin) cabability at build time</flag>
53 + <flag name="geckodriver">Enable WebDriver support</flag>
54 <flag name="gtk2">Use the cairo-gtk2 rendering engine</flag>
55 <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically
56 downloaded and kept up-to-date in user profiles</flag>