From 8d5dbd847cbc704a6a06405856e94b461011afe3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Mar 2021 06:06:27 +0000 Subject: gentoo resync : 27.03.2021 --- profiles/Manifest.gz | Bin 141506 -> 141334 bytes profiles/arch/amd64/no-multilib/package.use.mask | 4 +- profiles/arch/amd64/package.use.force | 4 +- profiles/arch/amd64/package.use.mask | 1 + profiles/arch/amd64/package.use.stable.mask | 2 +- profiles/arch/arm/package.use.mask | 2 +- profiles/arch/arm64/package.use.mask | 4 ++ profiles/arch/base/package.use.force | 6 -- profiles/arch/base/package.use.mask | 1 + profiles/arch/powerpc/ppc64/package.use.mask | 2 +- profiles/arch/sparc/package.use.mask | 13 ++-- profiles/arch/x86/package.use.mask | 1 + profiles/arch/x86/package.use.stable.mask | 2 +- profiles/base/package.use.force | 6 +- profiles/base/package.use.mask | 12 ++-- profiles/package.mask | 77 ++++++++++++----------- profiles/thirdpartymirrors | 2 +- profiles/updates/1Q-2021 | 2 + profiles/use.local.desc | 20 ++++-- 19 files changed, 91 insertions(+), 70 deletions(-) delete mode 100644 profiles/arch/base/package.use.force (limited to 'profiles') diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index aeb189ecca93..fbd6669aa10e 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/arch/amd64/no-multilib/package.use.mask b/profiles/arch/amd64/no-multilib/package.use.mask index 45829472692d..024a54a65ab1 100644 --- a/profiles/arch/amd64/no-multilib/package.use.mask +++ b/profiles/arch/amd64/no-multilib/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James (2020-12-27) @@ -13,7 +13,7 @@ dev-embedded/urjtag ftd2xx # GLEP 73 Immutability, USE=ovmf requires hvm app-emulation/xen-tools ovmf -# NP-Hardass (2017-07-11) +# Adam Feldman (2017-07-11) # GLEP 73 Immutability, USE=test requires # abi_x86_32 at this time. app-emulation/wine-vanilla test diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index 30b47efb585a..f0dab08c2bec 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Georgy Yakovlev (2020-06-18) @@ -18,7 +18,7 @@ sys-firmware/seabios -binary # Force the host target to avoid dependency hell dev-lang/rust llvm_targets_X86 -# NP-Hardass (2017-05-23) +# Adam Feldman (2017-05-23) # Packages with optional 64-bit variant app-emulation/wine-vanilla -abi_x86_64 app-emulation/wine-staging -abi_x86_64 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c48a826701e0..0a05a79d2523 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -96,6 +96,7 @@ dev-libs/gjs -sysprof dev-libs/glib -sysprof gnome-extra/cjs -sysprof x11-libs/gtk+ -sysprof +net-libs/libsoup -sysprof # Andreas Sturmlechner (2020-02-26) # Vulkan is available on amd64. diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 150916a46b8d..1f3d106695d0 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -62,7 +62,7 @@ media-radio/wsjtx doc # Pulls too much unstable ruby deps (some are not even keyworded) net-misc/chrony html -# NP-Hardass (2017-09-27) +# Adam Feldman (2017-09-27) # patchset variants are not stable virtual/wine staging diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 30a9c31b7f1d..e6f4a6e4a113 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -267,7 +267,7 @@ media-sound/rhythmbox upnp-av # Allow jdbc on this arch dev-db/mariadb -jdbc -# Amy Winston (2016-06-12) +# Amy Liffey (2016-06-12) # does not build on arm at all (upstream bug) dev-scheme/racket futures jit diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index e6cef4d70dfb..e86babbbb35e 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-03-20) +# Supports both 'neon32' and 'neon64' +sys-libs/zlib-ng -cpu_flags_arm_neon + # Patrick McLean (2021-02-25) # Requires unkeyworded dev-libs/pmdk, mask until keyworded sys-cluster/ceph pmdk rbd-rwl diff --git a/profiles/arch/base/package.use.force b/profiles/arch/base/package.use.force deleted file mode 100644 index 3c5b906b05f3..000000000000 --- a/profiles/arch/base/package.use.force +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2018-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Luke Dashjr (2018-11-19) -# iasl is not keyworded on many platforms yet -sys-firmware/seabios binary diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index aa33a1056eb1..b314718a518c 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -76,6 +76,7 @@ dev-libs/gjs sysprof dev-libs/glib sysprof gnome-extra/cjs sysprof x11-libs/gtk+ sysprof +net-libs/libsoup sysprof # Andreas Sturmlechner (2020-02-26) # Vulkan support is only available on few selected arches atm. diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index 9707c7f5f922..9d6ce8802203 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -171,7 +171,7 @@ www-client/seamonkey ipc x11-misc/rss-glx quesoglc # Brent Baude (2009-05-05) -# Masking webkit from libproxy due to TOC failure on webkit +# Masking webkit from libproxy due to TOC failure on webkit # and stupid 64bit toolchain. net-libs/libproxy webkit diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index fa0a7cfb7c69..614f1dca6a5e 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,14 +1,19 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-03-19) +# On sparc, we have to force sys-apps/grep[libsigsegv] +# for accurate stack overflow handling. dev-libs/libsigsegv +# lacks USE=static-libs, so for now, this means we can't +# build a static grep on sparc. +# No real pressing need to add it. +# bug #768135 +sys-apps/grep static + # Miroslav Šulc (2021-03-13) # virtual/jdk isn't keyworded here media-libs/rubberband jni -# Viorel Munteanu (2020-03-11) -# new package dev-libs/libthreadar has no keywords -app-backup/dar threads - # Sam James (2021-03-13) # media-libs/libheif isn't keyworded here # media-libs/libavif isn't keyworded here diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 56c816808f52..446fff67ed8b 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -116,6 +116,7 @@ dev-libs/gjs -sysprof dev-libs/glib -sysprof gnome-extra/cjs -sysprof x11-libs/gtk+ -sysprof +net-libs/libsoup -sysprof # Andreas Sturmlechner (2020-02-26) # Vulkan is available on x86. diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 11c231b259c4..74c4373b2168 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -60,7 +60,7 @@ media-gfx/digikam mediaplayer # Stable mask dev-ruby/haml test till rails is stabilized. dev-ruby/haml test -# NP-Hardass (2017-09-27) +# Adam Feldman (2017-09-27) # patchset variants are not stable virtual/wine staging diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index a599fa7010ce..6a32eb452f27 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -122,6 +122,10 @@ gnome-base/gnome-desktop seccomp app-misc/tracker-miners seccomp net-libs/webkit-gtk seccomp +# Luke Dashjr (2018-11-19) +# iasl is not keyworded on many platforms yet +sys-firmware/seabios binary + # Andreas K. Hüttel (2018-09-11) # All glibc versions that include RPC code are masked now. dev-perl/Lab-VXI11 libtirpc @@ -133,7 +137,7 @@ net-misc/netkit-bootparamd libtirpc sci-astronomy/esomidas libtirpc sys-cluster/glusterfs libtirpc -# NP-Hardass (2017-04-10) +# Adam Feldman (2017-04-10) # Always force patch on appropriate variant app-emulation/wine-staging staging diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index dedd70e37ca4..0c539a71eaa2 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Stephan Hartmann (2021-03-21) +# Requires unreleased sys-devel/icu-69.1 +>=www-client/chromium-91 system-icu + # Michał Górny (2021-03-06) # LLVM 9 has been removed. dev-lang/julia system-llvm @@ -116,10 +120,6 @@ dev-qt/qt-creator clang # Depends on masked net-libs/libkvkontakte kde-apps/kipi-plugins vkontakte -# Alfredo Tupone (2020-11-06) -# waiting for lua to be slotted -media-gfx/exact-image lua - # Georgy Yakovlev (2020-10-08) # USE=doc broken on 1.47.0 and later # error: unresolved link to `crate::os::unix::ffi::OsStrExt` @@ -504,7 +504,7 @@ app-editors/emacs:25 cairo app-editors/emacs:26 cairo # Matthew Brewer (2016-06-02) -# Acked-by: Amy Winston +# Acked-by: Amy Liffey # Currently broken upstream. >=dev-lang/rakudo-2016.05 java @@ -513,7 +513,7 @@ app-editors/emacs:26 cairo sys-devel/gcc vtv # Matthew Brewer (2016-05-08) -# Acked-by: Amy Winston +# Acked-by: Amy Liffey # Upstream supports using Clang's address sanitizer, but apparently # invokes it wrong. dev-lang/moarvm asan diff --git a/profiles/package.mask b/profiles/package.mask index 62aa9c4686e9..63271e18860e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,36 @@ #--- END OF EXAMPLES --- +# Jimi Huotari (2021-03-26) +# No consumers since 2020-09-05 (dev-libs/liboobs), and no known +# stand-alone use. +# Removal on 2021-04-25. +app-admin/system-tools-backends + +# Michał Górny (2021-03-26) +# Pins to a vulnerable version of dev-python/urllib3. No maintainer +# in Gentoo. +# Removal on 2021-04-25. Bug #714860. +dev-python/elasticsearch-curator + +# Lars Wendler (2021-03-22) +# Has unidentified race condition on very fast CPUs that causes maintainer- +# mode to be triggered. +# Most likely caused by the following upstream commit: +# https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=aba75f6d4a9c875a9d5d90a07c6b3678db66a4bf +sys-devel/autoconf:2.71 + +# Sam James (2021-03-22) +# Many reverse dependencies need to be ported due to changes in new glib +# Masking until they've been updated, see tracker bug for details +# bug #777675 +=dev-libs/gobject-introspection-common-1.68.0 +=dev-libs/gobject-introspection-1.68.0 +=dev-util/gdbus-codegen-2.68.0 +=dev-util/glib-utils-2.68.0 +=dev-libs/glib-2.68.0 +=net-libs/glib-networking-2.68.0 + # Marek Szuba (2021-03-19) # Depends on bundled out-of-date Qt5 libraries, and even with those # installed recent upstream versions fail to run. Moreover, we have now @@ -41,7 +71,7 @@ mail-mta/protonmail-bridge-bin # Joonas Niilola (2021-03-16) -# A library without consumers, unbuildable for years, ebuilds not +# A library without consumers, unbuildable for years, ebuilds not # touched in years either. Bugs #664776, #747592. Removal in ~30 days. dev-libs/zookeeper-c @@ -106,9 +136,11 @@ sys-apps/netloc # Sam James (2021-03-13) # Stuck on oasis.eclass, out of date # No reverse dependencies -# bug #775785 +# (For ounit: please port your applications to dev-ml/ounit2 +# Should be a case of just a sed in most cases.) # Removal in 14 days. Nothing should really # be able to use any of these right now anyway. +# bug #775785, bug #749696, bug #711414 dev-ml/qcheck dev-ml/macaque dev-ml/pgocaml @@ -123,16 +155,11 @@ dev-ml/lwt_react dev-ml/batteries dev-ml/ocaml-magic-mime dev-ml/iTeML -# Stuck on old oasis.eclass -# bug #749696, #711414 dev-ml/ocaml-re -# Dependencies of Oasis itself dev-ml/ocamlify dev-ml/ocamlmod dev-ml/ocaml-expect dev-ml/oasis -# Please port your applications to dev-ml/ounit2 -# Should be a case of just a sed in most cases dev-ml/ounit # Hans de Graaff (2021-03-12) @@ -353,26 +380,6 @@ sys-auth/authenticator # Removal on 2021-03-27. Bug #731038, #772812. media-gfx/videorbits -# Matthew Thode (2021-02-22) -# Removing unneeded packages from tree Bug #772200 -# Removal on 2021-03-22 -dev-python/mox3 -dev-python/nosexcover -dev-python/oslo-sphinx -dev-python/os-diskconfig-python-novaclient-ext - -# David Seifert (2021-02-21) -# Drive-by addition, never maintained by maintainer, tests failing, -# missing dependencies, python3.7 only, no reverse dependencies. -# Removal on 2021-03-23. Bug #738004, #751316, #766989. -dev-python/moviepy - -# Michał Górny (2021-02-19) -# Xfce 4.16 has the same functionality built-in, rendering the plugin -# redundant. -# Removal on 2021-03-21. Bug #767412. -xfce-extra/xfce4-statusnotifier-plugin - # Sam James (2021-02-18) # 0.9.27 included a regression wrt deletes # bug #768948 @@ -400,12 +407,6 @@ media-gfx/gqview # Removal on 2021-05-01. Bug #762847. dev-libs/libressl -# Ulrich Müller (2021-01-29) -# Preliminary test versions, masked for testing. -~app-editors/emacs-27.1.91 -~app-editors/emacs-27.1.92 -~app-editors/emacs-27.1.93 - # Marek Szuba (2021-01-21) # Masked for testing and further work - the golang-vcs-snapshot variant # seems to be incompatible with revdeps using go-module, the variant @@ -430,11 +431,11 @@ www-apps/webmcp # https://bugs.gentoo.org/751739 =sys-apps/opentmpfiles-0.3.1 -# Stephan Hartmann (2021-01-29) +# Stephan Hartmann (2021-03-21) # Dev channel releases are only for people who # are developers or want more experimental features # and accept a more unstable release. ->=www-client/chromium-90 +>=www-client/chromium-91 # Andreas Sturmlechner (2020-10-26) # Historical metapackage that exists in slot 5 only for transition from KDE SC4. @@ -531,9 +532,9 @@ net-misc/gnome-remote-desktop # Mart Raudsepp (2020-02-03) # Needs news item, known breakages that need to be handled first, bug 698922 >=x11-libs/pango-1.43 +>=dev-cpp/pangomm-2.48 # Andrew Ammerlaan (2020-01-26) -# Proxy Maintainers # v3.6.4 uses huge amounts of memory: Bug #705682 # v3.6.1 is the latest version without this issue >=dev-libs/libsass-3.6.2 @@ -610,8 +611,8 @@ sys-devel/automake:1.10 # Also, b43 wiki page says to use 5.100.138. Bug #541080. >=sys-firmware/b43-firmware-6.30.163.46 -# Michał Górny , Andreas K. Hüttel , -# Matthias Maier (2017-05-21 and later updates) +# Andreas K. Hüttel (2017-05-21) +# (and others, updated later) # These old versions of toolchain packages (binutils, gcc, glibc) are no # longer officially supported and are not suitable for general use. Using # these packages can result in build failures (and possible breakage) for diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors index 8b2d8345ac1a..bc6c18af806a 100644 --- a/profiles/thirdpartymirrors +++ b/profiles/thirdpartymirrors @@ -16,7 +16,7 @@ lokigames http://updates.lokigames.com mplayer https://www1.mplayerhq.hu/MPlayer http://www2.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/ nongnu https://download.savannah.nongnu.org/releases/ https://ftp.cc.uoc.gr/mirrors/nongnu.org/ http://ftp.twaren.net/Unix/NonGNU/ https://mirror.csclub.uwaterloo.ca/nongnu/ ftp://mirror.csclub.uwaterloo.ca/nongnu/ https://mirrors.fe.up.pt/pub/nongnu/ ftp://mirrors.fe.up.pt/pub/nongnu/ https://nongnu.askapache.com/ https://nongnu.uib.no/ ftp://nongnu.uib.no/pub/nongnu/ http://savannah.c3sl.ufpr.br/ ftp://ftp.twaren.net/Unix/NonGNU/ openbsd https://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 +openssl https://www.openssl.org/ https://artfiles.org/openssl.org/ https://www.mirrorservice.org/sites/ftp.openssl.org/ ftp://ftp.openssl.org pypi https://files.pythonhosted.org/packages/source qmail https://qmail-mirror.jms1.net/ http://qmail.pandakc.com/ http://qmail.glasswings.com.au/ http://qmail.teraren.com/ http://qmail.mirror.cdnetworks.com/ https://qmail.mirror.choon.net/ http://qmail.cbox.biz/ http://qmail.cbox.biz/ http://qmail.mirrors.ovh.net/ftp.qmail.org/ http://qmail.rasjonell.net/ http://mirrors.ntua.gr/qmail/ http://qmail.cti.gr/ http://qmail.hypergrid.it/ http://qmail.omnis.ch/ http://qmail.cavsystems.net/ https://qmail.mivzakim.net/ http://qmail.mirror.rise.ph/ samba https://download.samba.org/pub/samba/ diff --git a/profiles/updates/1Q-2021 b/profiles/updates/1Q-2021 index 64bf7fa2ee6f..e4c15977c39f 100644 --- a/profiles/updates/1Q-2021 +++ b/profiles/updates/1Q-2021 @@ -2,3 +2,5 @@ slotmove >=sys-auth/libfprint-1.90 0 2 move app-emulation/libpod app-emulation/podman move app-laptop/radeontool sys-apps/radeontool move x11-libs/gdk-pixbuf-loader-webp gui-libs/gdk-pixbuf-loader-webp +move app-emacs/emacs-common-gentoo app-emacs/emacs-common +move dev-libs/distorm64 dev-libs/distorm3 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 6107336a8677..05c359b7dd25 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -441,7 +441,7 @@ app-emacs/bbdb:tex - Install plain TeX support files app-emacs/bbdb:vm - Add support for app-emacs/vm app-emacs/calfw:howm - Add support for the app-emacs/howm note-taking tool app-emacs/elscreen:wanderlust - Include support for app-emacs/wanderlust -app-emacs/emacs-common-gentoo:games - Support shared score files for games +app-emacs/emacs-common:games - Support shared score files for games app-emacs/emacs-w3m:gzip-el - Compress bundled Emacs Lisp source app-emacs/mu-cite:bbdb - Include support for app-emacs/bbdb app-emacs/org-mode:contrib - Install user-contributed files @@ -2009,6 +2009,7 @@ dev-libs/gf2x:custom-tune - Extra long compile time for tuning hardware specific dev-libs/gf2x:fft - Build an FFT API for multiplication of 2 polynomials over GF(2) dev-libs/gjs:sysprof - Enable profiling data capture support using dev-util/sysprof-capture dev-libs/glib:dbus - Enable dependencies required by glib libraries using dbus service to manage settings saving +dev-libs/glib:elf - Enable support for listing and extracting from ELF resource files with gresource tool dev-libs/glib:mime - Pull in shared MIME database that many glib-based applications require at runtime to detect or open files. Warning: do not disable this flag unless installing on a headless server. dev-libs/glib:sysprof - Enable profiling data capture support using dev-util/sysprof-capture dev-libs/glib:systemtap - Build support for profiling and tracing using dev-util/systemtap @@ -2199,6 +2200,7 @@ dev-libs/poco:util - Several utility classes (like logger, timer, config file pa dev-libs/poco:zip - Add support for the zip & gz archive formats dev-libs/ppl:cdd - Build the ppl_lcdd program for vertex/facet enumeration accepting the same input format as the programs shipped with sci-libs/cddlib and sci-libs/lrslib dev-libs/ppl:lpsol - Build the ppl_lpsol linear program solver that uses sci-mathematics/glpk for its input routines +dev-libs/raft:zfs - ZFS support dev-libs/serdisplib:tools - Build optional tools. dev-libs/simdjson:tools - Build and install extra command line tools dev-libs/softhsm:gost - Enable gost algorithm @@ -3851,6 +3853,8 @@ media-fonts/culmus:fancy - Install fancy fonts media-fonts/culmus:fontforge - Use media-gfx/fontforge to build fonts from source media-fonts/culmus:taamey - Install taamey fonts media-fonts/dejavu:fontforge - Use media-gfx/fontforge to build fonts from source +media-fonts/essays1743:otf - Install the OpenType version of the font +media-fonts/essays1743:ttf - Install the TrueType version of the font media-fonts/fira-mono:otf - Install the OpenType version of the font media-fonts/fira-mono:ttf - Install the TrueType version of the font media-fonts/fira-sans:otf - Install the OpenType version of the font @@ -4023,7 +4027,6 @@ media-gfx/imagemagick:q32 - Set quantum depth value to 32 media-gfx/imagemagick:q8 - Set quantum depth value to 8 media-gfx/imv:freeimage - Use media-libs/freeimage for additional image support media-gfx/imv:heif - Add HEIF/HEIC image support -media-gfx/imv:libnsgif - Add animated GIF support media-gfx/inkscape:cdr - Enable support for CorelDRAW files via media-libs/libcdr media-gfx/inkscape:dia - Enable DIA flow chart import via app-office/dia media-gfx/inkscape:inkjar - Enable support for OpenOffice.org SVG jar files @@ -5030,7 +5033,6 @@ media-video/mpv:egl - Enable support for various EGL-based video outputs / backe media-video/mpv:gamepad - Enable gamepad input support media-video/mpv:gbm - Enable Graphics Buffer Manager based EGL video backend media-video/mpv:jpeg - Enable support for saving screenshots in JPEG format -media-video/mpv:libass - Enable OSD (On Screen Display) and subtitles support via media-libs/libass media-video/mpv:libmpv - Build mpv shared library media-video/mpv:lua - Enable Lua scripting, OSC (On Screen Controller) GUI and net-misc/youtube-dl hook-script media-video/mpv:opengl - Enable support for various OpenGL-based video backends @@ -5296,6 +5298,7 @@ net-analyzer/nsca:crypt - Build support for crypted communication with nsca, thr net-analyzer/nsca:minimal - Only build and install the send_nsca command and not the daemon. This allows a very minimal install with no overhead when setting up a node. net-analyzer/openvas-scanner:cron - Install a cron job to update GVM's feed daily. net-analyzer/openvas-scanner:extras - Html docs support +net-analyzer/openvas-scanner:snmp - Build againts net-analyzer/net-snmp for "improved SNMP support" net-analyzer/ospd:extras - Html docs support net-analyzer/ossec-hids:agent - Build "agent" installation target (see package description) net-analyzer/ossec-hids:hybrid - Build "hybrid" installation target @@ -6005,6 +6008,7 @@ net-libs/libqmi:mbim - Support QMI over Mobile Broadband Interface Model (MBIM) net-libs/libsoup:brotli - Enable brotli decompression support net-libs/libsoup:gssapi - Enable GSSAPI support net-libs/libsoup:samba - Use net-fs/samba for NTLM Single Sign-On +net-libs/libsoup:sysprof - Enable profiling data capture support using dev-util/sysprof-capture net-libs/libsrtp:aesicm - Use AES ICM cryptographic algorithm net-libs/libsrtp:console - Use /dev/console instead of stdout for error messages net-libs/libsrtp:nss - Use NSS crypto primitives @@ -7451,6 +7455,7 @@ sci-mathematics/maxima:cmucl - Compile maxima with CMU Common Lisp (dev-lisp/cmu sci-mathematics/maxima:ecls - Compile maxima with Embeddable Common Lisp (dev-lisp/ecls) sci-mathematics/maxima:gcl - Compile maxima with GNU Common Lisp (dev-lisp/gcl) sci-mathematics/maxima:sbcl - Compile maxima with Steel Bank Common Lisp (dev-lisp/sbcl) +sci-mathematics/maxima:vtk - Support plotting with sci-libs/vtk sci-mathematics/msieve:ecm - Enable support for the GMP-ECM library sci-mathematics/normaliz:extras - Install Macaulay2 and sci-mathematics/singularpackages as shipped by upstream sci-mathematics/octave:glpk - Add support for sci-mathematics/glpk for linear programming @@ -8002,7 +8007,6 @@ sys-cluster/cluster-glue:ipmilan - Install the ipmilan plugin (requires sys-libs sys-cluster/cluster-glue:libnet - Force use of net-libs/libnet sys-cluster/corosync:augeas - Enable augeas support sys-cluster/corosync:watchdog - Enable watchdog support -sys-cluster/drbd-utils:heartbeat - Enable Heartbeat integration sys-cluster/drbd-utils:pacemaker - Enable Pacemaker integration sys-cluster/drbd-utils:xen - Enable Xen integration sys-cluster/galera:garbd - Install Galera Arbitrator - a stateless daemon which acts as a lightweight group member @@ -8705,9 +8709,8 @@ x11-base/xorg-server:xnest - Build the Xnest server x11-base/xorg-server:xorg - Build the Xorg X server (HIGHLY RECOMMENDED) x11-base/xorg-server:xvfb - Build the Xvfb server x11-base/xorg-x11:fonts - Install fonts from X.Org -x11-drivers/nvidia-drivers:X - Install the X.org driver, OpenGL libraries, XvMC libraries, and VDPAU libraries x11-drivers/nvidia-drivers:compat - Install non-GLVND libGL for backwards compatibility -x11-drivers/nvidia-drivers:driver - Install the kernel driver module +x11-drivers/nvidia-drivers:driver - Install kernel driver modules x11-drivers/nvidia-drivers:kms - Enable support for kernel mode setting (KMS) x11-drivers/nvidia-drivers:tools - Install additional tools such as nvidia-settings x11-drivers/nvidia-drivers:uvm - Install the Unified Memory kernel module (nvidia-uvm) for sharing memory between CPU and GPU in CUDA programs @@ -8755,6 +8758,7 @@ x11-libs/libwnck:tools - Install wnckprop-3 and wnck-urgency-monitor-3 command-l x11-libs/libxcb:xkb - Enable the XCB keyboard extension x11-libs/motif:motif22-compatibility - Compatibility with Open Motif 2.2 x11-libs/pango:X - Build and install the legacy pangoxft library +x11-libs/pango:sysprof - Enable profiling data capture support using dev-util/sysprof-capture x11-libs/pixman:loongson2f - Enable Loongson2f MMI optimizations. x11-libs/qscintilla:designer - Build plugin for Qt Designer x11-libs/qwt:designer - Installs dev-qt/designer plugin. @@ -8933,6 +8937,10 @@ x11-themes/zuki-themes:gnome-shell - Install theme for gnome-base/gnome-shell x11-themes/zuki-themes:mate - Install Metacity theme for mate-base/mate x11-themes/zuki-themes:xfce - Install theme for xfce-base/xfwm4 x11-themes/zukitwo:gnome-shell - Install theme for gnome-base/gnome-shell +x11-wm/ctwm:jpeg - Enable jpeg image support with virtual/jpeg +x11-wm/ctwm:rplay - Enable sound support from media-sound/rplay +x11-wm/ctwm:test - Enable upstream test suite, build required binary +x11-wm/ctwm:xpm - Enable xpm icon support with x11-libs/libXpm x11-wm/e16:container - Use container window (experimental) x11-wm/e16:debug - Build libtrip debugging library x11-wm/e16:dialogs - Enable support for configuration dialogs -- cgit v1.2.3