diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-07-09 21:33:23 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-07-09 21:34:14 +0200 |
commit | 9c10e04a8eb5117af5962c3d9900605d55ae89b5 (patch) | |
tree | d15b04f005324f41d2a7ae26db69ee55eb0667ce /www-client | |
parent | sys-apps/util-linux: Bump to version 2.36_rc2. Removed old (diff) | |
download | gentoo-9c10e04a8eb5117af5962c3d9900605d55ae89b5.tar.gz gentoo-9c10e04a8eb5117af5962c3d9900605d55ae89b5.tar.bz2 gentoo-9c10e04a8eb5117af5962c3d9900605d55ae89b5.zip |
www-client/firefox: rename USE=pipewire to USE=screencast
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-78.0.2.ebuild | 6 | ||||
-rw-r--r-- | www-client/firefox/metadata.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/firefox/firefox-78.0.2.ebuild b/www-client/firefox/firefox-78.0.2.ebuild index cb552f36292d..f79de318b531 100644 --- a/www-client/firefox/firefox-78.0.2.ebuild +++ b/www-client/firefox/firefox-78.0.2.ebuild @@ -54,7 +54,7 @@ SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="bindist clang cpu_flags_x86_avx2 debug eme-free geckodriver +gmp-autoupdate hardened hwaccel jack lto cpu_flags_arm_neon - +openh264 pipewire pgo pulseaudio +screenshot selinux +system-av1 + +openh264 pgo pulseaudio screencast +screenshot selinux +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx +system-webp test wayland wifi" @@ -98,7 +98,7 @@ CDEPEND=" x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt - pipewire? ( media-video/pipewire:0/0.3 ) + screencast? ( media-video/pipewire:0/0.3 ) system-av1? ( >=media-libs/dav1d-0.3.0:= >=media-libs/libaom-1.0.0:= @@ -583,7 +583,7 @@ src_configure() { # enable JACK, bug 600002 mozconfig_use_enable jack - mozconfig_use_enable pipewire + mozconfig_use_enable screencast pipewire # Enable/Disable eme support use eme-free && mozconfig_annotate '+eme-free' --disable-eme diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml index 577a5f3baae9..a9185f31e6c3 100644 --- a/www-client/firefox/metadata.xml +++ b/www-client/firefox/metadata.xml @@ -20,9 +20,9 @@ or LDD linker when using Clang</flag> <flag name="openh264">Use <pkg>media-libs/openh264</pkg> for H.264 support instead of downloading binary blob from Mozilla at runtime</flag> - <flag name="pipewire">Use <pkg>media-video/pipewire</pkg> for screensharing support</flag> <flag name="pgo">Add support for profile-guided optimization using gcc-4.5, for faster binaries. This option will double the compile time.</flag> + <flag name="screencast">Enable support for remote desktop and screen cast using <pkg>media-video/pipewire</pkg></flag> <flag name="screenshot">Allow to disable screenshot extension in global profile</flag> <flag name="system-av1">Use the system-wide <pkg>media-libs/dav1d</pkg> and <pkg>media-libs/libaom</pkg> library instead of bundled.</flag> |