diff options
Diffstat (limited to 'profiles')
44 files changed, 397 insertions, 354 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 13631b71e6ef..5a6abf6ff047 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index dfc273aa4adc..d64b7654297d 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <whissi@gentoo.org> (15 Oct 2018) +# Requires app-text/mecab which isn't yet keyworded +# on alpha, bug 668674 +dev-db/mysql cjk +dev-db/percona-server cjk + # Mikle Kolyada <zlogene@gentoo.org> (05 Oct 2018) # Not keyworded (see bug #540540c#8) app-admin/sudo sssd @@ -13,10 +19,6 @@ media-sound/mpd wildmidi # Optional dependency blocking updates. media-plugins/imlib2_loaders eet -# Virgil Dupras <vdupras@gentoo.org> (23 Aug 2018) -# Depends on vulnerable version of paramiko. Bug #664346 -dev-vcs/bzr sftp - # Joonas Niilola <juippis@gmail.com> (17 Jun 2018) # Optional dependency not available for this arch dev-libs/efl vlc @@ -175,10 +177,6 @@ net-analyzer/rrdtool rados # scrollview requires Java, which is unsupported on Alpha. app-text/tesseract scrollview -# Michael Weber <xmw@gentoo.org> (09 Jan 2016) -# no alpha support in media-libs/glfw -app-text/mupdf opengl - # Justin Lecher <jlec@gentoo.org> (18 Nov 2015) # requires dev-python/restkit which requires # dev-python/socketpool which requires dev-python/gevent which requires diff --git a/profiles/arch/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index 30fc79015c0b..e1b9f434793c 100644 --- a/profiles/arch/alpha/use.stable.mask +++ b/profiles/arch/alpha/use.stable.mask @@ -1,13 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Brian Evans <grknight@gentoo.org> (14 Aug 2017) -# Needs dev-lang/php:7.2 stable -php_targets_php7-2 - # Mike Gilbert <floppym@gentoo.org> (08 Jun 2017) # dev-lang/python:3.7 is not stable. python_targets_python3_7 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index e1524c7aca18..3011e9344375 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -17,6 +17,14 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann <whissi@gentoo.org> (12 Oct 2018) +# www-client/firefox is available on amd64 +app-misc/tracker -firefox-bookmarks + +# Michael Palimaka <kensington@gentoo.org> (12 Oct 2018) +# Unmask arch-specific USE flags available on amd64 +net-analyzer/testssl -bundled-openssl -kerberos + # Thomas Deutschmann <whissi@gentoo.org> (30 Sep 2018) # Unmask libheif support where media-libs/libheif is keyworded media-gfx/imagemagick -heif @@ -164,10 +172,6 @@ sys-apps/flashrom -atahpt -nic3com -nicnatsemi -nicrealtek -rayer_spi -satamv # It's only supported on amd64 dev-db/mariadb -tokudb -# Matt Turner <mattst88@gentoo.org> (07 Mar 2014) -# media-libs/libomxil-bellagio keyworded on amd64/x86 -media-libs/mesa -openmax - # Samuli Suominen <ssuominen@gentoo.org> (16 Feb 2014) # Still considered experimental by upstream: # https://sourceforge.net/p/mikmod/bugs/16/#17ea diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index cd87c3421d5f..0e7d0e044322 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Aaron W. Swenson <titanofold@gentoo.org> (19 Oct 2018) +# Requires sys-devel/clang which isn’t keyworded for ARM. +dev-db/postgresql llvm + +# Michał Górny <mgorny@gentoo.org> (18 Oct 2018) +# Requires unported sys-libs/netbsd-csu. +sys-devel/clang-runtime crt + +# Thomas Deutschmann <whissi@gentoo.org> (12 Oct 2018) +# Requires www-client/firefox which isn't available on ARM yet +# due to dev-lang/rust requirement +dev-ruby/capybara test + # Michał Górny <mgorny@gentoo.org> (20 Sep 2018) # dev-libs/libpfm not keyworded here (and unclear if it supports ARM). # Bug #666651. @@ -8,9 +21,8 @@ sys-devel/llvm exegesis # Andreas Sturmlechner <asturm@gentoo.org> (01 Sep 2018) # media-libs/libaom not yet keyworded -# media-libs/aribb24 not yet keyworded, bug #665048 # projectm not yet keyworded, bug #314969 -media-video/vlc aom aribsub chromaprint opencv projectm +media-video/vlc aom chromaprint opencv projectm # Christian Ruppert <idl0r@gentoo.org> (25 Aug 2018) # pre-built, no ARM support @@ -222,10 +234,6 @@ dev-cpp/eigen test # scrollview requires SWT, which is currently unsupported on ARM. app-text/tesseract scrollview -# Michael Weber <xmw@gentoo.org> (09 Jan 2016) -# no arm support in media-libs/glfw -app-text/mupdf opengl - # Brian Evans <grknight@gentoo.org> (23 Nov 2015) # unmask galera for dev-db/mariadb >=dev-db/mariadb-10.1.0 -galera diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 800fe51e91a6..3255e280d638 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <whissi@gentoo.org> (12 Oct 2018) +# Requires www-client/firefox which isn't yet keyworded on ARM64 +dev-ruby/capybara test + # Dirkjan Ochtman <djc@gentoo.org> (29 Sep 2018) # Upstream doesn't build docs for tier 2 and lower architectures. # Bug #660512. diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 63d1d9945951..68da82ad967c 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michael Palimaka <kensington@gentoo.org> (12 Oct 2018) +# Only available on amd64/x86 +net-analyzer/testssl bundled-openssl kerberos + # Thomas Deutschmann <whissi@gentoo.org> (30 Sep 2018) # Requires media-libs/libheif which is only keyworded for amd64 and x86 media-gfx/imagemagick heif diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 55ff1a4fc824..f10edb643a69 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Jeroen Roovers (jer@gentoo.org) (22 Mar 2018) +# HiPE does not work on HPPA +dev-lang/erlang hipe + # Thomas Deutschmann <whissi@gentoo.org> (04 Jul 2018) # dev-libs/xxhash not keyworded for hppa app-admin/rsyslog xxhash diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 3f796af7144d..ff147fbde48f 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich <slyfox@gentoo.org> (13 Oct 2018) +# USE=debug needs support for target-specific _FPU_MASK_IM. ia64 +# does not define those. +media-sound/lame debug + # Sergei Trofimovich <slyfox@gentoo.org> (25 Jul 2018) # USE=server does not compile and needs upstream fix: bug #662040 >=sys-devel/gdb-8.1 server @@ -148,10 +153,6 @@ dev-cpp/eigen test # Missing keywords, bug #560382 media-video/ffmpeg snappy -# Michael Weber <xmw@gentoo.org> (09 Jan 2016) -# no ia64 support in media-libs/glfw -app-text/mupdf opengl - # Justin Lecher <jlec@gentoo.org> (18 Nov 2015) # requires dev-python/restkit which requires # dev-python/socketpool which requires dev-python/gevent which requires diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index b5844a549554..f8c08e17a22c 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -92,10 +92,6 @@ net-misc/bfgminer adl lm_sensors # media-libs/libcdr, app-text/libwpd and app-text/libwpg media-gfx/inkscape cdr visio wpg -# Michael Weber <xmw@gentoo.org> (14 Mar 2017) -# mask unkeyworded dependency media-libs/glfw -app-text/mupdf opengl - # Jason Zaman <perfinion@gentoo.org> (09 May 2017) # x11-libs/libXpresent is not keyworded on ppc xfce-base/xfwm4 xpresent @@ -368,8 +364,3 @@ media-tv/mythtv vdpau # Brent Baude <ranger@gentoo.org> # masking zephyr USE on pidgin net-im/pidgin zephyr - -# Joseph Jezak <josejx@gentoo.org> (28 Jun 2007) -# Masked Parallel LCD devices for bug #180683 -# app-misc/lcd4linux -app-misc/lcd4linux lcd_devices_hd44780 diff --git a/profiles/arch/powerpc/package.use.stable.mask b/profiles/arch/powerpc/package.use.stable.mask index 23d9d45966ee..d9f02c573991 100644 --- a/profiles/arch/powerpc/package.use.stable.mask +++ b/profiles/arch/powerpc/package.use.stable.mask @@ -25,10 +25,6 @@ media-video/vlc libav # Non-stable dependency. Used to be masked completely. media-sound/abcde replaygain -# Virgil Dupras <vdupras@gentoo.org> (18 Aug 2018) -# app-text/mupdf stable ppc/ppc64 keywords were dropped in bug #658618 -net-print/cups-filters pdf - # Ulrich Müller <ulm@gentoo.org> (09 Aug 2018) # Needs net-mail/mailutils and net-libs/webkit-gtk which are not # stable (yet?), bug #663248 diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 27935492196a..478c36b6e695 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <mattst88@gentoo.org> (07 Oct 2018) +# media-libs/x265[power8] fails to build on 32-bit ppc. +media-libs/x265 power8 + # Mikle Kolyada <zlogene@gentoo.org> (01 Sep 2018) # The dependency is not keyworded net-analyzer/wireshark bcg729 @@ -51,7 +55,6 @@ net-irc/kvirc kde # Requires unkeyworded dev-qt/qtmultimedia:5 media-plugins/audacious-plugins qt5 net-analyzer/wireshark qt5 -sci-astronomy/stellarium sound # James Le Cuirot <chewi@gentoo.org> (30 Jan 2016) # scrollview requires Java, which is unsupported on ppc. @@ -64,10 +67,6 @@ dev-lang/logtalk fop gnome-extra/libgda reports net-analyzer/wireshark doc-pdf -# Michael Weber <xmw@gentoo.org> (09 Jan 2016) -# no ppc support in media-libs/glfw -app-text/mupdf opengl - # Anthony G. Basile <blueness@gentoo.org> (26 Oct 2015) # Mask x265 on vlc for bug #564138 media-video/vlc x265 diff --git a/profiles/arch/powerpc/ppc64/32ul/package.mask b/profiles/arch/powerpc/ppc64/32ul/package.mask index 87c0b7d6d57e..1fc0ad794669 100644 --- a/profiles/arch/powerpc/ppc64/32ul/package.mask +++ b/profiles/arch/powerpc/ppc64/32ul/package.mask @@ -1,2 +1,6 @@ -# Copyright 2012-2012 Gentoo Foundation +# Copyright 2012-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# James Le Cuirot <chewi@gentoo.org> (19 Oct 2018) +# AdoptOpenJDK's ppc64 build is little-endian only. +dev-java/openjdk-bin diff --git a/profiles/arch/powerpc/ppc64/64ul/package.mask b/profiles/arch/powerpc/ppc64/64ul/package.mask index bbf97dd6ceef..def9c263cb79 100644 --- a/profiles/arch/powerpc/ppc64/64ul/package.mask +++ b/profiles/arch/powerpc/ppc64/64ul/package.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <chewi@gentoo.org> (19 Oct 2018) +# AdoptOpenJDK's ppc64 build is little-endian only. +dev-java/openjdk-bin + # <gcc-4 does not compile with >=gcc-4 on ppc64 sys-libs/libstdc++-v3 <sys-devel/gcc-4.1 diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index d1eed069ec84..b6032b13eed1 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -46,10 +46,6 @@ dev-java/batik python dev-java/bsf python dev-java/ant-apache-bsf python -# Michael Weber <xmw@gentoo.org> (09 Jan 2016) -# no ppc64 support in media-libs/glfw -app-text/mupdf opengl - # Jeroen Roovers <jer@gentoo.org> (26 Dec 2015) # Mask until >sys-cluster/ceph-0.94 goes stable net-analyzer/rrdtool rados diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 2aba42b23ef7..fad34bb34190 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Virgil Dupras <vdupras@gentoo.org> (08 Oct 2018) +# app-text/mupdf sparc keyword was dropped in bug #631970 +net-print/cups-filters pdf + # Sergei Trofimovich <slyfox@gentoo.org> (28 Sep 2018) # mpir fails to build at least on sparc: bug #640424 dev-python/gmpy mpir @@ -138,10 +142,6 @@ media-video/ffmpeg snappy # scrollview requires Java, which is unsupported on SPARC. app-text/tesseract scrollview -# Michael Weber <xmw@gentoo.org> (09 Jan 2016) -# no sparc support in media-libs/glfw -app-text/mupdf opengl - # Mike Frysinger <vapier@gentoo.org> (22 Dec 2015) # Needs keywording. #569254 net-firewall/iptables nftables @@ -267,10 +267,6 @@ net-im/telepathy-connection-managers sipe # template-haskell not yet available dev-haskell/dataenc test -# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (22 Aug 2013) -# dev-libs/jemalloc is not keyworded -www-plugins/gnash jemalloc - # Pacho Ramos <pacho@gentoo.org> (20 Jul 2013) # Keywords pending, bug #476710 >=gnome-base/gnome-extra-apps-3.8 games diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index 40d6e274774a..23afb7432244 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -21,10 +21,6 @@ # media-libs/libraw is not stable media-gfx/imagemagick raw -# Virgil Dupras <vdupras@gentoo.org> (18 Aug 2018) -# app-text/mupdf stable sparc keyword was dropped in bug #658618 -net-print/cups-filters pdf - # Andreas Sturmlechner <asturm@gentoo.org> (7 May 2018) # sci-visualization/gnuplot is not stable. app-admin/sysstat isag diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 36084bc584a6..83649173f152 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,8 +1,16 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires >=portage-2.1.1 +# Thomas Deutschmann <whissi@gentoo.org> (12 Oct 2018) +# www-client/firefox is available on x86 +app-misc/tracker -firefox-bookmarks + +# Michael Palimaka <kensington@gentoo.org> (12 Oct 2018) +# Unmask arch-specific USE flag available on x86 +net-analyzer/testssl -bundled-openssl + # Thomas Deutschmann <whissi@gentoo.org> (30 Sep 2018) # Unmask libheif support where media-libs/libheif is keyworded media-gfx/imagemagick -heif @@ -15,10 +23,6 @@ dev-python/pymongo test # media-libs/qtav not keyworded media-video/orion qtav -# Virgil Dupras <vdupras@gentoo.org> (06 Sep 2018) -# sci-libs/oce not yet keyworded -sci-electronics/kicad oce - # Andreas Sturmlechner <asturm@gentoo.org> (01 Sep 2018) # media-libs/libaom not yet keyworded media-video/vlc aom @@ -179,10 +183,6 @@ sys-cluster/ceph zfs # Works on 32bit x86 media-sound/lmms -vst -# Matt Turner <mattst88@gentoo.org> (07 Mar 2014) -# media-libs/libomxil-bellagio keyworded on amd64/x86 -media-libs/mesa -openmax - # Samuli Suominen <ssuominen@gentoo.org> (16 Feb 2014) # Still considered experimental by upstream: # https://sourceforge.net/p/mikmod/bugs/16/#17ea diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index a0a1d4f977ba..8e489bf49e13 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -92,11 +92,6 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te # Netbeans modules/clusters NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" -# 2009/09/21 Robin H. Johnson <robbat2@gentoo.org> -# https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml -# Build kernel modules from linux-mod by default: -USE="${USE} modules" - # Manuel Rüger <mrueg@gentoo.org> (09 Sep 2015) # Default Ruby build target # Updated to include ruby23 on 21 Jan 2018 @@ -166,4 +161,4 @@ POSTGRES_TARGETS="postgres9_5 postgres10" # Moreover, it should only contain targets that have a stable version # of PHP, to avoid pulling in an unstable PHP on stable systems. # -PHP_TARGETS="php5-6 php7-0" +PHP_TARGETS="php5-6 php7-1" diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 6cfe118fb8ae..3e87f3085150 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires >=portage-2.1.1 @@ -7,13 +7,30 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Pacho Ramos <pacho@gento.org> (21 Oct 2018) +# splashutils is being removed +sys-power/suspend fbsplash + +# Lars Wendler <polynomial-c@gentoo.org> (18 Oct 2018) +# gnutls is broken in older releases +<net-libs/gsoap-2.8.64 gnutls + +# Matt Turner <mattst88@gentoo.org> (16 Oct 2018) +# media-libs/libomxil-bellagio is masked for removal. +media-libs/mesa openmax + +# Thomas Deutschmann <whissi@gentoo.org> (12 Oct 2018) +# Requires www-client/firefox which isn't available on all architectures +# yet, unmask per arch +app-misc/tracker firefox-bookmarks + # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (06 Oct 2018) # address user visible breakage due to circular dependency #665008 =media-fonts/encodings-1.0.4-r3 X # Dirkjan Ochtman <djc@gentoo.org> (29 Sep 2018) # Clippy is broken for now, can't find libraries (bug 667286) -dev-lang/rust clippy +<dev-lang/rust-1.29.2 clippy dev-lang/rust-bin clippy # Virgil Dupras <vdupras@gentoo.org> (26 Sep 2018) @@ -121,12 +138,16 @@ sys-libs/glibc compile-locales media-video/ffmpeg appkit # James Le Cuirot <chewi@gentoo.org> (17 Dec 2017) -# Java 9 is not yet fully supported on Gentoo. Having a masked +# Java 9+ is not yet fully supported on Gentoo. Having a masked # gentoo-vm flag allows us to provide it without it breaking Gentoo # packages. Those who wish to experiment with it as a fully recognised # Gentoo JVM can unmask the flag. dev-java/oracle-jdk-bin:9 gentoo-vm dev-java/oracle-jre-bin:9 gentoo-vm +dev-java/oracle-jdk-bin:11 gentoo-vm +dev-java/oracle-jre-bin:11 gentoo-vm +dev-java/openjdk-bin:11 gentoo-vm +dev-java/openjdk:11 gentoo-vm # Andreas K. Hüttel <dilfridge@gentoo.org> (04 Nov 2017) # Requires audacious, which is masked. Bug 632513 @@ -160,10 +181,6 @@ sys-devel/clang z3 # Mask USE flag which has limited keywords for app-crypt/argon2 dev-lang/php argon2 -# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (16 Jul 2017) -# Causes build to fail with ffmpeg-3, #602786 -www-plugins/gnash vaapi - # Mike Gilbert <floppym@gentoo.org> (09 Jul 2017) # Matthias Dahl <matthias.dahl@binary-island.eu> (05 Jul 2017) # Both are not your typical garden-variety Linux programs and are @@ -276,10 +293,6 @@ app-editors/emacs-vcs cairo # Needs a Gstreamer plugin from gst-plugins-bad that is not packaged to date media-plugins/grilo-plugins chromaprint -# Lars Wendler <polynomial-c@gentoo.org> (19 Aug 2016) -# gnutls is broken for years ->=net-libs/gsoap-2.8.0 gnutls - # Michał Górny <mgorny@gentoo.org> (05 Jul 2016) # Mask system-clang support as it requires llvm-3.4 that is subject # to security bug cleanup, #585102. @@ -450,10 +463,6 @@ dev-python/pypy3 sandbox # gentoo bugs. media-libs/libsdl2 custom-cflags -# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (22 Aug 2013) -# Causes build to fail, issue is being discussed with upstream ->=www-plugins/gnash-0.8.10_p20130822 openvg - # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (13 Jul 2013) # GL/GLES support in cairo is mutually exclusive, bug #428770. x11-libs/cairo gles2 diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index c416cbaa11c9..ce0805ba2c06 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Andreas Sturmlechner <asturm@gentoo.org> (16 Oct 2018) +# app-misc/ddcutil is not yet stable. +kde-plasma/powerdevil brightness-control + # Andreas Sturmlechner <asturm@gentoo.org> (11 Sep 2018) # Sometimes crashes Plasma with Appstream versions pre-0.12. # Newer versions of dev-libs/appstream are not stable yet. See also: @@ -31,8 +35,8 @@ dev-python/s3fs test =app-office/libreoffice-6.0* kde # Andreas Sturmlechner <asturm@gentoo.org> (03 Mar 2018) -# Depends on unstable dependencies; qt3d bug #652046 -sci-geosciences/qgis 3d grass +# sci-geosciences/grass is not stable +sci-geosciences/qgis grass # Thomas Beierlein <tomjbe@gentoo.org> (21 Mar 2018) # ~app-backup/bacula-9.0.6 does not compile with USE=libressl (bug #641492) diff --git a/profiles/default/linux/amd64/17.0/uclibc/eapi b/profiles/default/linux/amd64/17.0/uclibc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/17.0/uclibc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/17.0/uclibc/hardened/eapi b/profiles/default/linux/amd64/17.0/uclibc/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/17.0/uclibc/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/17.0/uclibc/hardened/parent b/profiles/default/linux/amd64/17.0/uclibc/hardened/parent new file mode 100644 index 000000000000..45a355b0beba --- /dev/null +++ b/profiles/default/linux/amd64/17.0/uclibc/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/hardened/amd64 diff --git a/profiles/default/linux/amd64/17.0/uclibc/make.defaults b/profiles/default/linux/amd64/17.0/uclibc/make.defaults new file mode 100644 index 000000000000..c015f1daecd1 --- /dev/null +++ b/profiles/default/linux/amd64/17.0/uclibc/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2018 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +CHOST="x86_64-gentoo-linux-uclibc" + +# Anthony G. Basile <blueness@gentoo.org> (01 Jul 2014) +# Multilib-related setup, bug #515130 +MULTILIB_ABIS="amd64" +CHOST_amd64="${CHOST}" +LIBDIR_amd64="lib" diff --git a/profiles/default/linux/amd64/17.0/uclibc/parent b/profiles/default/linux/amd64/17.0/uclibc/parent new file mode 100644 index 000000000000..a56db381f595 --- /dev/null +++ b/profiles/default/linux/amd64/17.0/uclibc/parent @@ -0,0 +1,3 @@ +.. +../../../../../arch/amd64/no-multilib +../../../../../features/uclibc/ diff --git a/profiles/default/linux/arm/13.0/armv6j/package.mask b/profiles/default/linux/arm/13.0/armv6j/package.mask new file mode 100644 index 000000000000..6a132627c621 --- /dev/null +++ b/profiles/default/linux/arm/13.0/armv6j/package.mask @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <mgorny@gentoo.org> (18 Oct 2018) +# Clang does not work correctly with the old *-hardfloat-* triplets. +# Please switch to 17.0 profiles that use *eabihf triplets instead. +# https://bugs.gentoo.org/595834 +dev-python/clang-python +dev-util/lldb +sys-devel/clang +sys-devel/clang-common +sys-devel/clang-runtime +sys-libs/compiler-rt +sys-libs/compiler-rt-sanitizers +sys-libs/libcxx +sys-libs/libcxxabi +sys-libs/libomp +sys-libs/llvm-libunwind diff --git a/profiles/default/linux/arm/13.0/armv7a/package.mask b/profiles/default/linux/arm/13.0/armv7a/package.mask new file mode 100644 index 000000000000..6a132627c621 --- /dev/null +++ b/profiles/default/linux/arm/13.0/armv7a/package.mask @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <mgorny@gentoo.org> (18 Oct 2018) +# Clang does not work correctly with the old *-hardfloat-* triplets. +# Please switch to 17.0 profiles that use *eabihf triplets instead. +# https://bugs.gentoo.org/595834 +dev-python/clang-python +dev-util/lldb +sys-devel/clang +sys-devel/clang-common +sys-devel/clang-runtime +sys-libs/compiler-rt +sys-libs/compiler-rt-sanitizers +sys-libs/libcxx +sys-libs/libcxxabi +sys-libs/libomp +sys-libs/llvm-libunwind diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 4d580b1ba06f..0716de8a14c9 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -53,8 +53,3 @@ VIDEO_CARDS="dummy fbdev v4l" # Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build # because of whitespace. LDFLAGS="-Wl,-O1 -Wl,--as-needed" - -# 2009/09/21 Robin H. Johnson <robbat2@gentoo.org> -# https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml -# Build kernel modules from linux-mod by default: -USE="${USE} modules" diff --git a/profiles/default/linux/musl/arm/armv7a/package.mask b/profiles/default/linux/musl/arm/armv7a/package.mask new file mode 100644 index 000000000000..6a132627c621 --- /dev/null +++ b/profiles/default/linux/musl/arm/armv7a/package.mask @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <mgorny@gentoo.org> (18 Oct 2018) +# Clang does not work correctly with the old *-hardfloat-* triplets. +# Please switch to 17.0 profiles that use *eabihf triplets instead. +# https://bugs.gentoo.org/595834 +dev-python/clang-python +dev-util/lldb +sys-devel/clang +sys-devel/clang-common +sys-devel/clang-runtime +sys-libs/compiler-rt +sys-libs/compiler-rt-sanitizers +sys-libs/libcxx +sys-libs/libcxxabi +sys-libs/libomp +sys-libs/llvm-libunwind diff --git a/profiles/default/linux/uclibc/arm/armv6j/package.mask b/profiles/default/linux/uclibc/arm/armv6j/package.mask new file mode 100644 index 000000000000..6a132627c621 --- /dev/null +++ b/profiles/default/linux/uclibc/arm/armv6j/package.mask @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <mgorny@gentoo.org> (18 Oct 2018) +# Clang does not work correctly with the old *-hardfloat-* triplets. +# Please switch to 17.0 profiles that use *eabihf triplets instead. +# https://bugs.gentoo.org/595834 +dev-python/clang-python +dev-util/lldb +sys-devel/clang +sys-devel/clang-common +sys-devel/clang-runtime +sys-libs/compiler-rt +sys-libs/compiler-rt-sanitizers +sys-libs/libcxx +sys-libs/libcxxabi +sys-libs/libomp +sys-libs/llvm-libunwind diff --git a/profiles/default/linux/uclibc/arm/armv7a/package.mask b/profiles/default/linux/uclibc/arm/armv7a/package.mask new file mode 100644 index 000000000000..6a132627c621 --- /dev/null +++ b/profiles/default/linux/uclibc/arm/armv7a/package.mask @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <mgorny@gentoo.org> (18 Oct 2018) +# Clang does not work correctly with the old *-hardfloat-* triplets. +# Please switch to 17.0 profiles that use *eabihf triplets instead. +# https://bugs.gentoo.org/595834 +dev-python/clang-python +dev-util/lldb +sys-devel/clang +sys-devel/clang-common +sys-devel/clang-runtime +sys-libs/compiler-rt +sys-libs/compiler-rt-sanitizers +sys-libs/libcxx +sys-libs/libcxxabi +sys-libs/libomp +sys-libs/llvm-libunwind diff --git a/profiles/default/linux/x86/17.0/uclibc/eapi b/profiles/default/linux/x86/17.0/uclibc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/17.0/uclibc/hardened/eapi b/profiles/default/linux/x86/17.0/uclibc/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/17.0/uclibc/hardened/parent b/profiles/default/linux/x86/17.0/uclibc/hardened/parent new file mode 100644 index 000000000000..45a355b0beba --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/hardened/amd64 diff --git a/profiles/default/linux/x86/17.0/uclibc/make.defaults b/profiles/default/linux/x86/17.0/uclibc/make.defaults new file mode 100644 index 000000000000..7242f3043f91 --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +CHOST="i686-gentoo-linux-uclibc" + +# Anthony G. Basile <blueness@gentoo.org> (01 Jul 2014) +# Multilib-related setup, bug #515130 +MULTILIB_ABIS="x86" +CHOST_x86="${CHOST}" +LIBDIR_x86="lib" diff --git a/profiles/default/linux/x86/17.0/uclibc/parent b/profiles/default/linux/x86/17.0/uclibc/parent new file mode 100644 index 000000000000..bf856ff784ae --- /dev/null +++ b/profiles/default/linux/x86/17.0/uclibc/parent @@ -0,0 +1,3 @@ +.. +../../../../../arch/x86 +../../../../../features/uclibc/ diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults index 1502b08728fc..88e165c4611a 100644 --- a/profiles/features/hardened/make.defaults +++ b/profiles/features/hardened/make.defaults @@ -24,4 +24,3 @@ USE="${USE} -berkdb -gdbm -tcpd" USE="${USE} -fortran" USE="${USE} -cli" USE="${USE} -dri" -USE="${USE} -modules" diff --git a/profiles/package.mask b/profiles/package.mask index 14902d7e7374..04315ffa86cf 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,95 @@ #--- END OF EXAMPLES --- +# Pacho Ramos <pacho@gentoo.org> (21 Oct 2018) +# Lots of pending bugs for years, this needs a dedicated maintainer that +# fixes them: bug #354157, #354639, #398075, #398077, #417375, #499654, +# #539358, #591682, #625798, #639912, #662316, #664270... +# Removal in a month. +media-gfx/splashutils +media-gfx/bootsplash-themes +media-gfx/splash-themes-gentoo +media-gfx/splash-themes-livecd +media-gfx/splash-themes-livedvd + +# Andreas K. Hüttel <dilfridge@gentoo.org> (20 Oct 2018) +# Fails to build with glibc-2.27, bug 648620. No reverse +# dependencies. Removal in 30 days. +dev-tcltk/ck + +# Matt Turner <mattst88@gentoo.org> (17 Oct 2018) +# Multiple regressions causing pain for users and developers alike: Bug +# Bugs #666892, #667686 +=sys-fs/eudev-3.2.6 + +# Matt Turner <mattst88@gentoo.org> (16 Oct 2018) +# Unmaintained. Unused. Removal in 30 days. Bug #668826 +media-libs/libomxil-bellagio + +# Virgil Dupras <vdupras@gentoo.org> (15 Oct 2018) +# Unmaintained, no revdep. Removal in 30 days. Bug #650048 +dev-python/django-extensions +dev-python/shortuuid +dev-python/fexpect + +# Sobhan Mohammadpour <sobhan@gentoo.org> (15 Oct 2018) +# Masked for testing. +sys-apps/bubblewrap + +# Thomas Deutschmann <whissi@gentoo.org> (12 Oct 2018) +# EOL and has known vulnerabilities. Please move to +# Firefox 60 or newer if you can. +<www-client/firefox-60 + +# Virgil Dupras <vdupras@gentoo.org> (12 Oct 2018) +# Unmaintained, no revdep. Removal in 30 days. Bug #645384 +dev-python/jenkinsapi + +# Virgil Dupras <vdupras@gentoo.org> (12 Oct 2018) +# Dead upstream, unmaintained, no revdep. Removal in 30 days. +# Bug #285169 +dev-python/twill +dev-python/flask-testing + +# Virgil Dupras <vdupras@gentoo.org> (11 Oct 2018) +# Dead upstream, unmaintained, no revdep. Removal in 30 days. +# Bug #659532 +net-libs/libgcal + +# Virgil Dupras <vdupras@gentoo.org> (11 Oct 2018) +# Unmaintained, no revdep. Removal in 30 days. +# Bug #661554 Bug #661552 +dev-libs/MicroJSON +dev-libs/UTF8Strings + +# Virgil Dupras <vdupras@gentoo.org> (10 Oct 2018) +# Unmaintained, no revdep. Removal in 30 days. +# Bug #643536 +dev-python/stormpath + +# Virgil Dupras <vdupras@gentoo.org> (10 Oct 2018) +# Dead upstream, depends on broken package. Removal in 30 days. +# Bug #620098 +dev-python/flask-restless + +# Sergei Trofimovich <slyfox@gentoo.org> (09 Oct 2018) +# Upstream is not actively maintained. Needs a port to mupdf-1.14. +app-text/fbpdf + +# Davide Pesavento <pesa@gentoo.org> (08 Oct 2018) +# Ebuild is not ready, major packaging changes required. Bug 668014. +>=dev-python/PyQt5-5.11 + +# Virgil Dupras <vdupras@gentoo.org> (07 Oct 2018) +# Masked for removal, along with orphans, because it's unmaintained +# and vulnerable. Bug #629270 +app-office/openerp +dev-python/pywebdav + +# Andreas Sturmlechner <asturm@gentoo.org> (07 Oct 2018) +# Masked for more testing especially of reverse-deps. +>=dev-games/ogre-1.11.2 + # Mart Raudsepp <leio@gentoo.org> (06 Oct 2018) # Netspeed applet moved into mate-base/mate-applets since v1.14, # use that instead. Bug #667910 @@ -75,38 +164,11 @@ dev-python/tinydb # Apparently breaks sys-devel/gcc. Bug #666954. =dev-util/debugedit-4.14.2 -# Michał Górny <mgorny@gentoo.org> (17 Sep 2018) -# Obsolete LogiLab packages that are full of issues and were never -# maintained properly. Recently dev-python/logilab-common started -# colliding with dev-python/pytest, making it practically non- -# installable. The only revdep left is app-vim/python-mode where -# the dep looks completely mistaken. Bug #666152. -app-vim/python-mode -dev-python/astng -dev-python/logilab-common -dev-python/logilab-constraint - -# Andreas Sturmlechner <asturm@gentoo.org> (16 Sep 2018) -# was merged into the IETF Opus codec and is now obsolete -# Removal in 30 days, bug #664154 -media-libs/celt - # Mike Gilbert <floppym@gentoo.org> (16 Sep 2018) # Dev channel releases are only for people who are developers or want more # experimental features and accept a more unstable release. >=www-client/chromium-71 -# Brian Evans <grknight@gentoo.org> (16 Sep 2018) -# Broken build on modern clients. Please update to latest slot. -# Slot to be removed in 30 days -dev-db/myodbc:5.2 - -# Michał Górny <mgorny@gentoo.org> (13 Sep 2018) -# Depends on old version of dev-libs/jsoncpp, blocking its pruning. -# Downstream maintainer is inactive to bump it. Removal in 30 days. -# Bug #656678. -dev-lang/solidity - # Andreas K. Hüttel <dilfridge@gentoo.org> (11 Sep 2018) # Mask transition ebuilds that were needed only for <glibc-2.26 # We will keep them in the tree as long as we have masked @@ -114,83 +176,12 @@ dev-lang/solidity ~net-libs/libnsl-0 ~net-libs/rpcsvc-proto-0 -# Aaron W. Swenson <titanofold@gentoo.org> (09 Sep 2018) -# PostgreSQL beta and release candidate releases are pre-release testing -# versions, not meant for production use. They are feature-frozen, and are -# released to the public for testing before final release -# -# NOTE: Successive beta or candidate releases may not be backwards compatible, -# so it is important that you review the release notes before upgrading. -# -# For more information about beta and release candidate versions, see: -# https://www.postgresql.org/developer/beta/ -=dev-db/postgresql-11_beta1 -=dev-db/postgresql-11_beta2 -=dev-db/postgresql-11_beta3 - -# Joerg Bornkessel <hd_brummy@gentoo.org> (02/Sep/2018) -# homepage dead -# dead on upstream -# not converted to gettext -# a lot of compile warnings -# bug 665124 -# masked for removal on End Sep 2018 -media-plugins/vdr-prefermenu - -# Joerg Bornkessel <hd_brummy@gentoo.org> (02/Sep/2018) -# fails on latest imagemagick -# not converted to gettext -# bug 665126 -# masked for removal on End Sep 2018 -media-plugins/vdr-text2skin - -# Joerg Bornkessel <hd_brummy@gentoo.org> (02/Sep/2018) -# quit old -# unmanged on upstream since ~ 10 years -# bug 665128 -# masked for removal on End Sep 2018 -media-plugins/vdr-vodcatcher - -# Joerg Bornkessel <hd_brummy@gentoo.org> (02/Sep/2018) -# homepage dead -# not addapted to latest xine -# fails on compile -# quit old -# bug 665132 -# masked for removal on End Sep 2018 -media-plugins/vdr-xine - -# Joerg Bornkessel <hd_brummy@gentoo.org> (02/Sep/2018) -# dead on upstream since 2014 -# not git-r3 eclass adaption -# only pmasked -9999.ebuild in the tree -# bug 665134 -# masked for removal on End Sep 2018 -media-plugins/vdr-xvdr - -# Joerg Bornkessel <hd_brummy@gentoo.org> (02/Sep/2018) -# homepage dead -# dead on upstream -# depends on vdr-1.3 (quit old) -# bug 665136 -# masked for removal on End Sep 2018 -media-plugins/vdr-autosort - # Matthias Maier <tamiko@gentoo.org> (1 Sep 2018) # Mask 0.7.0 and 1.0.1 for the time being until a compatible LLVM version # made it into the tree, bug #665192 ~dev-lang/julia-0.7.0 ~dev-lang/julia-1.0.1 -# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (29 Aug 2018) -# Masked for removal in 30 days. Multiple build failures. Upstream inactive. -# (bugs #321017, #581284, #588692, #602786, #649006, #654140) -www-plugins/gnash - -# Virgil Dupras <vdupras@gentoo.org> (23 Aug 2018) -# Vulnerable and can't be removed yet because of alpha. Bug #664346 -<dev-python/paramiko-2.4.1 - # Bernard Cafarelli <voyageur@gentoo.org> (20 Aug 2018) # Requires >=dev-libs/openssl-1.1.0 >=net-misc/nextcloud-client-2.5.0_beta1 @@ -266,10 +257,6 @@ dev-python/wxpython:2.8 =virtual/perl-threads-2.220.0 =virtual/perl-version-0.992.300 -# Thomas Deutschmann <whissi@gentoo.org> (23 Jun 2018) -# Doesn't pass QA full boot test -=sys-kernel/ck-sources-4.16.17 - # Mart Raudsepp <leio@gentoo.org> (16 Jun 2018) # No upstream (website disappeared), no upstream plugin maintainer, # and pretty much a fringe format anyway. @@ -328,22 +315,11 @@ media-libs/libglvnd # Bug 629682. =net-misc/asterisk-11.25.1 -# Aaron W. Swenson <titanofold@gentoo.org> (22 Mar 2018) -# EOL. No longer receives bug or security fixes. Recommended to update -# to latest available. -# Removal in 30 days (21 Apr 2018). Bug 634028. -<dev-db/postgresql-9.3 - # Michał Górny <mgorny@gentoo.org> (20 Mar 2018) # Poorly tested version bump followed by a series of quick hacks # that do not make it any more working. Bug #651030. >=sys-devel/distcc-3.3 -# Anthony G. Basile <blueness@gentoo.org> (25 Feb 2018) -# Upstream has been dead since 2012. Migrate to uclibc-ng. -# See https://wiki.gentoo.org/wiki/Project:Hardened_uClibc -sys-libs/uclibc - # Eray Aslan <eras@gentoo.org> (08 Feb 2018) # Mask experimental software =mail-mta/postfix-3.4* @@ -365,11 +341,13 @@ sys-libs/uclibc >=sci-electronics/pcb-20000000 # James Le Cuirot <chewi@gentoo.org> (17 Dec 2017) -# Java 9 is not yet fully supported on Gentoo. Packages cannot depend +# Java 9+ is not yet fully supported on Gentoo. Packages cannot depend # on it so these virtuals are not yet required. If you wish to use -# Java 9 now then install oracle-(jdk|jre)-bin:9 directly. +# Java 9+ then install oracle-(jdk|jre)-bin or openjdk(-bin) directly. virtual/jdk:9 virtual/jre:9 +virtual/jdk:11 +virtual/jre:11 # Andreas K. Hüttel <dilfridge@gentoo.org> (22 Oct 2017) # Broken with recent Perl (5.26) and not used by anything @@ -580,15 +558,6 @@ dev-java/jcs # Needs a bump and substantial ebuild rewrite =sci-mathematics/reduce-20110414-r1 -# Michał Górny <mgorny@gentoo.org> (30 Oct 2015) -# Uses unsafe ioctls that could result in data corruption. Upstream -# is working on replacing them in the wip/dedup-syscall branch. -# Keep it masked until they are done. sys-fs/duperemove is -# the suggested replacement for the meantime. -# Michał Górny <mgorny@gentoo.org> (13 Sep 2018) -# No upstream commits since 2016. Removal in 30 days. Bug #546144. -sys-fs/bedup - # Robin H. Johnson <robbat2@gentoo.org> (04 Aug 2014) # Masked for testing, presently fails upstream testsuite: # FAIL:07:02:35 (00:00:00) db_dump/db_load(./TESTDIR.3/recd001.db:child killed: kill signal): expected 0, got 1 diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 1c2ea775d5bd..66686051a7f7 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -13,11 +13,11 @@ alpha default/linux/alpha/13.0/desktop stable alpha default/linux/alpha/13.0/desktop/gnome stable alpha default/linux/alpha/13.0/desktop/gnome/systemd stable alpha default/linux/alpha/13.0/developer stable -alpha default/linux/alpha/17.0 exp -alpha default/linux/alpha/17.0/desktop exp -alpha default/linux/alpha/17.0/desktop/gnome exp -alpha default/linux/alpha/17.0/desktop/gnome/systemd exp -alpha default/linux/alpha/17.0/developer exp +alpha default/linux/alpha/17.0 stable +alpha default/linux/alpha/17.0/desktop stable +alpha default/linux/alpha/17.0/desktop/gnome stable +alpha default/linux/alpha/17.0/desktop/gnome/systemd stable +alpha default/linux/alpha/17.0/developer stable # AMD64 Profiles # @MAINTAINER: amd64@gentoo.org @@ -351,6 +351,8 @@ x86 default/linux/x86/17.0/musl/selinux exp # @MAINTAINER: uclibc@gentoo.org amd64 default/linux/uclibc/amd64 exp amd64 hardened/linux/uclibc/amd64 exp +amd64 default/linux/amd64/17.0/uclibc exp +amd64 default/linux/amd64/17.0/uclibc/hardened exp arm default/linux/uclibc/arm/armv7a exp arm hardened/linux/uclibc/arm/armv7a exp arm default/linux/arm/17.0/uclibc/armv6j exp @@ -365,6 +367,8 @@ ppc default/linux/uclibc/ppc exp ppc hardened/linux/uclibc/ppc exp x86 default/linux/uclibc/x86 exp x86 hardened/linux/uclibc/x86 exp +x86 default/linux/x86/17.0/uclibc exp +x86 default/linux/x86/17.0/uclibc/hardened exp # These are Gentoo Prefix profiles, maintained by the Prefix team # @MAINTAINER: prefix@gentoo.org diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors index 6197195026f2..9f6f05419cc9 100644 --- a/profiles/thirdpartymirrors +++ b/profiles/thirdpartymirrors @@ -23,7 +23,7 @@ lokigames http://updates.lokigames.com mplayer http://www1.mplayerhq.hu/MPlayer http://www2.mplayerhq.hu/MPlayer http://www5.mplayerhq.hu/MPlayer http://www7.mplayerhq.hu/MPlayer http://www8.mplayerhq.hu/MPlayer ftp://ftp1.mplayerhq.hu/MPlayer/ ftp://ftp6.mplayerhq.hu/MPlayer/ ftp://ftp7.mplayerhq.hu/MPlayer/ ftp://ftp8.mplayerhq.hu/MPlayer/ mysql https://artfiles.org/mysql/ https://www.mirrorservice.org/sites/ftp.mysql.com/ https://ftp.gwdg.de/pub/misc/mysql/ https://ftp.jaist.ac.jp/pub/mysql/ http://mysql.he.net/ http://mysql.mirrors.ovh.net/ftp.mysql.com/ http://mirror.switch.ch/ftp/mirror/mysql/ http://vesta.informatik.rwth-aachen.de/mysql/ http://ftp.ntua.gr/pub/databases/mysql/ http://mysql.linux.cz/ http://linorg.usp.br/mysql/ nongnu http://download.savannah.nongnu.org/releases/ http://ftp.cc.uoc.gr/mirrors/nongnu.org/ http://ftp.twaren.net/Unix/NonGNU/ http://mirror.csclub.uwaterloo.ca/nongnu/ ftp://mirror.csclub.uwaterloo.ca/nongnu/ http://mirrors.fe.up.pt/pub/nongnu/ ftp://mirrors.fe.up.pt/pub/nongnu/ http://nongnu.askapache.com/ http://nongnu.uib.no/ ftp://nongnu.uib.no/pub/nongnu/ http://savannah.c3sl.ufpr.br/ ftp://savannah.c3sl.ufpr.br/savannah-nongnu/ ftp://ftp.twaren.net/Unix/NonGNU/ -openbsd https://mirrors.evowise.com/pub/OpenBSD/ +openbsd https://cdn.openbsd.org/pub/OpenBSD https://cloudflare.cdn.openbsd.org/pub/OpenBSD https://fastly.cdn.openbsd.org/pub/OpenBSD openssl https://artfiles.org/openssl.org/ https://www.mirrorservice.org/sites/ftp.openssl.org/ ftp://ftp.openssl.org opera ftp://ftp.opera.com/pub/opera ftp://ftp.tu-cottbus.de/pub/net/opera ftp://ftp.task.gda.pl/pub/opera ftp://ftp.ntua.gr/pub/www/Opera ftp://ftp.rediris.es/mirror/opera ftp://ftp.heanet.ie/pub/opera postgresql https://ftp.postgresql.org/pub/ diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018 new file mode 100644 index 000000000000..e579bb4e45f4 --- /dev/null +++ b/profiles/updates/4Q-2018 @@ -0,0 +1,2 @@ +slotmove dev-libs/girara 3 0 +move dev-python/CommonMark dev-python/commonmark diff --git a/profiles/use.desc b/profiles/use.desc index b03b5b9dade7..b786ad2eb3a5 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -159,6 +159,7 @@ jack - Add support for the JACK Audio Connection Kit java - Add support for Java javascript - Enable javascript support jbig - Enable jbig-kit support for tiff, Hylafax, ImageMagick, etc +jemalloc - Use dev-libs/jemalloc for memory management jingle - Enable voice calls for jabber jit - Enable just-in-time compilation for improved performance. May prevent use of some PaX memory protection features in Gentoo Hardened. joystick - Add support for joysticks in all packages @@ -249,6 +250,7 @@ openal - Add support for the Open Audio Library openexr - Support for the OpenEXR graphics file format opengl - Add support for OpenGL (3D graphics) openmp - Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp" +opus - Enable Opus audio codec support oracle - Enable Oracle Database support orc - Use dev-lang/orc for just-in-time optimization of array operations osc - Enable support for Open Sound Control @@ -398,5 +400,6 @@ xvid - Add support for xvid.org's open-source mpeg-4 codec yahoo - Enable Yahoo Messenger IM protocol support yaz - Add in optional support for the Z39.50 Protocol for Information Retrieval (YAZ) zeroconf - Support for DNS Service Discovery (DNS-SD) +zip - Enable support for ZIP archives zlib - Add support for zlib (de)compression zsh-completion - Enable zsh completion support diff --git a/profiles/use.local.desc b/profiles/use.local.desc index d69638783243..9dd1ecfce2af 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -119,7 +119,6 @@ app-admin/rsyslog:elasticsearch - Build the Elasticsearch output module (require app-admin/rsyslog:gcrypt - Add support for encrypted log files using dev-libs/libgcrypt app-admin/rsyslog:gnutls - Build the GnuTLS network stream driver (requires net-libs/gnutls) app-admin/rsyslog:grok - Build the grok modify module (requires dev-libs/grok) -app-admin/rsyslog:jemalloc - Use dev-libs/jemalloc for allocations. app-admin/rsyslog:kafka - Build the Apache Kafka input/output module (requires dev-libs/librdkafka) app-admin/rsyslog:kerberos - Build the GSSAPI input and output module (requires virtual/krb5) app-admin/rsyslog:kubernetes - Build the kubernetes modify plugin (requires net-misc/curl) @@ -313,6 +312,7 @@ app-crypt/gnupg:smartcard - Build scdaemon software. Enables usage of OpenPGP ca app-crypt/gnupg:tofu - Enable support for Trust on First use trust model; requires dev-db/sqlite. app-crypt/gnupg:tools - Install extra tools (including gpgsplit and gpg-zip). app-crypt/gnupg:usb - Build direct CCID access for scdaemon; requires dev-libs/libusb. +app-crypt/gnupg:user-socket - try a socket directory which is not removed by init manager at session end app-crypt/gnupg:wks-server - Install the wks-server app-crypt/gnupg-pkcs11-scd:proxy - Build the gnupg-pkcs11-scd-prox app-crypt/gpgme:common-lisp - Install common-lisp files @@ -429,7 +429,6 @@ app-editors/nano:magic - Add magic file support (sys-apps/file) to automatically app-editors/nano:minimal - Disable all fancy features, including ones that otherwise have a dedicated USE flag (such as spelling). app-editors/ne:tinfo - Link against libtinfo from sys-libs/ncurses app-editors/neovim:clipboard - Enable clipboard support through a provider -app-editors/neovim:jemalloc - Use dev-libs/jemalloc for allocations app-editors/neovim:nvimpager - Install nvimpager symlink to less.sh macro app-editors/neovim:remote - Enable support for remote options using nvr app-editors/neovim:tui - Build the neovim unix tui @@ -636,7 +635,6 @@ app-emulation/virt-viewer:vnc - Support connecting to VNC-enabled virtual machin app-emulation/virt-what:dmi - Use sys-apps/dmidecode to read firmware data app-emulation/virtualbox:headless - Build without any graphic frontend app-emulation/virtualbox:lvm - Build VBoxVolInfo that needs devicemapper from sys-fs/lvm2. -app-emulation/virtualbox:opus - Adds support for the Opus codec via media-libs/opus app-emulation/virtualbox:pax_kernel - Apply patch needed for pax enabled kernels. app-emulation/virtualbox:sdk - Enable building of SDK app-emulation/virtualbox:udev - Controls installation of special USB udev rules. @@ -916,6 +914,7 @@ app-misc/ca-certificates:insecure_certs - Install certificates which are known t app-misc/carbon-c-relay:lz4 - add support for LZ4 compressed transport app-misc/carbon-c-relay:oniguruma - use dev-libs/oniguruma as regex implementation app-misc/carbon-c-relay:pcre2 - use dev-libs/libpcre2 as regex implementation +app-misc/carbon-c-relay:snappy - add support for Snappy compressed transport app-misc/ddccontrol:pci - enable direct PCI memory access (the setuid ddcpci util) app-misc/ddcutil:drm - Use x11-libs/libdrm for more verbose diagnostics. app-misc/ddcutil:usb-monitor - Adds support for monitors attached via USB. @@ -1008,9 +1007,7 @@ app-misc/lirc:audio - Support using an audio device connected to an IR receiver app-misc/lirc:devinput - Support the devinput input device app-misc/lirc:ftdi - Support FTDI devices app-misc/lirc:gtk - Include GTK support which enables the use of lirc-setup -app-misc/lirc:hardware-carrier - The transmitter device generates its clock signal in hardware app-misc/lirc:inputlirc - Add a dependency on app-misc/inputlircd -app-misc/lirc:transmitter - Add transmitter support to some lirc-drivers (e.g. serial) app-misc/lirc:uinput - Enable support for uinput app-misc/mc:edit - Compile and install the mcedit application app-misc/mc:mclib - Compile and install the libmc.so shared library @@ -1127,7 +1124,6 @@ app-office/kraft:pim - Enable support for KDE PIM resources integration app-office/libreoffice:coinmp - Use sci-libs/coinor-mp as alternative solver app-office/libreoffice:googledrive - Enable support for remote files on Google Drive app-office/libreoffice:gtk2 - Enable legacy gtk2 frontend -app-office/libreoffice:jemalloc - Use dev-libs/jemalloc for allocations app-office/libreoffice:odk - Build the Office Development Kit app-office/libreoffice:pdfimport - Enable PDF import via the Poppler library app-office/libreoffice:vlc - Use media-video/vlc for video embedding @@ -1230,7 +1226,6 @@ app-text/groonga:dynamic-malloc-change - Allow dynamic memory allocation change app-text/groonga:exact-alloc-count - Atomic counting for memory alloc count app-text/groonga:fmalloc - Make memory allocation failed in specified condition for debug app-text/groonga:futex - Use futex -app-text/groonga:jemalloc - Enable dev-libs/jemalloc for memory management app-text/groonga:libevent - Enable dev-libs/libevent used for suggestion app-text/groonga:mecab - Use app-text/mecab for morphological analysis app-text/groonga:msgpack - Enable dev-libs/msgpack used for suggestion @@ -1299,7 +1294,6 @@ app-text/tesseract:opencl - Enable opencl support for speedup using GPU computat app-text/tesseract:osd - Enable support orientation and script detection. app-text/tesseract:scrollview - Install viewer to debug recognition (ScrollView). app-text/tesseract:training - Install training applications to add support for new languages. -app-text/tesseract:webp - Enable support for webp image format. app-text/texlive:context - Add support for the ConTeXt format (dev-texlive/texlive-context) app-text/texlive:detex - Add support for dev-tex/detex, a filter program that removes the LaTeX (or TeX) control sequences app-text/texlive:dvi2tty - Add support for dev-tex/dvi2tty to preview dvi-files on text-only devices @@ -1448,7 +1442,6 @@ dev-db/mariadb:innodb-lz4 - Enables lz4 compression methods for InnoDB/XtraDB dev-db/mariadb:innodb-lzo - Enables lzo compression methods for InnoDB/XtraDB dev-db/mariadb:innodb-snappy - Enables snappy compression methods for InnoDB/XtraDB using app-arch/snappy dev-db/mariadb:jdbc - Enable the CONNECT engine to access foreign databases via JDBC -dev-db/mariadb:jemalloc - Use dev-libs/jemalloc for allocations. dev-db/mariadb:latin1 - Use LATIN1 encoding instead of UTF8 dev-db/mariadb:libressl - Enable SSL connections and crypto functions using dev-libs/libressl dev-db/mariadb:mroonga - Add support for the Mroonga engine for interfacing with the Groonga text search @@ -1470,7 +1463,6 @@ dev-db/mariadb-connector-c:mysqlcompat - Enable mysqlclient library symbolic lin dev-db/mariadb-galera:client-libs - Build the client libraries from the server package instead of the C Connector packages dev-db/mariadb-galera:extraengine - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) dev-db/mariadb-galera:jdbc - Enable the CONNECT engine to access foreign databases via JDBC -dev-db/mariadb-galera:jemalloc - Use dev-libs/jemalloc for allocations. dev-db/mariadb-galera:latin1 - Use LATIN1 encoding instead of UTF8 dev-db/mariadb-galera:libressl - Enable SSL connections and crypto functions using dev-libs/libressl dev-db/mariadb-galera:numa - Enable NUMA support using sys-process/numactl (NUMA kernel support is also required) @@ -1486,9 +1478,10 @@ dev-db/mariadb-galera:tokudb - Add support for TokuDB storage engine dev-db/mariadb-galera:yassl - Enable SSL connections and crypto functions using the bundled yaSSL dev-db/mongodb:mms-agent - Install the MongoDB Monitoring Service agent dev-db/mongodb:tools - Install the MongoDB tools (mongoimport, mongodump...) from app-admin/mongo-tools +dev-db/mysql:cjk - Add CJK support for InnoDB fulltext search using app-text/mecab dev-db/mysql:client-libs - Build the client libraries from the server package instead of the C Connector packages (not recommended) +dev-db/mysql:experimental - Build experimental features aka "rapid" plugins dev-db/mysql:extraengine - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) -dev-db/mysql:jemalloc - Use dev-libs/jemalloc for allocations. dev-db/mysql:latin1 - Use LATIN1 encoding instead of UTF8 dev-db/mysql:libressl - Enable SSL connections and crypto functions using dev-libs/libressl dev-db/mysql:numa - Enable NUMA support using sys-process/numactl (NUMA kernel support is also required) @@ -1501,7 +1494,6 @@ dev-db/mysql-cluster:cluster - Add support for NDB clustering dev-db/mysql-cluster:community - Enables the community features from upstream. dev-db/mysql-cluster:embedded - Build embedded server (libmysqld) dev-db/mysql-cluster:extraengine - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) -dev-db/mysql-cluster:jemalloc - Use dev-libs/jemalloc for allocations. dev-db/mysql-cluster:latin1 - Use LATIN1 encoding instead of UTF8 dev-db/mysql-cluster:libressl - Enable SSL connections and crypto functions using dev-libs/libressl dev-db/mysql-cluster:max-idx-128 - Raise the max index per table limit from 64 to 128 @@ -1517,11 +1509,13 @@ dev-db/mysql-connector-c++:gcov - Build coverage support dev-db/mysql-connector-c++:legacy - Build the legacy 1.x API as well as the DevX API dev-db/oracle-instantclient:jdbc - Support for XA, Internationalization, and RowSet operations under JDBC dev-db/oracle-instantclient:odbc - Libraries for enabling ODBC applications +dev-db/oracle-instantclient:precomp - "proc" binary and related files to precompile a Pro*C application dev-db/oracle-instantclient:sdk - Header files and an example makefile for developing Oracle applications -dev-db/oracle-instantclient:sqlplus - Libraries and executable for running SQL*Plus -dev-db/oracle-instantclient:tools - Workload Replay Client +dev-db/oracle-instantclient:sqlplus - The SQL*Plus command line tool for SQL and PL/SQL queries +dev-db/oracle-instantclient:tools - Data Pump, SQL*Loader and Workload Replay Client +dev-db/percona-server:cjk - Add CJK support for InnoDB fulltext search using app-text/mecab dev-db/percona-server:client-libs - Build the libmysqlclient libraries -dev-db/percona-server:jemalloc - Use dev-libs/jemalloc for allocations. +dev-db/percona-server:experimental - Build experimental features aka "rapid" plugins dev-db/percona-server:latin1 - Use LATIN1 encoding instead of UTF8 dev-db/percona-server:libressl - Enable SSL connections and crypto functions using dev-libs/libressl dev-db/percona-server:numa - Enable NUMA support using sys-process/numactl (NUMA kernel support is also required) @@ -1549,9 +1543,7 @@ dev-db/postgresql:pg_legacytimestamp - Use double precision floating-point numbe dev-db/postgresql:server - Disable to build and install the clients and libraries only. dev-db/postgresql:uuid - Enable server side UUID generation (via dev-libs/ossp-uuid). dev-db/psqlodbc:iodbc - Use dev-db/libiodbc. Disable to use dev-db/unixODBC. -dev-db/redis:jemalloc - Use dev-libs/jemalloc for allocations. dev-db/redis:tcmalloc - Use tcmalloc from dev-util/google-perftools for allocations. -dev-db/rethinkdb:jemalloc - Use dev-libs/jemalloc for allocations (default). dev-db/rethinkdb:tcmalloc - Use tcmalloc from dev-util/google-perftools for allocations. dev-db/soci:boost - Enable boost support dev-db/soci:empty - Build the sample backend called Empty @@ -1598,7 +1590,6 @@ dev-embedded/urjtag:ftd2xx - Enable support for USB FTDI chips via dev-embedded/ dev-embedded/urjtag:ftdi - Enable support for USB FTDI chips via dev-embedded/libftdi dev-games/aseprite:bundled-libs - Use the upstream provided bundled version of allegro 4.4.2 dev-games/aseprite:gtk3 - Enable support for the experimental native GTK File Dialog -dev-games/aseprite:webp - Enable webp image format support dev-games/cegui:devil - Build the DevIL based ImageCodec module dev-games/cegui:freeimage - Build the FreeImage based ImageCodec module dev-games/cegui:irrlicht - Enable the Irrlicht renderer @@ -1620,18 +1611,20 @@ dev-games/ogre:cache - Enable GL state cache support dev-games/ogre:cg - NVIDIA toolkit plugin dev-games/ogre:double-precision - More precise calculations at the expense of speed dev-games/ogre:egl - Use egl instead of glx -dev-games/ogre:experimental - Build experimental BETA components 'Bites' and 'HLMS' +dev-games/ogre:experimental - Build experimental BETA component 'HLMS' dev-games/ogre:freeimage - Support images via media-libs/freeimage dev-games/ogre:gl3plus - Build OpenGL 3+ RenderSystem (EXPERIMENTAL) dev-games/ogre:gles2 - Build OpenGL ES 2.x RenderSystem dev-games/ogre:gles3 - Enable OpenGL ES 3.x Features +dev-games/ogre:json - Use dev-libs/rapidjson (needed by Hlms JSON materials) +dev-games/ogre:legacy-animations - Use the skeletal animation from 1.x. It's much slower, but the new system is still experimental. +dev-games/ogre:mobile - Build for OpenGL ES 2.0 only and use the mobile variants of the PBS and unlit material systems. dev-games/ogre:ois - Pull in Object-oriented Input System library dev-games/ois for samples dev-games/ogre:poco - When USE=threads, use poco for threading dev-games/ogre:resman-pedantic - Resource Manager PEDANTIC : require an explicit resource group. Case sensitive lookup. Some demos might not work with this setting. (default: case-insensitive + sensitive lookup in all groups) dev-games/ogre:resman-strict - Resource Manager STRICT : search in default group if not specified otherwise. Case sensitive lookup. Some demos might not work with this setting. (default: case-insensitive + sensitive lookup in all groups) dev-games/ogre:tbb - When USE=threads, use tbb for threading dev-games/ogre:tools - Build and install helper tools -dev-games/ogre:zip - Support zip archives dev-games/openscenegraph:asio - Enable support for dev-cpp/asio library dev-games/openscenegraph:fox - Build examples using x11-libs/fox library dev-games/openscenegraph:gdal - Enable support for sci-libs/gdal library @@ -1649,7 +1642,6 @@ dev-games/physfs:qpak - Enable Quake I/II QPAK archive support dev-games/physfs:slb - Enable Independence War SLB archive support dev-games/physfs:vdf - Enable Gothic/Gothic II VDF archive support dev-games/physfs:wad - Enable Doom WAD archive support -dev-games/physfs:zip - Enable ZIP archive support dev-games/simgear:dns - Enable DNS resolver via net-libs/udns dev-games/simgear:gdal - Enable alternative terrain engine based on pagedLOD via sci-libs/gdal dev-games/simgear:subversion - Enable terrasync scenery downloader @@ -1935,6 +1927,10 @@ dev-java/log4j:jms - Build the JMSAppender dev-java/logback:tomcat - Builds Apache Tomcat support dev-java/lucene:contrib - Include extra functionality from contrib/ dev-java/miglayout:swt - Add support for the SWT toolkit. +dev-java/openjdk-bin:gentoo-vm - Allow this JDK to be recognised by Gentoo (package manager, eselect, java-config, EXPERIMENTAL!) +dev-java/openjdk-bin:headless-awt - Don't install the X backend for AWT, needed by some GUIs (used to be X flag) +dev-java/openjdk-bin:source - Install JVM sources +dev-java/openjdk-bin:webstart - Provide javaws command through symlink to icedtea-web dev-java/oracle-jdk-bin:commercial - Install features requiring a commercial license for production use dev-java/oracle-jdk-bin:gentoo-vm - Allow this JDK to be recognised by Gentoo (package manager, eselect, java-config, EXPERIMENTAL!) dev-java/oracle-jdk-bin:gtk2 - Enable GTK+ 2 support in JavaFX @@ -2045,7 +2041,6 @@ dev-lang/php:webp - Enable webp support for GD in php-7.x dev-lang/php:xmlreader - Enable XMLReader support dev-lang/php:xmlwriter - Enable XMLWriter support dev-lang/php:xslt - Enable the XSL extension -dev-lang/php:zip - Enable ZIP file support dev-lang/php:zip-encryption - Enable ZIP file encryption from dev-libs/libzip dev-lang/polyml:portable - Build the portable interpreter version of Poly/ML instead of native dev-lang/python:bluetooth - Build Bluetooth protocol support in socket module @@ -2055,13 +2050,11 @@ dev-lang/python:wininst - Install Windows executables required to create an exec dev-lang/qu-prolog:pedro - Pedro subscription/notification communications system dev-lang/rakudo:clang - Use Clang to compile the MoarVM backend dev-lang/rakudo:moar - Use the MoarVM as backend -dev-lang/ruby:jemalloc - Use dev-libs/jemalloc for memory allocation. dev-lang/ruby:rdoc - Install dev-ruby/rdoc after installing Ruby. dev-lang/ruby:readline - Use the sys-libs/readline library to provide the readline extension, used for instance by the irb tool. This flag is meaningful only if the libedit USE flag is disabled. If neither libedit nor readline USE flags are enabled, the readline extension will not be built (and irb will lose line editing functionality). dev-lang/ruby:rubytests - Install ruby tests that can only be run after ruby is installed dev-lang/rust:cargo - Install cargo component dev-lang/rust:clippy - Install clippy component -dev-lang/rust:jemalloc - Use dev-libs/jemalloc as the standard memory allocator dev-lang/rust:rls - Install rls component dev-lang/rust:rustfmt - Install rustfmt component dev-lang/rust:wasm - Build support for the wasm32-unknown-unknown target @@ -2255,7 +2248,6 @@ dev-libs/aws-sdk-cpp:aws_targets_workspaces - SDK Support for AWS workspaces dev-libs/aws-sdk-cpp:aws_targets_xray - SDK Support for AWS xray dev-libs/beignet:ocl-icd - Enable compatibility with the dev-libs/ocl-icd OpenCL ICD loader dev-libs/beignet:ocl20 - Enable experimental OpenCL 2.0 support on Skylake and newer architectures -dev-libs/bitset:jemalloc - Use dev-libs/jemalloc for allocations dev-libs/bitset:tcmalloc - Use tcmalloc from dev-util/google-perftools for allocations dev-libs/blitz:boost - Enable usage of boost::serialization dev-libs/boost:context - Build and install the Boost.Context (and Boost.Fiber) library and all other Boost libraries that depend on it @@ -2307,7 +2299,6 @@ dev-libs/efl:tslib - Enable x11-libs/tslib for touchscreen events dev-libs/efl:unwind - Enable debug support via sys-libs/libunwind dev-libs/efl:valgrind - Enable usage of dev-util/valgrind in debug dev-libs/efl:vlc - Enable media-video/vlc support -dev-libs/efl:webp - Enable WebP image loader dev-libs/efl:xcf - Enable XCF image loader dev-libs/efl:xim - Enable X Input Method dev-libs/efl:xpresent - Enable x11-libs/libXpresent support @@ -2455,9 +2446,9 @@ dev-libs/m17n-lib:libxml2 - Use dev-libs/libxml2 to parse XML dev-libs/nss:cacert - Include root/class3 certs from CAcert (http://www.cacert.org/) dev-libs/nss:nss-pem - Add support for libnsspem dev-libs/nss:utils - Install utilities included with the library +dev-libs/ocl-icd:khronos-headers - Install Khronos OpenCL headers. dev-libs/onigmo:combination-explosion-check - enable combination explosion check dev-libs/onigmo:crnl-as-line-terminator - enable CR+NL as line terminator -dev-libs/oniguruma:combination-explosion-check - enable combination explosion check dev-libs/oniguruma:crnl-as-line-terminator - enable CR+NL as line terminator dev-libs/opencryptoki:tpm - Enable support for Trusted Platform Module (TPM) using app-crypt/trousers dev-libs/openct:debug - Add debug output to the driver library for pcsc-lite. @@ -2525,7 +2516,6 @@ dev-libs/weston:resize-optimization - Increase performance, allocate more RAM. R dev-libs/weston:screen-sharing - Enable screen-sharing through RDP dev-libs/weston:unwind - Enable libunwind usage for backtraces dev-libs/weston:wayland-compositor - Enable Wayland compositor support -dev-libs/weston:webp - Add support for the WebP image format dev-libs/weston:xwayland - Enable ability support native X11 applications dev-libs/wlc:X - Enable X11 backend. dev-libs/wlc:systemd - Enable support for systemd-logind. @@ -2927,6 +2917,7 @@ dev-qt/qtwayland:libinput - Enable support for input devices via dev-libs/libinp dev-qt/qtwebchannel:qml - Build QML/QtQuick bindings and imports dev-qt/qtwebengine:designer - Install the QWebEngineView plugin used to add widgets in dev-qt/designer forms that display web pages. dev-qt/qtwebengine:geolocation - Enable physical position determination via dev-qt/qtpositioning +dev-qt/qtwebengine:jumbo-build - Combine source files to speed up build process. dev-qt/qtwebengine:pax_kernel - Enable building under a PaX enabled kernel dev-qt/qtwebengine:system-ffmpeg - Use the system-wide media-video/ffmpeg instead of bundled. dev-qt/qtwebengine:system-icu - Use the system-wide dev-libs/icu instead of bundled. @@ -2939,7 +2930,6 @@ dev-qt/qtwebkit:multimedia - Enable HTML5 audio/video support via dev-qt/qtmulti dev-qt/qtwebkit:orientation - Enable device orientation detection via dev-qt/qtsensors dev-qt/qtwebkit:printsupport - Enable printing via dev-qt/qtprintsupport dev-qt/qtwebkit:qml - Build QML/QtQuick bindings -dev-qt/qtwebkit:webp - Add support for WebP image format dev-qt/qtwebsockets:qml - Build QML bindings dev-qt/qtwidgets:gles2 - Use GLES 2.0 or later instead of full OpenGL dev-ros/rosbag:lz4 - Add support for lz4 compressed bags. @@ -3080,6 +3070,7 @@ dev-util/diffoscope:zip - Use app-arch/unzip dev-util/edb-debugger:graphviz - Add support for the Graphviz library dev-util/edb-debugger:legacy-mem-write - Probe if writes to /proc/PID/mem are broken. dev-util/edb-debugger:pax_kernel - Enable building under a PaX enabled kernel +dev-util/edi:clang - Provide integration with sys-devel/clang for autocompletion and inline errors dev-util/electron:gconf - Use gnome-base/gconf dev-util/electron:gtk3 - Use GTK+3 instead of GTK+2 dev-util/electron:lto - Build with link time optimization enabled @@ -3132,7 +3123,6 @@ dev-util/kdevelop:hex - Enable hex editor plugin via app-editors/okteta dev-util/kdevelop:qmake - Enable support for QMake build system dev-util/kdevelop:reviewboard - Enable reviewboard support dev-util/kdevelop:webkit - Enable deprecated dev-qt/qtwebkit instead of dev-qt/qtwebengine for integrated documentation -dev-util/kdevelop:welcomepage - Enable welcome page, requires dev-qt/qtdeclarative dev-util/ltrace:unwind - Use sys-libs/libunwind for frame unwinding support dev-util/lttng-tools:ust - Support LTTng-UST (Userspace Tracing) dev-util/massif-visualizer:callgraph - Enable detailed snapshot analysis using media-gfx/kgraphviewer @@ -3419,7 +3409,6 @@ games-fps/unreal-tournament-goty:S3TC - Add the extra fancy textures to UT ... o games-fps/urbanterror:altgamma - Alternative way for gamma setting with modesetting driver games-fps/urbanterror:client - Build binary for client (includes code for non-dedicated server) games-fps/urbanterror:mumble - Use Mumble for ingame VoIP (experimental) -games-fps/urbanterror:opus - Use opus as sound codec games-fps/urbanterror:server - Build binary for dedicated server games-fps/urbanterror:skeetshootmod - Build support for skeetshoot mod for specific maps games-fps/urbanterror:voip - Use ioq3 ingame VoIP (experimental) @@ -3608,7 +3597,8 @@ gnome-extra/nm-applet:gcr - Enable advanced certificate chooser, requires app-cr gnome-extra/nm-applet:modemmanager - Enable support for mobile broadband devices using net-misc/modemmanager gnome-extra/nm-applet:teamd - Enable teamd configuration editor gnome-extra/sushi:office - Support viewing file formats such as generated by app-office/libreoffice -gnome-extra/synapse:plugins - Build support for plugins using librest +gnome-extra/synapse:indicator - Build support for application indicators using dev-libs/libappindicator +gnome-extra/synapse:plugins - Build support for plugins using net-libs/rest gnustep-apps/gemas:projectcenter - Build and install plugin for gnustep-apps/projectcenter gnustep-apps/gworkspace:gwmetadata - Enable the metadata indexing and searching system gnustep-base/gnustep-back-art:xim - Enable X11 XiM input method @@ -3698,7 +3688,6 @@ kde-apps/ktp-accounts-kcm:experimental - Enables disabled telepathy services (cu kde-apps/ktp-common-internals:otr - Enable support for encrypted conversations using Off-The-Records messaging kde-apps/ktp-common-internals:sso - Enable support for Single sign-on through KAccounts kde-apps/ktp-text-ui:speech - Enable incoming messages to be read out using text-to-speech -kde-apps/kwave:opus - Enable Opus audio codec support kde-apps/kwave:qtmedia - Enable playback via Qt5Multimedia kde-apps/libkdepim:designer - Build plugins for dev-qt/designer kde-apps/libksane:kwallet - Enable encrypted storage of passwords with kde-frameworks/kwallet @@ -3799,12 +3788,10 @@ lxde-base/lxterminal:gtk3 - Use GTK+3 instead of GTK+2 lxqt-base/lxqt-config:monitor - Build monitor settings tool lxqt-base/lxqt-meta:about - Install lxqt-base/lxqt-about lxqt-base/lxqt-meta:admin - Install lxqt-base/lxqt-admin -lxqt-base/lxqt-meta:filemanager - Install x11-misc/pcmanfm-qt file manager -lxqt-base/lxqt-meta:icons - Install an icon theme -lxqt-base/lxqt-meta:lightdm - Install x11-misc/lightdm display manager -lxqt-base/lxqt-meta:lximage - Install media-gfx/lximage-qt image viewer -lxqt-base/lxqt-meta:minimal - Do not install x11-wm/openbox window manager -lxqt-base/lxqt-meta:oxygen - Prefer kde-frameworks/oxygen-icons (default) +lxqt-base/lxqt-meta:filemanager - Install x11-misc/pcmanfm-qtfile manager +lxqt-base/lxqt-meta:lightdm - Install x11-misc/lightdmdisplay manager +lxqt-base/lxqt-meta:lximage - Install media-gfx/lximage-qtimage viewer +lxqt-base/lxqt-meta:minimal - Do not install x11-wm/openboxwindow manager lxqt-base/lxqt-meta:powermanagement - Install lxqt-base/lxqt-powermanagement package lxqt-base/lxqt-meta:processviewer - Install x11-misc/qps package lxqt-base/lxqt-meta:screenshot - Install x11-misc/screengrab package @@ -3906,7 +3893,6 @@ mail-client/thunderbird:clang - Use Clang compiler instead of GCC mail-client/thunderbird:crypt - Enable encryption support with enigmail mail-client/thunderbird:custom-optimization - Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported) mail-client/thunderbird:gtk2 - Use the cairo-gtk2 rendering engine instead of the default cairo-gtk3 -mail-client/thunderbird:jemalloc - Enable or disable jemalloc mail-client/thunderbird:lightning - Enable app-global calendar support (note 38.0 and above bundles calendar support when this flag is off) mail-client/thunderbird:minimal - Remove the software development kit and headers mail-client/thunderbird:mozdom - Enable Mozilla's DOM inspector @@ -3994,7 +3980,6 @@ mail-filter/postgrey:targrey - Enables the targrey patch mail-filter/rmilter:dkim - Enable support for DomainKeys Identified Mail mail-filter/rmilter:memcached - Enable support for memcached mail-filter/rspamd:fann - Enable neural network plugin (requires sci-mathematics/fann). -mail-filter/rspamd:jemalloc - Use dev-libs/jemalloc for allocations mail-filter/rspamd:pcre2 - Use dev-libs/libpcre2 mail-filter/rspamd:torch - Enable torch support. This is required for the neural module mail-filter/spamassassin:cron - Install a cron job to update SpamAssassin's rules daily. @@ -4101,6 +4086,9 @@ media-fonts/terminus-font:ru-i - Changes view of Russian letter 'i' - not like L media-fonts/terminus-font:ru-k - Changes view of Russian letter 'k' (see homepage) media-fonts/unifont:fontforge - Use media-gfx/fontforge to build fonts from source media-fonts/unifont:utils - Install unifont utilities +media-gfx/ahoviewer:libsecret - Support password storing using libsecret +media-gfx/ahoviewer:rar - Rar archive support +media-gfx/ahoviewer:zip - Zip archive support media-gfx/album:plugins - Install optional plugins media-gfx/album:themes - Install optional themes media-gfx/alembic:arnold - Add support for arnold renderer (experimental) @@ -4129,7 +4117,6 @@ media-gfx/blender:doc - Build C and Python API documentation directly from the s media-gfx/blender:elbeem - Adds surface fluid simulation to Blender using El'Beem library. media-gfx/blender:game-engine - Adds Game Engine support to Blender. media-gfx/blender:headless - Build without graphical support (renderfarm, server mode only). -media-gfx/blender:jemalloc - Use dev-libs/jemalloc for memory allocation. media-gfx/blender:llvm - Enable features depending on llvm. media-gfx/blender:man - Build and install man pages. media-gfx/blender:ndof - Enable NDOF input devices (SpaceNavigator and friends). @@ -4151,7 +4138,6 @@ media-gfx/darktable:geolocation - Enable geotagging support media-gfx/darktable:kwallet - Enable encrypted storage of passwords with kde-frameworks/kwallet media-gfx/darktable:opencl - Enable opencl support media-gfx/darktable:pax_kernel - Triggers paxmarking of main darktable binary -media-gfx/darktable:webp - Enable WebP export support media-gfx/digikam:addressbook - Enable akonadi contact integration media-gfx/digikam:kipi - Enable support for media-plugins/kipi-plugins media-gfx/digikam:lensfun - Enable support for media-libs/lensfun @@ -4166,7 +4152,6 @@ media-gfx/exiv2:webready - Support reading metadata over the internet media-gfx/fbida:X - Install the Motif based image viewer "ida" media-gfx/fbida:fbcon - Install the framebuffer image viewer "fbi" media-gfx/fbida:ghostscript - Install the framebuffer ghostscript viewer "fbgs" -media-gfx/fbida:webp - Enable support for the WebP image format media-gfx/fim:bmp - Enable BMP file support media-gfx/fim:dia - Enable DIA file support via app-office/dia media-gfx/fim:imagemagick - Use convert from media-gfx/imagemagick as fallback file opener @@ -4184,6 +4169,7 @@ media-gfx/geeqie:ffmpegthumbnailer - Enable video thumbnail support with media-v media-gfx/geeqie:gpu-accel - Enable GPU acceleration support - experimental media-gfx/geeqie:gtk3 - Link against x11-libs/gtk+:3 instead of x11-libs/gtk+:2 media-gfx/geeqie:map - Enable items map display - experimental +media-gfx/gimp:heif - Enable support for ISO/IEC 23008-12:2017 HEIF files media-gfx/gimp:smp - Enable support for multiprocessors media-gfx/gimp:vector-icons - Enable support for vector icons (experimental) media-gfx/gmic:cli - Build CLI interface @@ -4193,7 +4179,6 @@ media-gfx/graphicsmagick:fpx - Enable FlashPix support with media-libs/libfpx media-gfx/graphicsmagick:modules - Compile graphicsmagick with dynamically loadable modules media-gfx/graphicsmagick:q16 - Set storage quantum size to 16 (~2*memory) media-gfx/graphicsmagick:q32 - Set storage quantum size to 32 (~5*memory) -media-gfx/graphicsmagick:webp - Enable support for webp image format media-gfx/graphviz:X - Builds lefty front-end, builds plugin -Txlib, and enables support for x11 in various other modules (needs cairo) media-gfx/graphviz:devil - Enables DevIL output plugin -Tdevil media-gfx/graphviz:gdk-pixbuf - Enables gdk-pixbuf2 plugin @@ -4204,7 +4189,6 @@ media-gfx/gthumb:colord - Use x11-misc/colord for color management media-gfx/gthumb:http - Enable webservice integration through net-libs/libsoup media-gfx/gthumb:json - Compile code that uses the libjson-glib library media-gfx/gthumb:slideshow - Enable slideshow plugin -media-gfx/gthumb:webp - Enable support for webp image format media-gfx/hugin:sift - automatically align images with media-gfx/autopano-sift-C media-gfx/imagemagick:corefonts - Use media-fonts/corefonts which is required by some commands media-gfx/imagemagick:fpx - Enable media-libs/libfpx support @@ -4215,8 +4199,6 @@ media-gfx/imagemagick:opencl - Enable OpenCL support media-gfx/imagemagick:pango - Enable Pango support using x11-libs/pango media-gfx/imagemagick:q32 - Set quantum depth value to 32 media-gfx/imagemagick:q8 - Set quantum depth value to 8 -media-gfx/imagemagick:webp - Enable webp image format support using media-libs/libwebp -media-gfx/imageworsener:webp - enable webp image format support media-gfx/inkscape:cdr - Enable support for CorelDRAW Diagrams media-gfx/inkscape:dia - pull in app-office/dia for dia import extension media-gfx/inkscape:inkjar - Enable support for OpenOffice.org SVG jar files @@ -4236,7 +4218,6 @@ media-gfx/librecad:tools - Build additional tool programs: tff2lff media-gfx/luminance-hdr:fits - Enable support for the FITS format media-gfx/mandelbulber:opencl - Enable GPU rendering support using OpenCL media-gfx/nomacs:opencv - Build support for media-libs/opencv -media-gfx/nomacs:zip - Build support for zip archives media-gfx/nvidia-texture-tools:cg - Enable NVIDIA C graphics compiler toolkit plug-in media-gfx/nvidia-texture-tools:cuda - Enable NVIDIA CUDA toolkit support media-gfx/nvidia-texture-tools:glew - Enable support for The OpenGL Extension Wrangler Library (media-libs/glew) @@ -4272,7 +4253,6 @@ media-gfx/yafaray:fasttrig - Enable trigonometric approximations to make code fa media-gfx/yafaray:opencv - Use media-libs/opencv media-libs/a52dec:djbfft - Prefer D.J. Bernstein's library for fourier transforms media-libs/allegro:dumb - Enable media-libs/dumb module library support -media-libs/allegro:opus - Enable Opus codec support media-libs/allegro:physfs - Enable physfs support media-libs/allegro:vga - Enables the VGA graphics driver media-libs/alsa-lib:alisp - Enable support for ALISP (ALSA LISP) interpreter for advanced features. @@ -4290,7 +4270,6 @@ media-libs/avidemux-plugins:dcaenc - Enable DTS Coherent Acoustics audio encoder media-libs/avidemux-plugins:fdk - Adds support for encoding AAC using media-libs/fdk-aac. media-libs/avidemux-plugins:fribidi - Enable unicode bidirectional algorithm support via dev-libs/fribidi. media-libs/avidemux-plugins:nvenc - Adds support for NVIDIA Encoder (NVENC) API for hardware accelerated encoding on NVIDIA cards. -media-libs/avidemux-plugins:opus - Adds support for the Opus codec via media-libs/opus. media-libs/avidemux-plugins:twolame - Enable TwoLAME support via media-sound/twolame, an optimised MPEG Audio Layer 2 (MP2) encoder. media-libs/avidemux-plugins:vpx - Enable WebM VP8 Codec SDK support via media-libs/libvpx. media-libs/avidemux-plugins:x265 - Enables HEVC support with media-libs/x265. @@ -4328,7 +4307,6 @@ media-libs/ganv:fdgl - Use experimental force-directed graph layout media-libs/gd:webp - Enable support for the webp format media-libs/gegl:lensfun - Enable support for media-libs/lensfun. media-libs/gegl:umfpack - Enable sparse solving via sci-libs/umfpack. -media-libs/gegl:webp - Enable support for media-libs/libwebp media-libs/giflib:rle - Build converters for RLE format (utah raster toolkit) media-libs/gmtk:dconf - Enable support for gnome-base/dconf media-libs/grilo:network - Enable network access for media discovery using net-libs/libsoup @@ -4349,9 +4327,7 @@ media-libs/gstreamer:unwind - Enable sys-libs/libunwind usage for better backtra media-libs/harfbuzz:glib - Compile with GLib Unicode support media-libs/harfbuzz:graphite - Use graphite to render complex non-Roman writing systems media-libs/imlib2:shm - Use MIT shared memory support for X image transfer. -media-libs/jbig2enc:webp - Add support for WEBP image format media-libs/leptonica:utils - Install command-line utilities -media-libs/leptonica:webp - Adds support for the WebP image format media-libs/libafterimage:shaping - Use MIT shaped X windows extention. media-libs/libafterimage:shm - Use MIT shared memory extention for X image transfer. media-libs/libass:harfbuzz - Enables OpenType shaping via media-libs/harfbuzz. @@ -4424,7 +4400,6 @@ media-libs/mediastreamer:g726 - Support g726 codec media-libs/mediastreamer:g729 - Use g726 codec plugin media-libs/mediastreamer:ilbc - Use of iLBC (RFC3951) codec plugin media-libs/mediastreamer:ntp-timestamp - Turn on NTP timestamping on received packet -media-libs/mediastreamer:opus - Enable opus codec support media-libs/mediastreamer:ortp - Enable usage of net-libs/ortp media-libs/mediastreamer:pcap - Enable usage of net-libs/libpcap media-libs/mediastreamer:silk - Use silk (skype protocol) codec plugin @@ -4477,7 +4452,6 @@ media-libs/opencv:opencl - Add support for OpenCL media-libs/opencv:tesseract - Use Google's OCR Engine media-libs/opencv:testprograms - Build and install programs for testing OpenCV (performance) media-libs/opencv:vtk - Build new 3D visualization module viz based on sci-libs/vtk -media-libs/opencv:webp - Enable support for webp image format media-libs/openh264:plugin - Install the Gecko Media Plugin (GMP) for use with Mozilla packages media-libs/openh264:utils - Install the CLI encoder and decoder utilities media-libs/openimageio:colorio - Use media-libs/opencolorio @@ -4507,7 +4481,6 @@ media-libs/quvi:json - Enable support for JSON output media-libs/raptor:json - Enable support for JSON parsing media-libs/raspberrypi-userland-bin:hardfp - Use armv6 hardfp ABI media-libs/sdif:ftruncate - Enables usage of ftruncate v. truncate -media-libs/sdl-image:webp - support loading WEBP images media-libs/sdl-mixer:fluidsynth - Use media-sound/fluidsynth for MIDI support media-libs/sdl-mixer:midi - basic support for MIDI files media-libs/sdl-mixer:mod - basic support for MOD files @@ -4597,7 +4570,6 @@ media-plugins/gst-plugins-gtk:gles2 - Enable gtkglsink OpenGL sink based on GLES media-plugins/gst-plugins-gtk:opengl - Enable gtkglsink OpenGL sink based on desktop OpenGL API media-plugins/gst-plugins-meta:http - Enable http streaming via net-libs/libsoup media-plugins/gst-plugins-meta:libvisual - Enable visualization effects via media-libs/libvisual -media-plugins/gst-plugins-meta:opus - Enable Opus audio codec support media-plugins/gst-plugins-meta:vpx - Enables vp8 codec support using libvpx, required to play some HTML5 videos media-plugins/gst-plugins-vaapi:drm - Enable DRM renderer media-plugins/gst-plugins-vaapi:egl - Enable EGL support @@ -4633,10 +4605,8 @@ media-plugins/vdr-epgsearch:tre - Add support for unlimited fuzzy searching with media-plugins/vdr-pvr350:yaepg - Enables full support for the output format of vdr-yaepg media-plugins/vdr-streamdev:client - Compile the VDR plugin vdr-streamdev-client that acts like a dvb-budget card media-plugins/vdr-streamdev:server - Compile the VDR plugin vdr-streamdev-server that allows remote systems to access the DVB cards used for the local VDR -media-plugins/vdr-text2skin:contrib - Install user contributed scripts media-plugins/vdr-vdrmanager:stream - Add support for streaming Video to Android client media-plugins/vdr-weatherng:dxr3 - enables lower osd color depth for dxr3 cards -media-plugins/vdr-xine:yaepg - Enables support for the plugin vdr-yaepg (showing scaled video besides OSD) media-plugins/vdr-xineliboutput:bluray - Enable BluRay metadata support through media-libs/libbluray media-plugins/vdr-xineliboutput:cec - Enable CEC support through dev-libs/libcec media-plugins/vdr-xineliboutput:libextractor - Use media-libs/libextractor to gather files' metadata in media-player @@ -4652,7 +4622,6 @@ media-radio/xastir:geotiff - Install geotiff support. Allows using USGS DRG topo media-sound/abcde:id3tag - Support ID3, ID3v2 tagging of audio files media-sound/abcde:mac - Enable support for Monkey's Audio files media-sound/abcde:normalize - Add support for normalizing audio file volume levels -media-sound/abcde:opus - Support opus encoding using opusenc media-sound/abcde:replaygain - Support for Replay Gain metadata, for relative volume adjustment media-sound/abcm2ps:pango - Use the pango library to render fonts with non-latin characters media-sound/alsa-utils:bat - install basic audio tester (BAT) util @@ -4669,7 +4638,6 @@ media-sound/aqualung:systray - Enable system tray support media-sound/ario:audioscrobbler - Enable song tracking via last.fm media-sound/ario:idle - Enable experimental support for MPD's idle command to reduce bandwidth and cpu usage, requires MPD 0.14 media-sound/asunder:mac - Support for creation of Monkey's Audio files (APE) -media-sound/asunder:opus - Support for creation of Opus files media-sound/audacious:gtk3 - Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+) media-sound/audacity:id3tag - Enables ID3 tagging with id3tag library media-sound/audacity:lv2 - Add support for Ladspa V2 @@ -4706,7 +4674,6 @@ media-sound/clementine:wiimote - Enable support for Wii remote media-sound/cmus:cdio - use libcdio for CD support media-sound/cmus:cue - enable CUE sheet parsing media-sound/cmus:discid - enable reading the ID of the inserted CD -media-sound/cmus:opus - enable support for media-libs/opusfile media-sound/cmus:pidgin - install support script for net-im/pidgin media-sound/cmus:tremor - use libivorbis from media-libs/tremor instead of media-libs/libvorbis media-sound/csound:beats - Build the beats score frontend @@ -4726,14 +4693,22 @@ media-sound/csound:tcl - Build the tcl interface and clients media-sound/csound:utils - Build stand-alone executables for utilities that can also be used via `csound -U` media-sound/csound:websocket - Build the websocket opcode media-sound/darkice:aacplus - AAC+ encoding via media-libs/libaacplus -media-sound/darkice:opus - Enable Opus audio codec support media-sound/darkice:twolame - Build with twolame support media-sound/deinvert:liquid - improve sound quality using net-libs/liquid-dsp media-sound/deinvert:wav - wav file support using media-libs/libsndfile +media-sound/denemo:alsa - Enable alsa support through media-libs/alsa-lib +media-sound/denemo:aubio - Enable media-libs/aubio support +media-sound/denemo:doc - Use dev-util/gtk-doc to build documentation in html format +media-sound/denemo:evince - Use app-text/evince document viewer +media-sound/denemo:fluidsynth - Enable Fluidsynth MIDI software synthesis using media-sound/fluidsynth +media-sound/denemo:gtk3 - Enable support for the GTK+. If enabled uses slot 3 of x11-libs/gtk+, if disabled it uses slot 2 +media-sound/denemo:jack - Enable jack support through virtual/jack +media-sound/denemo:portaudio - Enable support for media-libs/portaudio +media-sound/denemo:portmidi - Enable support for the media-libs/portmidi backend +media-sound/denemo:rubberband - Enable support for media-libs/rubberband media-sound/dir2ogg:mac - Add support for decoding Monkey's Audio files media-sound/dir2ogg:wma - Add support for wma files through mplayer media-sound/drumstick:fluidsynth - Enable support for media-sound/fluidsynth -media-sound/easytag:opus - Enable support for media-libs/opus and media-libs/opusfile (opus audio codec) media-sound/ecasound:lv2 - Add support for Ladspa V2 media-sound/ecasound:oil - Use dev-libs/liboil for inner loop optimizations media-sound/elisa:mpris - Enable MPRIS support @@ -4746,16 +4721,14 @@ media-sound/gimmix:lyrics - Enable lyric fetching media-sound/gmpc:unique - Enable single instance support using dev-libs/libunique media-sound/gmpc:xspf - Enable support for reading and saving XSPF playlists media-sound/gmusicbrowser:extras - Install some extra deps for plugins (ex. Titlebar) -media-sound/gogglesmm:opus - Enable support for opus codec media-sound/herrie:http - Enable http streaming media-sound/herrie:xspf - Enable support for reading and saving XSPF playlists media-sound/hydrogen:archive - Use libarchive instead of libtar media-sound/hydrogen:portmidi - Add portmidi support media-sound/jack-audio-connection-kit:coreaudio - Build the CoreAudio driver on Mac OS X systems media-sound/jack-audio-connection-kit:pam - Add basic realtime configuration via sys-auth/realtime-base -media-sound/jack2:celt - Support CELT low delay audio codec (media-libs/celt) +media-sound/jack2:celt - Support CELT low delay audio codec media-sound/jack2:classic - Enable building of jackd -media-sound/jack2:opus - Support media-libs/opus media-sound/jack2:pam - Add basic realtime configuration via sys-auth/realtime-base media-sound/jalv:gtk2 - Adds support for GTK+2 in addition to GTK+3 controlled by the gtk useflag. media-sound/jalv:gtkmm - Adds support for dev-cpp/gtkmm: C++ interface for GTK+2 @@ -4773,9 +4746,7 @@ media-sound/lmms:vst - Enables the VeSTige plugin to run VST plugins through Win media-sound/lyvi:mpris - Enable MPRIS support media-sound/mangler:espeak - Text to speech engine media-sound/mangler:g15 - Logitech g15 lcd support -media-sound/mangler:opus - Codec specialized for speech over the internet media-sound/mixxx:hid - Enable HID controller support -media-sound/mixxx:opus - Enable support for opus codec via media-libs/opusfile. media-sound/mixxx:shout - Enable broadcasting support via media-libs/libshout media-sound/moc:cache - Enable tags caching support media-sound/moc:magic - Use libmagic to determine mimetypes @@ -4799,7 +4770,6 @@ media-sound/mpd:libsoxr - Enable the libsoxr resampler media-sound/mpd:mpg123 - Enable support for mp3 decoding over media-sound/mpg123 media-sound/mpd:network - Enables network streaming support media-sound/mpd:nfs - Enable support for the Network File System -media-sound/mpd:opus - Enable Opus codec support media-sound/mpd:pipe - Support writing audio to a pipe media-sound/mpd:recorder - Enables output plugin for recording radio streams media-sound/mpd:sid - Build with SID (Commodore 64 Audio) support @@ -4809,11 +4779,9 @@ media-sound/mpd:systemd - Enable support for systemd socket activation media-sound/mpd:twolame - Support twolame MPEG-2 encoding media-sound/mpd:webdav - Enable using music from a WebDAV share media-sound/mpd:wildmidi - Enable MIDI support via wildmidi -media-sound/mpd:zip - Support for ZIP files media-sound/mpfc:wav - Enable wav audio codec support media-sound/mpg123:int-quality - Use rounding instead of fast truncation for integer output, where possible media-sound/mumble:g15 - Enable support for the Logitech G15 LCD (and compatible devices). -media-sound/mumble:opus - Enable Opus codec support via media-libs/opus. media-sound/mumble:rnnoise - Enable alternative noise suppression option based on RNNoise. media-sound/mumble:speech - Enable text-to-speech support in Mumble. media-sound/murmur:ice - Use dev-libs/Ice to enable remote control capabilities. @@ -4839,7 +4807,6 @@ media-sound/patchage:session - Include experimental Jack session management (sav media-sound/pithos:appindicator - Enable usage of appindicator to export menu options in to unity media-sound/pithos:keybinder - Use keybinder to enable global key bindings media-sound/pms:regex - Enable regular expression searches -media-sound/potamus:opus - Adds support for the Opus codec. media-sound/pragha:glyr - Enable music metadata searchengine support using media-libs/glyr media-sound/pragha:grilo - Play songs on DLNA servers using media-libs/grilo media-sound/pragha:keybinder - Enable shortcut support using dev-libs/keybinder @@ -4884,7 +4851,6 @@ media-sound/qmmp:gnome - Enable Gnome hotkey support (requires Qt5DBus) media-sound/qmmp:lyrics - Fetch track lyrics from the web media-sound/qmmp:midi - Enable midi support using wildmidi library media-sound/qmmp:notifier - Enable qmmps' notifier system -media-sound/qmmp:opus - Enable the opus plugin media-sound/qmmp:projectm - Enable projectm music visualization plugin media-sound/qmmp:qsui - Enable QMMP simple UI media-sound/qmmp:qtmedia - Enable playback via dev-qt/qtmultimedia @@ -4900,14 +4866,18 @@ media-sound/qtractor:rubberband - Enable support for in-place audio clip pitch-s media-sound/rhythmbox:daap - Build the local network music sharing plugin which uses the DAAP protocol using net-libs/libdmapsharing media-sound/shntool:alac - Add support for Apple Lossless Audio Codec files media-sound/shntool:mac - Add support for Monkey's Audio files +media-sound/snapcast:avahi - Build with avahi support +media-sound/snapcast:client - Build and install Snapcast client component +media-sound/snapcast:flac - Build with FLAC compression support +media-sound/snapcast:server - Build and install Snapcast server component +media-sound/snapcast:tremor - Build with TREMOR version of vorbis +media-sound/snapcast:vorbis - Build with libvorbis support media-sound/snd:s7 - Enable the s7 extension language (a version of Scheme) media-sound/sonata:lyrics - Support for lyrics fetching media-sound/sonata:trayicon - Enable support for trayicon media-sound/sonic-visualiser:id3tag - Enables ID3 tagging with id3tag library -media-sound/soundconverter:opus - Enable Opus audio codec support media-sound/sox:amr - Enables Adaptive Multi-Rate Audio support media-sound/sox:id3tag - Enables ID3 tagging with id3tag library -media-sound/sox:opus - Enables reading Ogg Opus files. media-sound/sox:twolame - Enables twolame support (MPEG Audio Layer 2 encoder) media-sound/split2flac:enca - Try to guess the charset using enca media-sound/split2flac:flake - Add support for Flake, alternative FLAC encoder @@ -4941,7 +4911,6 @@ media-sound/xmms2:ices - Icecast source output plugin media-sound/xmms2:mac - Support for Monkey's Audio (APE) format with help of media-sound/mac media-sound/xmms2:mlib-update - Enable building of xmms2-mlib-updater client media-sound/xmms2:ofa - Support for Open Fingerprint Architecture (OFA) -media-sound/xmms2:opus - Enable Opus audio codec support media-sound/xmms2:phonehome - This client sends anonymous usage-statistics to the xmms2 media-sound/xmms2:server - Build xmms2 player daemon (otherwise only clients are built) media-sound/xmms2:sid - Support for C64 SID @@ -5004,7 +4973,6 @@ media-tv/tvheadend:dvben50221 - Enable support for hardware CAM media-tv/tvheadend:hdhomerun - Enable support for the HDHomeRun device media-tv/tvheadend:imagecache - Enable support for image caching media-tv/tvheadend:iptv - Enable support for Internet Protocol TV -media-tv/tvheadend:opus - Enable transcoding with the Opus audio codec media-tv/tvheadend:satip - Enable support for IP-based Satellite TV media-tv/tvheadend:timeshift - Enable TimeShift support media-tv/tvheadend:uriparser - Use dev-libs/uriparser @@ -5079,7 +5047,7 @@ media-video/ffmpeg:armvfp - Enables VFP optimizations for ARM processors. media-video/ffmpeg:bluray - Enable playback of Blu-ray filesystems media-video/ffmpeg:bs2b - Enables media-libs/libbs2b based Bauer stereo-to-binaural filter. media-video/ffmpeg:cdio - Enables audio CD grabbing with dev-libs/libcdio. -media-video/ffmpeg:celt - Adds Xiph CELT audio decoding support via media-libs/celt +media-video/ffmpeg:celt - Adds Xiph CELT audio decoding support media-video/ffmpeg:chromaprint - Enables audio fingerprinting support with media-libs/chromaprint. media-video/ffmpeg:chromium - Builds libffmpeg.so to enable media playback in Chromium-based browsers like Opera and Vivaldi. media-video/ffmpeg:codec2 - Enables codec2 low bit rate speech codec support via media-libs/codec2. @@ -5111,7 +5079,6 @@ media-video/ffmpeg:nvenc - Adds support for NVIDIA Encoder (NVENC) API for hardw media-video/ffmpeg:opencl - Enable OpenCL support media-video/ffmpeg:openh264 - Enables H.264 encoding suppoprt via media-libs/openh264. media-video/ffmpeg:openssl - Enables dev-libs/openssl support. Adds support for encrypted network protocols (TLS/HTTPS). -media-video/ffmpeg:opus - Adds (decoding) support for the Opus codec via media-libs/opus. media-video/ffmpeg:pic - Force shared libraries to be built as PIC (this is slower) media-video/ffmpeg:postproc - Build and install libpostproc. media-video/ffmpeg:rubberband - Adds time-stretching and pitch-shifting audio filter based on media-libs/rubberband. @@ -5121,7 +5088,6 @@ media-video/ffmpeg:sofalizer - Enables Sofalizer filter media-video/ffmpeg:ssh - Enable SSH/sftp support via net-libs/libssh. media-video/ffmpeg:twolame - Enables MP2 encoding via media-sound/twolame as an alternative to the internal encoder. media-video/ffmpeg:vpx - Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though. -media-video/ffmpeg:webp - Enables WebP encoding with media-libs/libwebp. media-video/ffmpeg:x265 - Enables HEVC encoding with media-libs/x265. media-video/ffmpeg:zeromq - Enables net-libs/zeromq support with the zmq/azmq filters. media-video/ffmpeg:zimg - Enables media-libs/zimg based scale filter. @@ -5165,7 +5131,6 @@ media-video/libav:tools - Build and install small tools like aviocat, cws2fws, g media-video/libav:twolame - Enable MP2 encoding via media-sound/twolame as an alternative to the internal encoder media-video/libav:vis - Adds support for SIMD optimizations for UltraSPARC processors. media-video/libav:vpx - Enable vp8 encoding support using media-libs/libvpx. -media-video/libav:webp - Enable WebP encoding with media-libs/libwebp. media-video/libav:x265 - Enable HEVC encoding with media-libs/x265. media-video/libva-utils:drm - Enables VA/DRM API support. media-video/makemkv:gui - Build the Qt5 GUI @@ -5319,7 +5284,6 @@ media-video/vlc:nfs - Enable support for nfs protocol via net-fs/libnfs media-video/vlc:omxil - Enable OpenMAX Integration Layer codec module media-video/vlc:opencv - Enable OpenCV (computer vision) filter module media-video/vlc:optimisememory - Enable optimisation for memory rather than performance -media-video/vlc:opus - Support opus decoding via libopus media-video/vlc:postproc - Enable image post-processing via libpostproc (part of FFmpeg) media-video/vlc:projectm - Enable the projectM visualization plugin media-video/vlc:rtsp - Enable real audio and RTSP modules @@ -5361,11 +5325,10 @@ net-analyzer/bro:broctl - An interactive shell for managing Bro installations net-analyzer/bro:broker - Bro's new Messaging Library (experimental) net-analyzer/bro:geoip - Enable support for Maxmind's GeoIP library net-analyzer/bro:ipv6 - Support for mobile IPv6 -net-analyzer/bro:jemalloc - Support for the Jemalloc allocator net-analyzer/bro:python - Enable Python bindings net-analyzer/bro:ruby - Enable Ruby bindings (deprecated) net-analyzer/bro:tcmalloc - Enable Google's Performance Analysis Tools -net-analyzer/bro:tools - Small auxiliary tools for Bro +net-analyzer/bro:tools - Auxiliary tools for Bro: adtrace, bro-cut, devel-tools, rst net-analyzer/bwm-ng:csv - Enable csv output net-analyzer/bwm-ng:html - Enable html output net-analyzer/cacti:doc - install html documentation @@ -5680,6 +5643,7 @@ net-dns/dnsmasq:conntrack - Add support for Linux conntrack connection marking. net-dns/dnsmasq:dhcp - Enable support for acting as a DHCP server. net-dns/dnsmasq:dhcp-tools - Install extra command line tools for manually managing DHCP leases. net-dns/dnsmasq:dnssec - Enable support DNSSEC validation and caching. +net-dns/dnsmasq:dumpfile - Include code to dump packets to a libpcap-format file for debugging net-dns/dnsmasq:id - Whether report *.bind CHAOS info to clients, otherwise forward such requests upstream instead net-dns/dnsmasq:libidn2 - Enable support for Internationalized Domain Names, via net-dns/libidn2 rather than net-dns/libidn net-dns/dnsmasq:script - Enable support for calling scripts when leases change. @@ -5704,6 +5668,7 @@ net-dns/knot:geoip - Enable the Geography-based responses module net-dns/knot:libidn2 - If IDN support is enabled, use net-dns/libidn2 instead of net-dns/libidn net-dns/knot:noudp - Enable the module which can send empty truncated responses to UDP queries net-dns/knot:onlinesign - Enable the module that sign zones on the fly instead of pre-signing zone +net-dns/knot:queryacl - Enable the module for query access control net-dns/knot:rosedb - Enable the module that staticaly override certain responses net-dns/knot:rrl - Enable the response rate limiting module net-dns/knot:stats - Enable the server statistics module @@ -6223,7 +6188,6 @@ net-libs/mbedtls:programs - Build PolarSSL programs net-libs/neon:libproxy - Add support for net-libs/libproxy net-libs/neon:pkcs11 - Add support for PKCS#11 using dev-libs/pakchois net-libs/nghttp2:hpack-tools - Install HPACK (header compression) helper tools -net-libs/nghttp2:jemalloc - Use dev-libs/jemalloc for memory allocation net-libs/nghttp2:utils - Install nghttp, nghttpd and nghttpx net-libs/nodejs:inspector - Enable V8 inspector net-libs/nodejs:npm - Enable NPM package manager @@ -6247,12 +6211,10 @@ net-libs/pjproject:ilbc - Include iLBC codec in the build net-libs/pjproject:l16 - Include Linear/L16 codec family in the build net-libs/pjproject:libyuv - Include libyuv in the build net-libs/pjproject:openh264 - Include Open H.264 support in the build -net-libs/pjproject:opus - Include OPUS support in the build net-libs/pjproject:resample - Include resampling implementations in the build net-libs/pjproject:silk - Include SILK support in the build net-libs/pjproject:v4l2 - Include Video4Linux v2 support in the build net-libs/pjproject:webrtc - Enable WebRTC support -net-libs/qxmpp:opus - Enable Opus codec support via media-libs/opus net-libs/qxmpp:vpx - Enable VP8 codec support via media-libs/libvpx net-libs/rabbitmq-c:tools - Builds cli tools to interact with brokers net-libs/shairplay:alac - Add support for Apple Lossless Audio Codec files @@ -6350,7 +6312,6 @@ net-mail/vpopmail:maildrop - Enables mail-filter/maildrop support in vdelivermai net-mail/vpopmail:spamassassin - Enables mail-filter/spamassassin support net-misc/apt-cacher-ng:fuse - Install the sys-fs/fuse based acngfs, to use a userspace filesystem for the apt cache. net-misc/aria2:bittorrent - Enable support for the bittorrent protocol. -net-misc/aria2:jemalloc - Use dev-libs/jemalloc to replace the malloc() implementation with a possibly faster one net-misc/aria2:libuv - Use dev-libs/libuv backend. net-misc/aria2:libxml2 - Use dev-libs/libxml2 for XML parsing (preferred) instead of dev-libs/expat. net-misc/aria2:metalink - Enable support for metalink. @@ -6612,7 +6573,6 @@ net-misc/lldpd:old-kernel - Enable compatibility with Linux kernel older than 2. net-misc/lldpd:sanitizers - Enable code instrumentation with selected sanitizers net-misc/lldpd:snmp - Enable the use of SNMP net-misc/lldpd:sonmp - Enable SynOptics Network Management -net-misc/megatools:fuse - Enables support for the filesystem in userspace plugin through sys-fs/fuse. net-misc/memcached:slabs-reassign - Allow manual reassignment of memory slabs at the cost of slab optimizations. net-misc/minidlna:netgear - Enable netgear branding net-misc/minidlna:readynas - Enable readynas branding @@ -6950,6 +6910,7 @@ net-print/hplip:fax - Enable fax on multifunction devices which support it net-print/hplip:hpcups - Build the hpcups driver for cups (by HP) net-print/hplip:hpijs - Build the IJS driver for cups (Foomatic) net-print/hplip:kde - Enables kde-misc/skanlite as scanner GUI with USE="scanner X" +net-print/hplip:libnotify - Enables desktop notifications net-print/hplip:libusb0 - Depend on virtual/libusb SLOT 0. Some old printers do not work with virtual/libusb SLOT 1. net-print/hplip:minimal - Only build internal hpijs/hpcups driver (not recommended at all, make sure you know what you are doing) net-print/hplip:parport - Enable parallel port for devices which require it @@ -7002,6 +6963,7 @@ net-proxy/tinyproxy:reverse-proxy - Enable reverse proxying net-proxy/tinyproxy:transparent-proxy - Enable transparent proxying net-proxy/tinyproxy:upstream-proxy - Enable upstream proxying net-proxy/tinyproxy:xtinyproxy-header - Include the X-Tinyproxy header +net-proxy/trojan:mysql - build with MySQL support net-proxy/tsocks:dns - Force DNS queries to use SOCKS server via tcp net-proxy/tsocks:envconf - Allow TSOCKS_CONF_FILE to specify configuration file net-proxy/tsocks:server-lookups - Allow hostname resolution _for_ SOCKS servers @@ -7452,7 +7414,6 @@ sci-libs/ipopt:mumps - Enable sci-libs/mumps support sci-libs/lapack-reference:deprecated - Build deprecated routines sci-libs/lemon:coin - Enable the sci-libs/coinor-clp and sci-libs/coinor-cbc graph algorithms sci-libs/lemon:glpk - Enable GNU Linear Programming Kit sci-mathematics/glpk support -sci-libs/lemon:tools - Build additional tools sci-libs/libccd:double - Use double precision floats. sci-libs/libghemical:mopac7 - Use sci-chemistry/mopac7 for semi-empirical calculations sci-libs/libghemical:mpqc - Use sci-chemistry/mpqc for quantum-mechanical calculations @@ -7463,6 +7424,7 @@ sci-libs/libsigrok:serial - Enable drivers that are serial (RS232) based sci-libs/libsvm:tools - Install python based tool scripts for data selection and visualization with sci-visualization/gnuplot sci-libs/linux-gpib:firmware - Install firmware sci-libs/linux-gpib:isa - Build ISA kernel modules; from 3.12 on the setting is ignored and the decision based on the kernel configuration +sci-libs/linux-gpib-modules:isa - Build ISA kernel modules; from 3.12 on the setting is ignored and the decision based on the kernel configuration sci-libs/lis:quad - Enable quadruple precision operations sci-libs/lis:saamg - Build the Smoothed Aggregation Algebraic MultiGrid preconditioner sci-libs/magma:fermi - Compile for GPU NVIDIA Fermi family (2.x cards) @@ -7540,7 +7502,6 @@ sci-libs/symengine:mpc - Add support for multiprecision complex arithmetic(dev-l sci-libs/symengine:mpfr - Add support for multiprecision floating point rouding(dev-libs/mpfr) sci-libs/taucs:cilk - Enable multithreading using dev-lang/cilk sci-libs/tensorflow:cuda - Enable support for nVidia CUDA -sci-libs/tensorflow:jemalloc - Enable support for dev-libs/jemalloc sci-libs/tensorflow:mpi - Enable support for MPI sci-libs/tensorflow:system-libs - Link with system instead of bundled libraries sci-libs/umfpack:cholmod - Use sci-libs/cholmod for matrix ordering @@ -7680,7 +7641,6 @@ sci-physics/root:fits - Enable support for images and data from FITS files with sci-physics/root:fortran - Compile included Fortran programs sci-physics/root:gdml - Enable GDML writer and reader sci-physics/root:http - Enable http server support including but not limited to fastcgi support -sci-physics/root:jemalloc - Enable support for dev-libs/jemalloc sci-physics/root:libcxx - Build ROOT against sys-libs/libcxx sci-physics/root:memstat - Build memory statistics library, helps to detect memory leaks sci-physics/root:minuit - Build ROOT's internal versions of minuit (fortran) and minuit2 (C++) @@ -8062,7 +8022,6 @@ sys-cluster/ceph:cephfs - Build support for cephfs, a POSIX compatible filesyste sys-cluster/ceph:cryptopp - Use dev-libs/crypto++ for cryptography sys-cluster/ceph:dpdk - Enable DPDK messaging sys-cluster/ceph:fuse - Build fuse client -sys-cluster/ceph:jemalloc - Use dev-libs/jemalloc for allocations sys-cluster/ceph:libaio - Use libaio as asynchronous input/output library sys-cluster/ceph:libatomic - Use libatomic instead of builtin atomic operations sys-cluster/ceph:lttng - Add support for LTTng @@ -8112,7 +8071,6 @@ sys-cluster/glusterfs:rsyslog - Install configuration snippet for app-admin/rsys sys-cluster/glusterfs:systemtap - Enable support for dev-util/systemtap sys-cluster/glusterfs:tiering - Enable support for data classification/tiering (requires dev-db/sqlite SLOT 3) sys-cluster/heat:memcached - Installs the memcached server -sys-cluster/hpx:jemalloc - Use dev-libs/jemalloc for memory allocation sys-cluster/hpx:papi - Use dev-libs/papi for NaCl sys-cluster/hpx:perftools - Use dev-util/google-perftools for memory allocation sys-cluster/hpx:tbb - Use dev-cpp/tbb for memory allocation @@ -8485,11 +8443,6 @@ sys-libs/pam:cracklib - Build the pam_cracklib module, that allows to verify the sys-libs/readline:utils - Install rlfe (ReadLine Front-End) helper tool -- a wrapper program for making any stdin use readline sys-libs/talloc:compat - Enable extra compatibility stuff sys-libs/timezone-data:leaps_timezone - Install the set of "right" timezones; these timezones include leap seconds when counting seconds since the epoch (while POSIX does not) as they are based on the TAI (International Atomic Time) clock -sys-libs/uclibc:rpc - Enable sun nis/rpc support (you should use libtirpc though) -sys-libs/uclibc:savedconfig - Adds support for user defined configs -sys-libs/uclibc:ssp - Force the use of ssp to be built into a hardened uclibc setup -sys-libs/uclibc:uclibc-compat - Build uclibc with backwards compatible options -sys-libs/uclibc:wordexp - Add support for word expansion (wordexp.h) sys-libs/uclibc-ng:rpc - Enable sun nis/rpc support (you should use libtirpc though) sys-libs/uclibc-ng:symlink-compat - Explicitly add sym links for libdl.so.0, libm.so.0, and friends for backward compatibility with sys-libs/uclibc-ng-1.0.17 and earlier sys-libs/zlib:minizip - include the minizip library for quick and dirty zip extraction @@ -8689,7 +8642,6 @@ www-client/firefox:geckodriver - Enable WebDriver support www-client/firefox:gmp-autoupdate - Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles www-client/firefox:gtk2 - Use the cairo-gtk2 rendering engine www-client/firefox:hwaccel - Force-enable hardware-accelerated rendering (Mozilla bug 594876) -www-client/firefox:jemalloc - Enable or disable jemalloc www-client/firefox:lto - Enable Link Time Optimization (LTO). Requires Gold linker when using GCC or LDD linker when using Clang www-client/firefox:pgo - Add support for profile-guided optimization using gcc-4.5, for faster binaries. This option will double the compile time. www-client/firefox:rust - Enable support for using rust compiler (experimental) @@ -8723,7 +8675,6 @@ www-client/netsurf:pdf-writer - PDF output support (media-libs/libharu) www-client/netsurf:psl - Use public suffix list via media-libs/libnspsl www-client/netsurf:rosprite - RISC OS Sprite bitmap image support (media-libs/librosprite) www-client/netsurf:svgtiny - SVG image support via media-libs/svgatiny instead of gnome-base/librsvg -www-client/netsurf:webp - WebP image support (media-libs/libwebp) www-client/opera:gtk - Install support libraries and runtime dependencies to support GTK+/GNOME desktop integration www-client/otter:webengine - Use dev-qt/qtwebengine as backend instead of dev-qt/qtwebkit (experimental) www-client/qupzilla:kwallet - Enable encrypted storage of passwords with kde-frameworks/kwallet @@ -8734,7 +8685,6 @@ www-client/seamonkey:custom-optimization - Build with user-specified compiler op www-client/seamonkey:force-gtk3 - Use the cairo-gtk3 rendering engine www-client/seamonkey:gmp-autoupdate - Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles www-client/seamonkey:ipc - Use inter-process communication between tabs and plugins. Allows for greater stability in case of plugin crashes -www-client/seamonkey:jemalloc - Enable or disable jemalloc www-client/seamonkey:roaming - Build roaming extension support (default on) www-client/seamonkey:system-cairo - Use the system-wide x11-libs/cairo instead of bundled www-client/seamonkey:system-harfbuzz - Use the system-wide media-libs/harfbuzz instead of bundled @@ -8771,16 +8721,6 @@ www-plugins/chrome-binary-plugins:widevine - Install the Widevine DRM library www-plugins/freshplayerplugin:gles2 - Use system GLESv2 libraries instead of ANGLE for shader translation www-plugins/freshplayerplugin:gtk3 - Build with GTK+ 3 instead of GTK+ 2 www-plugins/freshplayerplugin:v4l - Use libv4l2 for colorspace conversion -www-plugins/gnash:agg - Rendering based on the Anti-Grain Geometry Rendering Engine library -www-plugins/gnash:cygnal - Enable building of the cygnal server -www-plugins/gnash:dump - Enable dump output module for creating video from SWF -www-plugins/gnash:egl - Enable EGL support for the OpenVG, OpenGL and X11 renderers -www-plugins/gnash:harden - Enable upstream recommended hardening build flags (may conflict with system ones) -www-plugins/gnash:jemalloc - Use dev-libs/jemalloc for allocations -www-plugins/gnash:openvg - Rendering based on the OpenVG graphics acceleration API -www-plugins/gnash:sdl-sound - Enable SDL audio output for the standalone player -www-plugins/gnash:ssh - Enable using SSH for network authentication in libnet -www-plugins/gnash:ssl - Enable directly using OpenSSL in libnet (not needed for nsplugin ssl support) www-plugins/lightspark:gles - Replace default OpenGL renderer with GLESv2 www-plugins/lightspark:ppapi - Install the PPAPI plugin (for Chromium) www-plugins/lightspark:rtmp - Enable Real Time Messaging Protocol using librtmp @@ -8856,7 +8796,6 @@ www-servers/tomcat:extra-webapps - Build also the docs and examples webapp www-servers/tomcat:websockets - Builds websockets api and implementation (requires java 7) www-servers/uwsgi:embedded - Embed plugins instead of building them as real plugins. When disabling this USE flag make sure you specify all used plugins in your uWSGI configuration. Note: Language plugins will always be built as real plugins. www-servers/uwsgi:go - Build the gccgo plugin to run Go applications. -www-servers/uwsgi:jemalloc - Use dev-libs/jemalloc instead of libc's malloc www-servers/uwsgi:json - Support json as a configuration file format. www-servers/uwsgi:pypy - Build the pypy plugin to run your code using virtual/pypy. www-servers/uwsgi:python_asyncio - Use the EXPERIMENTAL asyncio (tulip) for python3.4 async request dispatching and as LoopEngine (see http://uwsgi-docs.readthedocs.org/en/latest/asyncio.html). @@ -8865,7 +8804,6 @@ www-servers/uwsgi:routing - Enable routing support www-servers/uwsgi:yajl - Use dev-libs/yajl instead of dev-libs/jansson for parsing JSON configuration files (if USe=json is set) www-servers/uwsgi:yaml - Support yaml as a configuration file format. www-servers/uwsgi:zeromq - Enable logging and deployment via ZeroMQ. -www-servers/varnish:jemalloc - Use dev-libs/jemalloc for allocations www-servers/xsp:developer - creates .mdb files for either Release and Debug www-servers/xsp:net35 - use .NET 3.5 Framework www-servers/xsp:net40 - use .NET 4.0 Framework @@ -9126,7 +9064,6 @@ x11-wm/subtle:xrandr - Enable support for the X RandR extension x11-wm/subtle:xtest - Enable support for the XTest extension x11-wm/vtwm:rplay - Enable rplay support, needed for sound. x11-wm/windowmaker:modelock - Enable XKB language status lock support. README says: "If you don't know what it is you probably don't need it." -x11-wm/windowmaker:webp - Enables WebP image format support using media-libs/libwebp x11-wm/windowmaker:xrandr - Enable XRandR window extension support x11-wm/wmfs:imlib2 - Enable image support through media-libs/imlib2 x11-wm/xmonad:default-term - Pull terminal specified in default xmonad config to be a bit less hostile by default. @@ -9143,7 +9080,6 @@ x11-wm/xpra:pillow - Enable pillow support x11-wm/xpra:server - Build server-side code x11-wm/xpra:vpx - Enable vpx image format support x11-wm/xpra:webcam - Enable webcam support via opencv -x11-wm/xpra:webp - Enable webp image format support xfce-base/garcon:gtk2 - Build the garcon-gtk2-1 library (required for xfce-base/xfce4-panel < 4.13 only). xfce-base/libxfce4ui:glade - Build support for Glade 3's GtkBuilder implementation xfce-base/thunar:trash-panel-plugin - Build the trash status indicator plugin for the XFCE panel @@ -9159,6 +9095,8 @@ xfce-extra/xfce4-playercontrol-plugin:mpd - Enable Music Player Daemon support xfce-extra/xfce4-power-manager:panel-plugin - Build the power management plugin for the XFCE panel xfce-extra/xfce4-pulseaudio-plugin:keybinder - Enable support for global hotkeys using dev-libs/keybinder. xfce-extra/xfce4-pulseaudio-plugin:wnck - Enable experimental support for raising media player windows using x11-libs/libwnck. +xfce-extra/xfce4-screensaver:consolekit - Enable ConsoleKit support +xfce-extra/xfce4-screensaver:locking - Enable screen locking support xfce-extra/xfce4-soundmenu-plugin:glyr - Enable music metadata searchengine support using media-libs/glyr xfce-extra/xfce4-soundmenu-plugin:keybinder - Enable shortcut support using dev-libs/keybinder xfce-extra/xfce4-soundmenu-plugin:lastfm - Enable last.fm support using media-libs/libclastfm |