summaryrefslogtreecommitdiff
path: root/profiles/use.local.desc
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/use.local.desc')
-rw-r--r--profiles/use.local.desc23
1 files changed, 14 insertions, 9 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 202a162d2127..c8d485c4309d 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -32,6 +32,7 @@ app-accessibility/freetts:mbrola - Adds support for mbrola voices
app-accessibility/orca:braille - Enable braille support
app-accessibility/speech-dispatcher:espeak - Adds support for espeak-ng speech engine
app-accessibility/speech-dispatcher:flite - Adds support for flite speech engine
+app-accessibility/speech-dispatcher:pipewire - Enables support for PipeWire. Recommended for latency related advantages if it works in your setup.
app-admin/clsync:apidoc - Provide doxygen generated API docs.
app-admin/clsync:cgroups - Use cgroups to limit /dev access.
app-admin/clsync:clsync - Build clsync binary. Most likely you want it. However it is possible to build only libclsync without clsync itself.
@@ -707,7 +708,6 @@ app-emulation/wine-mono:shared - Install pre-unpacked files which do not need to
app-emulation/wine-proton:crossdev-mingw - Use sys-devel/crossdev for the toolchain rather than dev-util/mingw64-toolchain (requires manual setting up and is mostly unsupported, try disabling if have issues)
app-emulation/wine-proton:gecko - Enable mshtml support using app-emulation/wine-gecko
app-emulation/wine-proton:mono - Enable .NET support using app-emulation/wine-mono
-app-emulation/wine-proton:osmesa - Enable off-screen rendering (OpenGL in bitmaps) support
app-emulation/wine-proton:perl - Install helpers that require perl (winedump/winemaker)
app-emulation/wine-proton:sdl - Enable gamepad support using media-libs/libsdl2
app-emulation/wine-proton:wow64 - Enable running 32bit applications without 32bit ELF multilib by mapping to 64bit calls (experimental, *may* have worse/unusable OpenGL performance or other issues compared to USE=abi_x86_32, also lacks 16bit support) -- still need dev-util/mingw64-toolchain with abi_x86_32 which itself does not need multilib
@@ -718,7 +718,6 @@ app-emulation/wine-staging:gecko - Enable mshtml support using app-emulation/win
app-emulation/wine-staging:mingw - Build PE files using a MinGW toolchain for better compatibility
app-emulation/wine-staging:mono - Enable .NET support using app-emulation/wine-mono
app-emulation/wine-staging:netapi - Enable support for configuring remote shares using net-fs/samba
-app-emulation/wine-staging:osmesa - Enable off-screen rendering (OpenGL in bitmaps) support
app-emulation/wine-staging:pcap - Support packet capture software (e.g. wireshark)
app-emulation/wine-staging:perl - Install helpers that require perl (winedump/winemaker)
app-emulation/wine-staging:samba - Pull in net-fs/samba with winbind for NTLM auth support
@@ -731,7 +730,6 @@ app-emulation/wine-vanilla:gecko - Enable mshtml support using app-emulation/win
app-emulation/wine-vanilla:mingw - Build PE files using a MinGW toolchain for better compatibility
app-emulation/wine-vanilla:mono - Enable .NET support using app-emulation/wine-mono
app-emulation/wine-vanilla:netapi - Enable support for configuring remote shares using net-fs/samba
-app-emulation/wine-vanilla:osmesa - Enable off-screen rendering (OpenGL in bitmaps) support
app-emulation/wine-vanilla:pcap - Support packet capture software (e.g. wireshark)
app-emulation/wine-vanilla:perl - Install helpers that require perl (winedump/winemaker)
app-emulation/wine-vanilla:samba - Pull in net-fs/samba with winbind for NTLM auth support
@@ -1064,6 +1062,7 @@ app-office/libreoffice:mariadb - Prefer mariadb connector over mysql connector
app-office/libreoffice:odk - Build the Office Development Kit
app-office/libreoffice:pdfimport - Enable PDF import via the Poppler library
app-office/libreoffice:vulkan - Enable Vulkan usage via the skia library (clang recommended)
+app-office/libreoffice-bin:offlinehelp - Install help files locally instead of using the LibreOffice Wiki
app-office/libreoffice-l10n:offlinehelp - Install help files locally instead of using the LibreOffice Wiki
app-office/lyx:aspell - Add support for aspell spellchecking
app-office/lyx:dia - Add support for diagrams (app-office/dia)
@@ -1321,7 +1320,6 @@ dev-ada/gpr-unit-provider:shared - Build shared library
dev-ada/gpr-unit-provider:static-pic - Build static library with pic code
dev-ada/gtkada:shared - Build gtkada as shared library
dev-ada/gtkada:static-pic - Build static library with pic code
-dev-ada/lal-refactor:shared - Build shared library
dev-ada/lal-refactor:static-pic - Build static library with pic code
dev-ada/langkit:shared - Build shared library
dev-ada/langkit:static-pic - Build static library with pic code
@@ -3441,6 +3439,7 @@ gnustep-base/gnustep-back-xlib:xim - Enable X11 XiM input method
gnustep-base/gnustep-make:libobjc2 - Enables use of the GNUstep Objective-C runtime (gnustep-base/libobjc2) with non-fragile ABI and llvm-core/clang compiler
gnustep-base/gnustep-make:native-exceptions - Enables use of the native Objective-C exception support (@try/@catch/@finally) built-in objective-c exceptions with compilers that support it
gui-apps/foot:grapheme-clustering - Enable grapheme clustering support
+gui-apps/foot:utempter - Enable utmp support via sys-libs/libutempter
gui-apps/grim:jpeg - Enable JPEG support.
gui-apps/gtkgreet:layershell - Enable layer shell support
gui-apps/kanshi:varlink - Enable remote control with varlink
@@ -3725,9 +3724,13 @@ llvm-core/clang-common:default-compiler-rt - Use compiler-rt + libunwind instead
llvm-core/clang-common:default-libcxx - Use libc++ instead of libstdc++ as the default stdlib for clang. Beware: this breaks ABI, producing binaries incompatible with those built with GCC or Clang using libstdc++. Do not set unless you know what you're doing.
llvm-core/clang-common:default-lld - Use lld as the default linker for clang
llvm-core/clang-runtime:compiler-rt - Install llvm-runtimes/compiler-rt for -rtlib=compiler-rt
+llvm-core/clang-runtime:default-compiler-rt - Use compiler-rt + libunwind instead of libgcc as the default rtlib for clang
+llvm-core/clang-runtime:default-libcxx - Use libc++ instead of libstdc++ as the default stdlib for clang
+llvm-core/clang-runtime:default-lld - Use lld as the default linker for clang
llvm-core/clang-runtime:libcxx - Install llvm-runtimes/libcxx for -stdlib=libc++
llvm-core/clang-runtime:offload - Install llvm-runtimes/offload for -fopenmp GPU offloading
llvm-core/clang-runtime:openmp - Install llvm-runtimes/openmp for -fopenmp support
+llvm-core/clang-runtime:polly - Load Polly plugin (you still need -mllvm -polly to use it)
llvm-core/clang-runtime:sanitize - Enable compiler-rt sanitizer (-fsanitize*) support
llvm-core/clang-toolchain-symlinks:gcc-symlinks - Install symlinks for 'gcc' and 'g++' for extra compatibility.
llvm-core/clang-toolchain-symlinks:multilib-symlinks - Install symlinks for all ABI CHOSTs. Note that this can result in gcc being overrode for native builds, as well as conflict with crossdev if used for the same targets.
@@ -4390,6 +4393,10 @@ media-libs/libsdl2:pipewire - Enable support for the media-video/pipewire audio
media-libs/libsdl2:sndio - Enable support for the media-sound/sndio backend
media-libs/libsdl2:sound - Control audio support (disable at your own risk)
media-libs/libsdl2:video - Control video support (disable at your own risk)
+media-libs/libsdl3:ibus - Enable support for app-i18n/ibus
+media-libs/libsdl3:kms - Enable support for direct Kernel Mode Setting video output
+media-libs/libsdl3:pipewire - Enable support for media-video/pipewire
+media-libs/libsdl3:sndio - Enable support for media-sound/sndio
media-libs/libshumate:sysprof - Enable sysprof-capture support for profiling
media-libs/libtgvoip:dsp - Enable signal processing (echo cancellation, noise suppression, and automatic gain control)
media-libs/libv4l:bpf - Enable support for IR BPF decoders
@@ -4787,7 +4794,6 @@ media-sound/lmms:vst - Enables the VeSTige plugin to run VST plugins through Win
media-sound/mangler:espeak - Text to speech engine
media-sound/mangler:g15 - Logitech g15 lcd support
media-sound/mixxx:benchmark - Build and install benchmark binary: mixxx-test --benchmark
-media-sound/mixxx:hid - Enable HID controller support
media-sound/mixxx:keyfinder - Enable musical key detection support via media-libs/libkeyfinder
media-sound/mixxx:lv2 - Add support for Ladspa V2 via media-libs/lilv
media-sound/mixxx:midi - Enable MIDI support via media-libs/portmidi
@@ -5661,8 +5667,6 @@ net-dns/knot:dnsproxy - Enable the tiny DNS proxy module
net-dns/knot:dnstap - Include support for the dnstap binary log format (http://dnstap.info/)
net-dns/knot:doh - Enable DNS over HTTP (DoH) using libnghttp2
net-dns/knot:fastparser - Use a zone file parser that is faster, but requires more memory and CPU time to compile
-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:pkcs11 - Add support for PKCS#11
@@ -5679,7 +5683,6 @@ net-dns/knot-resolver:dnstap - Build dnstap binary logging module
net-dns/knot-resolver:kresc - Build (experimental) command-line client
net-dns/knot-resolver:manager - Manager is a user-friendly interface and a component handling rolling restarts, config update logic and more.
net-dns/knot-resolver:nghttp2 - DNS-over-HTTPS support
-net-dns/knot-resolver:prometheus - Metrics exported in Prometheus
net-dns/knot-resolver:xdp - Enable eXpress Data Path
net-dns/nsd:bind8-stats - Enables BIND8 like NSTATS and XSTATS and statistics in nsd-control
net-dns/nsd:default-znow - Enable full relocation binding at load-time (RELRO NOW, to protect GOT and .dtor areas)
@@ -5885,6 +5888,7 @@ net-im/gajim:remote - Controling Gajim instance from command line with gajim-rem
net-im/gajim:rst - Generating XHTML output from RST code
net-im/gajim:spell - Spellchecking of composed messages
net-im/gajim:upnp - Ability to request your router to forward port for file transfer
+net-im/gajim:voice - Support for video calls, audio calls and voice messages
net-im/gajim:webp - Support WebP avatars
net-im/libcommuni:qml - Install optional qml files.
net-im/libcommuni:uchardet - Use app-i18n/uchardet, which is upstreams default, instead of dev-libs/icu, which makes impossible to run tests.
@@ -6228,7 +6232,6 @@ net-mail/vpopmail:clearpasswd - Enables cleartext password storage in the vpassw
net-mail/vpopmail:ipalias - Enables enable-ip-alias-domains
net-mail/vpopmail:maildrop - Enables mail-filter/maildrop support in vdelivermail
net-mail/vpopmail:spamassassin - Enables mail-filter/spamassassin support
-net-misc/AQtion:lro - Enable/disable Large Receive Offload. This MUST be disabled for bridging or forwarding.
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:gnutls - Use net-libs/gnutls as TLS provider (preferred). Otherwise, dev-libs/openssl will be used as TLS provider. Both apply only with USE=ssl.
@@ -6772,6 +6775,7 @@ net-p2p/retroshare:miniupnp - Enables UPnP port forwarding via net-libs/miniupnp
net-p2p/retroshare:plugins - Enables plugin support
net-p2p/retroshare:service - Enables the new RetroShare service
net-p2p/retroshare:sqlcipher - Enables GXS database encryption via SQLCipher
+net-p2p/rtorrent:tinyxml2 - Use vendor tinyxml2 instead of xmlrpc-c. This allows significant reduction in overhead (experimental)
net-p2p/syncthing:tools - Install stdiscosrv, strelaysrv and other tools to /usr/libexec/syncthing/.
net-p2p/transmission:cli - Build command-line client
net-p2p/transmission:debug - Enable assertions
@@ -7055,6 +7059,7 @@ net-wireless/kismet:wext - Enable building kismet with support for the deprecate
net-wireless/libxtrxll:usb3380 - support xtrx usb model
net-wireless/neard:tools - Build and install 'nfctool' for further NFC debugging
net-wireless/rtl-sdr:zerocopy - may cause a bus error on some ARM systems
+net-wireless/rtl-sdr-blog:zerocopy - may cause a bus error on some ARM systems
net-wireless/rtl_433:rtlsdr - Build with Realtek RTL2832U (rtlsdr) support
net-wireless/rtl_433:soapysdr - Build with SoapySDR support
net-wireless/soapysdr:bladerf - Add support for bladerf hardware