In Profile: default/linux/amd64/23.0/desktop/my-plasma
# Enable accessibility support.
USE="accessibility speech flite"
# Enable stuff from "hardened" profile.
USE="${USE} hardened pic pie"
# Enable LTO and PGO USE-flags where they are still left.
USE="${USE} lto pgo"
# Enable all targets for QEMU.
QEMU_SOFTMMU_TARGETS="*"
QEMU_USER_TARGETS="*"
# Enable more acceleration on GPU.
USE="${USE} nvenc vaapi vdpau cuda opencl"
# General media support.
USE="${USE} hdri"
# Enable more video support.
USE="${USE} theora x265"
# Enable more audio support.
USE="${USE} opus"
# Enable more image support.
USE="${USE} heif webp jpegxl avif raw"
# Enable more book support.
USE="${USE} markdown mobi djvu epub"
# Enable more languages support.
USE="${USE} cjk emoji"
# Enable more compression support.
USE="${USE} zstd zip"
# Enable NVIDIA official drivers, Zink OpenGL-on-Vulkan layer, and
# Vulkan software rendered.
VIDEO_CARDS="nvidia zink lavapipe"
# More VM support (f.e. for Incus)
USE="${USE} spice usbredir virtfs"