From 185fa19bbf68a4d4dca534d2b46729207a177f16 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 11 May 2021 19:55:43 +0100 Subject: gentoo resync : 11.05.2021 --- profiles/Manifest.gz | Bin 141832 -> 141989 bytes profiles/arch/amd64/package.use.mask | 1 + profiles/arch/amd64/package.use.stable.mask | 2 +- profiles/arch/arm/package.use.force | 6 +- profiles/arch/arm64/package.use.mask | 4 -- profiles/arch/base/package.use.mask | 3 +- profiles/arch/powerpc/package.use.mask | 4 -- profiles/arch/powerpc/ppc32/package.use.mask | 5 ++ profiles/arch/powerpc/ppc64/64le/package.mask | 4 ++ profiles/arch/powerpc/ppc64/64le/package.use.mask | 1 + .../powerpc/ppc64/64le/package.use.stable.mask | 6 ++ profiles/arch/powerpc/ppc64/package.mask | 10 +++ profiles/arch/sparc/package.use.mask | 5 ++ profiles/arch/x86/package.use.mask | 4 -- profiles/base/package.use.mask | 4 ++ profiles/base/package.use.stable.mask | 6 -- profiles/license_groups | 2 +- profiles/package.mask | 74 ++++++++++----------- profiles/targets/systemd/package.use.mask | 6 ++ profiles/use.local.desc | 28 +++++--- 20 files changed, 105 insertions(+), 70 deletions(-) create mode 100644 profiles/targets/systemd/package.use.mask (limited to 'profiles') diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index bdcc09537456..9b42fa5dbdd3 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c5d4f9be7ece..3833aa4debab 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -150,6 +150,7 @@ mail-client/claws-mail -litehtml # Georgy Yakovlev (2019-06-22) # openjfx is keyworded on amd64 +dev-java/openjdk:8 -javafx dev-java/openjdk:11 -javafx # Matt Turner (2019-06-20) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 33d1a456737a..41ae83a7573f 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,7 +17,7 @@ #--- END OF EXAMPLES --- -# Georgy Yakovlev (2021-05-05) +# Georgy Yakovlev (2021-05-07) # openjfx:8 will never be stabilized # openjfx:11 probably will neither dev-java/openjdk:8 javafx diff --git a/profiles/arch/arm/package.use.force b/profiles/arch/arm/package.use.force index 442c1611b3de..e6ca6de1aefb 100644 --- a/profiles/arch/arm/package.use.force +++ b/profiles/arch/arm/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann (2021-05-11) +# Satisfy REQUIRED_USE on arm +app-emulation/xen debug + # Georgy Yakovlev (2020-06-18) # Force host target dev-libs/keystone llvm_targets_ARM diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 8416e8749c7d..8a1bfb3f418c 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -197,10 +197,6 @@ sys-apps/flashrom jlink-spi # dep not keyworded here media-gfx/gnome-photos upnp-av -# Georgy Yakovlev (2019-06-01) -# not yet keyworded -dev-java/openjdk javafx - # Aaron Bauman (2019-04-08) # app-text/dblatex not keyword yet net-firewall/nftables doc diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index af46ee0f7552..a920061900cb 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -128,7 +128,8 @@ dev-lang/rust-bin doc media-tv/kodi raspberry-pi # Georgy Yakovlev (2019-06-22) -# mask javafx until it's keyworded on other arches +# mask here and unmask in profiles for specific arches +dev-java/openjdk:8 javafx dev-java/openjdk:11 javafx # Matt Turner (2019-06-20) diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 671ff88dd947..d885c5238943 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -91,10 +91,6 @@ sys-firmware/seabios -debug # app-misc/graphlcd-base won't work on PowerPC/PowerPC64 app-misc/lcdproc freetype lcd_devices_glcd png -# Georgy Yakovlev (2019-06-01) -# not yet keyworded -dev-java/openjdk:11 javafx - # Patrick McLean (2019-04-15) # deps not available on platform sys-cluster/ceph babeltrace lttng diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 6e6b4922096c..e484be4172ff 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba (2021-05-07) +# Legacy interface that depends on kernel headers not available on this arch +# as well as currently-unkeyworded dev-libs/libx86 +x11-misc/read-edid vbe-mode + # Arfrever Frehtes Taifersar Arahesis (2021-04-01) # sys-devel/clang not keyworded on PPC32. sys-libs/llvm-libunwind test diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask b/profiles/arch/powerpc/ppc64/64le/package.mask index c42fe27f4868..a0ae367f6d1d 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2021-05-07)↲ +# works on little-endian↲ +sci-mathematics/geogebra-bin + # Georgy Yakovlev (2020-10-17) # works on ppc64le -app-emulation/docker diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask b/profiles/arch/powerpc/ppc64/64le/package.use.mask index 2d307a37a11d..32bb967a3518 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.use.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask @@ -15,6 +15,7 @@ app-emulation/crun -criu # Georgy Yakovlev (2020-09-19) # openjfx is keyworded on ppc64le +dev-java/openjdk:8 -javafx dev-java/openjdk:11 -javafx # Georgy Yakovlev (2020-02-26) diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask index e6a445260d75..6dbcf7edfcd2 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask @@ -1,6 +1,12 @@ # Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2021-05-07) +# openjfx:8 will never be stabilized +# openjfx:11 probably will neither +dev-java/openjdk:8 javafx +dev-java/openjdk:11 javaf + # Georgy Yakovlev (2020-02-27) # vulkan tested and works on ppc64le, but not stabilized yet dev-qt/qtdeclarative vulkan diff --git a/profiles/arch/powerpc/ppc64/package.mask b/profiles/arch/powerpc/ppc64/package.mask index f78c971cc95f..1d47ee5b2e89 100644 --- a/profiles/arch/powerpc/ppc64/package.mask +++ b/profiles/arch/powerpc/ppc64/package.mask @@ -1,6 +1,16 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2021-05-07) +# only works on little-endian +sci-mathematics/geogebra-bin + +# Georgy Yakovlev (2021-05-06) +# segfaults building qtwebengine or chromium +# https://bugs.gentoo.org/785751 +# https://github.com/nodejs/node/issues/38521 +>=net-libs/nodejs-16 + # Georgy Yakovlev (2020-10-17) # Fails to build with buildmode=pie assumptions, which # does not work on big-endian ppc64 diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 3916bbb563de..3551acb93694 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba (2021-05-07) +# Legacy interface that depends on kernel headers not available on this arch +# as well as currently-unkeyworded dev-libs/libx86 +x11-misc/read-edid vbe-mode + # Sam James (2021-04-27) # Deps not yet tested/keyworded. sys-devel/clang default-compiler-rt default-libcxx default-lld diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 23823f2901da..8052860579a4 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -51,10 +51,6 @@ sys-libs/compiler-rt-sanitizers -profile # (See 9.3.8 in the Guile manual) dev-scheme/guile -jit -# Georgy Yakovlev (2020-09-18) -# swt 4.10 not keyworded on x86 -dev-java/openjdk:8 javafx - # Thomas Deutschmann (2020-08-17) # Columnstore engine is supported on x86 dev-db/mariadb -columnstore diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 2c776600b2f3..93535b33cafd 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. +# Andreas Sturmlechner (2021-05-09) +# Dependency requires sys-apps/systemd. Will only be unmasked in systemd target. +kde-plasma/plasma-meta firewall + # Matt Turner (2021-04-14) # Was masked since 2014. Unmasked starting with 0.3.13. (2020-09-18) -# openjfx:8 will never be stabilized -# openjfx:11 probably will neither -dev-java/openjdk:8 javafx -dev-java/openjdk:11 javafx - # Pacho Ramos (2020-08-21) # app-text/pandoc is hard to stabilize #737612 sys-apps/earlyoom docs diff --git a/profiles/license_groups b/profiles/license_groups index 92a9145a6c95..106bc24e2ffe 100644 --- a/profiles/license_groups +++ b/profiles/license_groups @@ -30,7 +30,7 @@ OSI-APPROVED 0BSD AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 APL-1.0 APSL-2 Ar # Licenses in this list should NOT appear directly or indirectly in # @FSF-APPROVED or @OSI-APPROVED. # Note: Licenses for fonts should be included in @MISC-FREE-DOCS. -MISC-FREE AIFFWriter.m Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim BZIP2 canfep CAOSL CDDL-1.1 CDDL-Schily CeCILL-C CMake CPL-0.5 CRACKLIB Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 ipadic Ispell JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LPPL-1.3 LPPL-1.3b lsof matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA rwpng sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd SSLeay SVFL symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free the-Click-license Time-Format Time-modules tm-align torque-2.5 totd Toyoda UCAR-Unidata URT VTK w3m wm2 x2x xbatt xboing XC Xdebug xtrs ZSH +MISC-FREE AIFFWriter.m Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim BZIP2 canfep CAOSL CDDL-1.1 CDDL-Schily CeCILL-C CMake CPL-0.5 CRACKLIB Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 ipadic Ispell JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LPPL-1.3 LPPL-1.3b lsof matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA rwpng sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd SSLeay SVFL symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free the-Click-license Time-Format Time-modules tm-align torque-2.5 totd Toyoda trio UCAR-Unidata URT VTK w3m wm2 x2x xbatt xboing XC Xdebug xtrs ZSH # Metaset for all free software FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE diff --git a/profiles/package.mask b/profiles/package.mask index e1dcf8118ac4..a019112810d7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,11 +32,45 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2021-05-09) +# Unmaintained, last revdep of dev-perl/gtk2-spell, bugs #724796, #769296 +# Removal on 2021-06-08 +app-misc/gcstar +dev-perl/gtk2-spell + +# Andreas K. Hüttel (2021-05-09) +# Work in progress, do not use yet +=dev-lang/perl-5.34* + +# David Seifert (2021-05-09) +# All revdeps masked, last release in 1999, needs to do now. +# Bug #772815, removal in 30 days. +sci-libs/fftw:2.1 + +# David Seifert (2021-05-09) +# Last consumer of sci-libs/fftw:2.1, last release over 20 years +# ago, dead upstream. Bug #779421, removal in 30 days. +media-sound/gramofile + +# Andreas K. Hüttel (2021-05-09) +# PortageXS saw its last release in 2016 and would need +# a new upstream maintainer. Multiple bugs, e.g., +# 688238, 625536, 613114, 473394, 332611, 289524, 264680 +# Masked for removal in 30 days, including reverse deps. +dev-perl/PortageXS +app-portage/demerge +app-portage/perl-info + +# Sam James (2021-05-09) +# Not working properly with cmake.eclass port +# bug #788448 +=app-arch/brotli-1.0.9-r3 + # Sam James (2021-05-07) # Masked for testing. Two major releases ahead of last packaged version. # Please report bugs but this is experimental for now. # bug #731266 -~net-mail/cyrus-imapd-3.4.0 +>=net-mail/cyrus-imapd-3.4.0 # Joonas Niilola (2021-05-06) # sci-libs/cbflib: Doesn't compile with GCC-10 or GCC-11. Was never @@ -81,12 +115,6 @@ media-sound/entagged-tageditor # see bug: https://bugs.gentoo.org/787434 media-sound/protux -# Miroslav Šulc (2021-05-05) -# no consumers, last release in 2013 -# removal in 30 days -# see bug: https://bugs.gentoo.org/787638 -net-nds/jxplorer - # Miroslav Šulc (2021-05-05) # no consumers, last release in 2011 # removal in 30 days @@ -637,10 +665,6 @@ x11-themes/gtk-engines-aurora dev-java/odfdom dev-java/saaj -# Andreas K. Hüttel (2021-04-14) -# QA: Mask sys-apps/openrc-0.43 because of bug 782808 -=sys-apps/openrc-0.43* - # Jonas Stein (2021-04-14) # Open bugs, dead upstream. # Removal on 2021-06-01. Bug #782730. @@ -651,36 +675,10 @@ x11-misc/superswitcher # Removal on 2021-06-01. Bug #782727. x11-misc/xstroke -# Michał Górny (2021-04-10) -# Obsolete backport to Python < 3.4. No reverse dependencies left. -# Removal on 2021-05-10. Bug #781902. -dev-python/monotonic - -# Sam James (2021-04-09) -# Support package for games.eclass (which is now being last-rited). Please -# port away from games.eclass and use general ebuild functions/helpers. -# No specific eclass is needed for general games installation. -# Removal on 2021-05-09. -# bug #574082 -games-misc/games-envd - # Lars Wendler (2021-04-08) # Masked for testing >=app-crypt/gnupg-2.3.0 -# Sergey Popov (2021-04-06) -# Ancient version, currently no consumers in main tree -# The only one consumer was mail-client/roundcube -# and now it uses bundled version -# Masked for removal in 30 days. -dev-php/PEAR-Net_LDAP3 - -# Michał Górny (2021-03-31) -# New versions remove PORTAGE_CONFIGROOT support, breaking a lot -# of scripts. ->=dev-util/pkgdev-0.1.3 ->=sys-apps/pkgcore-0.11.7 - # Sam James (2021-03-30) # Seems to break dev-tex/culmus-latex # Masking until we can investigate & fix @@ -711,7 +709,7 @@ app-admin/lastpass-cli # API. Likely to break several consumers # which haven't yet ported. # bug #729098 -~sci-libs/proj-8.0.0 +>=sci-libs/proj-8.0.0 # Sam James (2021-02-18) # 0.9.27 included a regression wrt deletes diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask new file mode 100644 index 000000000000..3c81fe5fa99b --- /dev/null +++ b/profiles/targets/systemd/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas Sturmlechner (2021-05-09) +# Dependency requires sys-apps/systemd. +kde-plasma/plasma-meta -firewall diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 3c3cc2445667..c19b4c9b31f4 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -36,6 +36,7 @@ app-admin/conky:apcupsd - Enable support for sys-power/apcupsd app-admin/conky:bundled-toluapp - Enable support for bundled toluapp. This only makes sense in combination with the lua-* flags app-admin/conky:cmus - Enable monitoring of music played by media-sound/cmus app-admin/conky:ical - Enable support for events from iCalendar (RFC 5545) files using dev-libs/libical +app-admin/conky:intel-backlight - Enable support for Intel backlight app-admin/conky:iostats - Enable support for per-task I/O statistics app-admin/conky:irc - Enable support for displaying everything from an irc channel using net-libs/libircclient app-admin/conky:lua-cairo - Enable if you want Lua Cairo bindings @@ -1205,7 +1206,6 @@ dev-ada/libgpr:static-pic - Build static library with pic code dev-ada/xmlada:shared - Build shared library dev-ada/xmlada:static-pic - Build static library with pic code dev-cpp/abseil-cpp:cxx17 - Build with -DCMAKE_CXX_STANDARD=17 (required by some revdeps) -dev-cpp/eigen:c++11 - Build using the C++11 standard dev-cpp/eigen:cuda - Build with cuda support dev-cpp/glog:gflags - Use dev-cpp/gflags for flag parsing dev-cpp/glog:libunwind - Use libunwind library (sys-libs/libunwind or sys-libs/llvm-libunwind) instead of built-in fallback implementation for stack unwinding @@ -1720,11 +1720,13 @@ dev-lang/gnat-gpl:ada - Build the ADA language (GNAT) frontend dev-lang/gnat-gpl:awt - Useful only when building GCJ, this enables Abstract Window Toolkit (AWT) peer support on top of GTK+ dev-lang/gnat-gpl:bootstrap - Used to bootstrap gnat-gpl dev-lang/gnat-gpl:cilk - Support the Cilk Plus language (C/C++ based languages for parallel programming) +dev-lang/gnat-gpl:d - Enable support for the D programming language dev-lang/gnat-gpl:fixed-point - Enable fixed-point arithmetic support for MIPS targets in gcc (Warning: significantly increases compile time!) dev-lang/gnat-gpl:gcj - Build the GCJ Java language frontend. dev-lang/gnat-gpl:go - Build the GCC Go language frontend. dev-lang/gnat-gpl:graphite - Add support for the framework for loop optimizations based on a polyhedral intermediate representation dev-lang/gnat-gpl:libssp - Build SSP support into a dedicated library rather than use the code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES) +dev-lang/gnat-gpl:lto - Build using Link Time Optimizations (LTO) dev-lang/gnat-gpl:mpx - Enable support for Intel Memory Protection Extensions (MPX) dev-lang/gnat-gpl:nopie - Disable PIE support (NOT FOR GENERAL USE) dev-lang/gnat-gpl:nossp - Disable SSP support (NOT FOR GENERAL USE) @@ -1840,6 +1842,7 @@ dev-lang/swi-prolog:uuid - Use ossp-uuid for UUID pack dev-lang/swi-prolog:yaml - Use libyaml for YAML pack dev-lang/swig:ccache - build ccache-swig(a fast compiler cache) dev-lang/vala:valadoc - Installs valadoc documentation generation tool +dev-lang/xsb:mariadb - Enable support for the mariadb database backend dev-lang/yap:R - Enable support for connecting R to Prolog dev-lang/yap:raptor - Enable support for Raptor RDF syntax libarary dev-lang/zig:experimental - Enable builds that do not support all of LLVM's target architectures @@ -3581,6 +3584,7 @@ kde-plasma/plasma-desktop:policykit - Build the Users KCM using sys-apps/account kde-plasma/plasma-desktop:scim - Enable applets that use app-i18n/scim kde-plasma/plasma-meta:browser-integration - Enable integration with Chrome/Firefox with browser extensions kde-plasma/plasma-meta:colord - Enable kde-plasma/kwin color management via x11-misc/colord +kde-plasma/plasma-meta:crash-handler - Pull in kde-plasma/drkonqi for assisted upstream crash reports kde-plasma/plasma-meta:crypt - Pull in kde-plasma/plasma-vault for encrypted vaults integration kde-plasma/plasma-meta:desktop-portal - Enable sys-apps/xdg-desktop-portal backend implementation for Plasma kde-plasma/plasma-meta:discover - Pull in resources management GUI; a centralised GHNS alternative and optional sys-apps/fwupd frontend @@ -3602,6 +3606,7 @@ kde-plasma/plasma-nm:modemmanager - Enable support for mobile broadband devices kde-plasma/plasma-nm:openconnect - Build support for the OpenConnect VPN client kde-plasma/plasma-nm:teamd - Enable Teamd control support kde-plasma/plasma-workspace:appstream - Enable AppStream software metadata support +kde-plasma/plasma-workspace:calculator - Enable calculator runner using sci-libs/libqalculate kde-plasma/plasma-workspace:geolocation - Enables dataengine providing location information kde-plasma/plasma-workspace:qalculate - Enable Qalculate runner using sci-libs/libqalculate kde-plasma/plasma-workspace:screencast - Enable screencast portal using media-video/pipewire @@ -4021,7 +4026,6 @@ media-gfx/krita:color-management - Enable color management via media-libs/openco media-gfx/krita:heif - Enable support for ISO/IEC 23008-12:2017 HEIF/HEIC image format using media-libs/libheif media-gfx/krita:qtmedia - Enable sound support for animations via dev-qt/qtmultimedia media-gfx/krita:vc - Enable support for dev-libs/vc, could be a significant speed boost -media-gfx/librecad:3d - Require all 2D coordinates stored as 3D 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 @@ -4791,6 +4795,7 @@ media-tv/kodi:mariadb - Enable support store of media library metadata on local media-tv/kodi:mysql - Enable support store of media library metadata on local or remote MySQL media-tv/kodi:nfs - Enable NFS client support media-tv/kodi:optical - Enable Audio CD playback, optical disks detection and reading (CD-ROM, Video CD, and others), and ISO optical disk images direct reading. DVD disks may require additional 'udf' flag. +media-tv/kodi:pipewire - Enable pipewire support media-tv/kodi:power-control - Enable control of shutdown, reboot, suspend, and hibernate media-tv/kodi:raspberry-pi - Enable support for the Raspberry Pi media-tv/kodi:system-ffmpeg - Use system ffmpeg instead of the bundled one @@ -5029,13 +5034,15 @@ media-video/mpv:vulkan - Enable support for various Vulkan-based video backends media-video/mpv:zimg - Enable libzimg support (for vf_fingerprint) media-video/noad:libmpeg2 - Build support for mpeg2 over media-libs/libmpeg2 rather than using ffmpeg media-video/nvidia_video_sdk:tools - Build and install example tools. -media-video/obs-studio:fdk - Enable libfdk support for AAC encoding. +media-video/obs-studio:decklink - Build the Decklink plugin. +media-video/obs-studio:fdk - Build with LibFDK AAC support. media-video/obs-studio:imagemagick - Use ImageMagick for image loading instead of FFmpeg. -media-video/obs-studio:nvenc - Enable NVENC encoding for nVidia video cards. -media-video/obs-studio:python - Build support for scripting via Python 3. -media-video/obs-studio:speex - Enable noise suppression filter support via media-libs/speexdsp. -media-video/obs-studio:ssl - Build support for TLS/SSL connections (RTMPS) via net-libs/mbedtls. -media-video/obs-studio:vlc - Build support for using media-video/vlc as a media source. +media-video/obs-studio:nvenc - Build with NVENC encoding support for nVidia video cards. +media-video/obs-studio:pipewire - Build with PipeWire support. +media-video/obs-studio:python - Build with scripting support for Python 3. +media-video/obs-studio:speex - Build with Speex noise suppression filter support. +media-video/obs-studio:ssl - Build with TLS/SSL support for RTMPS connections. +media-video/obs-studio:vlc - Build with VLC media source support. media-video/ogmrip:ogm - Support for OGM container format media-video/ogmrip:srt - Support for SRT subtitle format media-video/orion:mpv - Use the media-video/mpv player (upstream default) @@ -5048,6 +5055,7 @@ media-video/pipewire:extra - Build pw-cat/pw-play/pw-record media-video/pipewire:ffmpeg - Builds an unsupported SPA (file a Gentoo bug if you need this) media-video/pipewire:jack - Enable SPA JACK plugin and emulation to be able to run JACK applications on top of PipeWire media-video/pipewire:jack-client - Install a plugin for running PipeWire as a JACK client +media-video/pipewire:jack-sdk - Use PipeWire as JACK replacement media-video/pipewire:ldac - LDAC over Bluetooth (primarily Sony headphones) media-video/pipewire:pipewire-alsa - Replace PulseAudio's ALSA plugin with PipeWire's plugin media-video/pipewire:vulkan - Uses Vulkan compute shaders to provide a CGI video source @@ -6393,7 +6401,6 @@ net-misc/hylafaxplus:pam - hfaxd authentication via PAM net-misc/icecast:kate - Add karaoke and text encapsulation support for Ogg files net-misc/icecast:logrotate - Install support files for app-admin/logrotate? net-misc/icecast:yp - Build support for yp public directory listings -net-misc/iputils:SECURITY_HAZARD - Allow non-root users to flood (ping -f). This is generally a very bad idea. net-misc/iputils:arping - Build and install arping -- tool for sending ARP requests to peers (see also net-analyzer/arping) net-misc/iputils:clockdiff - Build and install clockdiff -- tool for comparing clocks via ICMP packets net-misc/iputils:gcrypt - Use dev-libs/libgcrypt for md5 support @@ -6543,6 +6550,7 @@ net-misc/quagga:tcp-zebra - Enable TCP zserv interface on port 2600 for Zebra/pr net-misc/rdesktop:kerberos - Enable CredSPP support + Kerberos authentication net-misc/rdesktop:pcsc-lite - Enable smartcard support with sys-apps/pcsc-lite driver net-misc/rdesktop:xrandr - Enable XRandR window extension support +net-misc/remmina:gvnc - Enable GVNC plugin using gtk-vnc, suitable for KVM and Vino servers net-misc/remmina:kwallet - Enable KDE Wallet plugin net-misc/remmina:spice - Support connecting to SPICE-enabled virtual machines net-misc/remmina:ssh - Enable support for SSH/SFTP protocol @@ -6716,7 +6724,6 @@ net-p2p/mldonkey:fasttrack - enable fasttrack support net-p2p/mldonkey:gnutella - enable gnutella and gnutella2 support net-p2p/mldonkey:guionly - enable client build only net-p2p/qbittorrent:webui - Enable the Web UI -net-p2p/resilio-sync:pax_kernel - Use paxctl to mark binaries net-p2p/retroshare:cli - Enables the CLI version of RetroShare net-p2p/retroshare:control-socket - Enables API via Unix socket support net-p2p/retroshare:gnome-keyring - Enables potentially insecure autologin capability via Gnome Keyring @@ -8794,6 +8801,7 @@ x11-misc/py3status:udev - Install extra requirement dev-python/pyudev to enable x11-misc/qt5ct:dbus - Enable system tray and global menu support x11-misc/qtfm:dbus - Install the qtfm-tray removable device manager x11-misc/qtfm:shared - Install the libQtFM shared library and headers +x11-misc/read-edid:vbe-mode - Build get-edid with support for legacy, VBE-based interface. Requires dev-libs/libx86. x11-misc/redshift:geoclue - Control dependency on app-misc/geoclue x11-misc/rofi:drun - Enable desktop file run dialog x11-misc/rofi:windowmode - Enable normal window mode -- cgit v1.2.3