profiles: Sync with Gentoo

It's from Gentoo commit b13f016cc0391d2f57c6eb2727eedcee34127626.
This commit is contained in:
Flatcar Buildbot 2025-04-07 07:11:03 +00:00 committed by Krzesimir Nowak
parent e2089efa45
commit 29b57ed4ec
18 changed files with 190 additions and 52 deletions

View File

@ -72,7 +72,7 @@ llvm-runtimes/openmp llvm_targets_AMDGPU
# Sam James <sam@gentoo.org> (2022-12-11)
# net-libs/rustls-ffi is not yet marked stable
net-misc/curl rustls curl_ssl_rustls
net-misc/curl rustls curl_ssl_rustls ech
# Sam James <sam@gentoo.org> (2022-12-07)
# Needs unstable media-libs/libvpl

View File

@ -1,6 +1,11 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Paul Zander <negril.nx+gentoo@gmail.com> (2025-04-04)
# Requires dev-qt/qtwebengine
dev-util/nsight-compute
dev-util/nsight-graphics
# Z. Liu <zhixu.liu@gmail.com> (2025-01-23)
# Requires dev-qt/qtwebengine
net-misc/seafile-client
@ -91,6 +96,7 @@ app-text/calibre
app-text/cb2bib
app-text/kchmviewer
app-text/sigil
app-text/uchmviewer
dev-python/spyder
dev-python/spyder-terminal
dev-python/spyder-unittest

View File

@ -1 +1,2 @@
..
../../../features/wd40

View File

@ -1,6 +1,10 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Andreas Sturmlechner <asturm@gentoo.org> (2025-04-02)
# Needs kde-frameworks/breeze-icons which is not keyworded here.
net-irc/quassel system-icons
# NRK <nrk@disroot.org> (2025-03-17)
# media-libs/libyuv is not keyworded
media-libs/libavif libyuv

View File

@ -0,0 +1,9 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License, v2
# Andreas K. Hüttel <dilfridge@gentoo.org> (2025-03-31)
# gcc-14 fails to build (no idea about gcc-15 but upstream says
# 14/15 regression)
# https://bugs.gentoo.org/948045
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118891
>=sys-devel/gcc-14

View File

@ -1,6 +1,10 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Matt Jolly <kangie@gentoo.org> (2025-04-02)
# Requires net-misc/gsasl which is not keyworded here
net-misc/curl sasl-scram
# Sam James <sam@gentoo.org> (2025-03-19)
# media-libs/libebur128 not keyworded here
media-video/pipewire loudness

View File

@ -1,6 +1,10 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Conrad Kostecki <conikost@gentoo.org> (2025-04-02)
# media-libs/libsdl3 is not keyworded
app-emulation/faudio sdl3
# NRK <nrk@disroot.org> (2025-03-17)
# media-libs/libyuv is not keyworded
media-libs/libavif libyuv

View File

@ -149,7 +149,7 @@ TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
# Aaron W. Swenson <titanofold@gentoo.org> (2017-07-09)
# Default target(s) for postgres{,-multi}.eclass
POSTGRES_TARGETS="postgres16"
POSTGRES_TARGETS="postgres17"
# Michael Orlitzky <mjo@gentoo.org> (2017-11-17)
#

View File

@ -35,8 +35,8 @@ llvm-runtimes/libcxxabi clang
# echo "dev-lang/rust:${slot} llvm_slot_${_RUST_LLVM_MAP[${slot}]}"
# echo "dev-lang/rust-bin:${slot} llvm_slot_${_RUST_LLVM_MAP[${slot}]}"
# done
dev-lang/rust:1.86.0 llvm_slot_19
dev-lang/rust-bin:1.86.0 llvm_slot_19
dev-lang/rust:1.86 llvm_slot_19
dev-lang/rust-bin:1.86 llvm_slot_19
dev-lang/rust:1.85.1 llvm_slot_19
dev-lang/rust-bin:1.85.1 llvm_slot_19
dev-lang/rust:1.85.0 llvm_slot_19

View File

@ -66,6 +66,7 @@ kde-apps/eventviews
kde-apps/calendarsupport
kde-apps/calendarjanitor
net-im/telegram-desktop
dev-util/nsight-compute
# matoro <matoro_gentoo@matoro.tk> (2023-11-16)
# Test failures on BE (#700902)

View File

@ -442,6 +442,9 @@ net-misc/netkit-rsh
dev-libs/cudnn
dev-libs/cudnn-frontend
dev-python/pycuda
dev-util/nsight-compute
dev-util/nsight-graphics
dev-util/nsight-systems
dev-util/nvidia-cuda-toolkit
dev-libs/optix
media-libs/nvidia-vaapi-driver

View File

@ -345,7 +345,9 @@ gnome-extra/gnome-browser-connector
gnome-extra/gnome-tweaks
gnome-extra/sushi
>=media-gfx/libimagequant-4
media-gfx/gimp
>=media-libs/libopenraw-0.3.2
media-plugins/gimp-lqr
media-video/rav1e
net-analyzer/wtfis
net-dns/pdns-recursor

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2025-04-03)
# Needs Rustified librsvg.
gimp
# matoro <matoro_gentoo@matoro.tk> (2024-07-27)
# media-video/rav1e requires Rust.
rav1e

View File

@ -33,10 +33,140 @@
#--- END OF EXAMPLES ---
# Sam James <sam@gentoo.org> (2025-04-05)
# New abseil/protobuf breaks too much:
# * net-libs/grpc (bug #953141)
# * media-libs/opencv (bug #953138)
# * dev-libs/protobuf (bug #953140)
=dev-cpp/abseil-cpp-20250127.0*
=dev-cpp/abseil-cpp-20240722.1*
=dev-cpp/abseil-cpp-20240116.3*
=dev-cpp/abseil-cpp-20230802.3*
=dev-libs/protobuf-30*
=dev-ruby/google-protobuf-4.30*
=dev-java/protobuf-java-4.30*
=dev-python/protobuf-6.30*
# Arthur Zamarin <arthurzam@gentoo.org> (2025-04-04)
# Temporary mask until handled the usage of shorter SLOT.
# Bugs #953127, #953103.
dev-lang/rust:1.86
dev-lang/rust-bin:1.86
# Matt Turner <mattst88@gentoo.org> (2025-04-04)
# Package is dead (last release in 1999).
# Not relevant today: purpose is to not overload a very slow system with
# multiple X11 clients starting at the same time. SRC_URI is long dead.
# Removal on 2025-05-04. Bug #953120.
x11-misc/xtoolwait
# Matt Turner <mattst88@gentoo.org> (2025-04-04)
# Package is dead and has a pile of patches to make it compile.
# SRC_URI is long gone. Many alternative image viewers.
# Removal on 2025-05-04. Bug #953119.
media-gfx/xloadimage
# Andreas Sturmlechner <asturm@gentoo.org> (2025-04-02)
# Depends on Qt5WebEngine, and upstream seem to be having a hard time
# porting to Qt6 with an unknown ETA likely well beyond the time we want
# to keep dev-qt/qtwebengine:5 in ::gentoo.
# Removal on 2025-04-30. Bug #926666
media-video/jellyfin-media-player
# Andreas Sturmlechner <asturm@gentoo.org> (2025-04-02)
# No release since 2021, no commit in 3 years, depends on Qt5WebEngine.
# Use app-text/uchmviewer instead. Removal on 2025-04-30. Bug #823008
app-text/kchmviewer
# Ionen Wolkens <ionen@gentoo.org> (2025-04-02)
# Masked for testing the new .0 version and leave time for packages
# to catch up on support if needed. May or may keep masked until 6.9.1
# depending on issues. If wanted, feel free to add `dev-qt/*:6/6.9.0`
# to package.unmask and report issues.
=dev-python/pyside-6.9.0*
=dev-qt/qt-docs-6.9.0*
=dev-qt/qt3d-6.9.0*
=dev-qt/qt5compat-6.9.0*
=dev-qt/qtbase-6.9.0*
=dev-qt/qtcharts-6.9.0*
=dev-qt/qtconnectivity-6.9.0*
=dev-qt/qtdeclarative-6.9.0*
=dev-qt/qthttpserver-6.9.0*
=dev-qt/qtimageformats-6.9.0*
=dev-qt/qtlanguageserver-6.9.0*
=dev-qt/qtlocation-6.9.0*
=dev-qt/qtmultimedia-6.9.0*
=dev-qt/qtnetworkauth-6.9.0*
=dev-qt/qtpositioning-6.9.0*
=dev-qt/qtquick3d-6.9.0*
=dev-qt/qtquicktimeline-6.9.0*
=dev-qt/qtremoteobjects-6.9.0*
=dev-qt/qtscxml-6.9.0*
=dev-qt/qtsensors-6.9.0*
=dev-qt/qtserialbus-6.9.0*
=dev-qt/qtserialport-6.9.0*
=dev-qt/qtshadertools-6.9.0*
=dev-qt/qtspeech-6.9.0*
=dev-qt/qtsvg-6.9.0*
=dev-qt/qttools-6.9.0*
=dev-qt/qttranslations-6.9.0*
=dev-qt/qtvirtualkeyboard-6.9.0*
=dev-qt/qtwayland-6.9.0*
=dev-qt/qtwebchannel-6.9.0*
=dev-qt/qtwebengine-6.9.0*
=dev-qt/qtwebsockets-6.9.0*
=dev-qt/qtwebview-6.9.0*
# Matt Turner <mattst88@gentoo.org> (2025-04-01)
# Very dead. Last release in 2007. Many open bugs (#712894, #882169, #894620,
# #907400, #920478, #932284, #943891).
# Removal on 2025-05-01. Bug #949960.
x11-terms/aterm
# Andreas Sturmlechner <asturm@gentoo.org> (2025-04-02)
# Package destabilisation mask: Depends on Qt5WebEngine with no Qt6-based
# release in sight. Snapshot is from a Qt6 work branch, so nowhere near
# stabilisation material. Bug #926676
~sci-geosciences/qmapshack-1.17.1
# Andreas Sturmlechner <asturm@gentoo.org> (2025-04-01)
# Package destabilisation mask: No KF6-based- or ffmpeg-7 compatible
# release in sight, needs xcb platform workaround, providing a snapshot
# is the best we can do.
~media-video/subtitlecomposer-0.8.1
# Andreas Sturmlechner <asturm@gentoo.org> (2025-04-01)
# Package destabilisation mask: No KF6-based release in sight, runtime-
# defunct in Wayland sessions, providing a snapshot is the best we can do.
~kde-misc/rsibreak-0.12.15
# Norbert Norbiros <norbiros@protonmail.com> (2025-04-01)
# Screen v5.0.0 has a lot of regressions
# https://lists.gnu.org/archive/html/screen-devel/2024-10/msg00007.html
# Unmask it after it is properly tested & fixed
=app-misc/screen-5*
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2025-03-31)
# Depends on broken dev-java/rxtx, bugs #761103, #867409, #874444, #898170
# #927898.
# Depends on dev-java/jgoodies-{common,looks} which are no longer available
# "at no charge". https://www.jgoodies.com/downloads/libraries/#post-63
# Removal on 2025-04-30.
sci-geosciences/bt747
dev-java/rxtx
dev-java/swingx
dev-java/swingx-beaninfo
dev-java/swingx-ws
dev-java/jchart2d
dev-java/jcalendar
dev-java/jgoodies-looks
dev-java/jgoodies-common
# Andreas Sturmlechner <asturm@gentoo.org> (2025-03-30)
# Depends on dev-python/python-poppler-qt5, stuck on py3.12, painful to
# package. Use media-gfx/inkscape or app-text/pdfarranger alternatively.
# Removal on 2025-04-29. Bugs #947726, #952250
# Depends on dev-python/python-poppler-qt5, stuck on py3.12, new 0.7.0
# release available w/ PyQt6 support would require packaging new pymupdf
# dependency (bug #949686). Use media-gfx/inkscape or app-text/pdfarranger
# alternatively. Removal on 2025-04-29. Bugs #947726, #952250
app-text/krop
# Conrad Kostecki <conikost@gentoo.org> (2025-03-28)
@ -57,6 +187,8 @@ net-im/yowsup
=app-emulation/virtualbox-7.1.6a
=app-emulation/virtualbox-extpack-oracle-7.1.6
=app-emulation/virtualbox-additions-7.1.6
=app-emulation/virtualbox-modules-7.1.6
=app-emulation/virtualbox-guest-additions-7.1.6-r1
# Andreas Sturmlechner <asturm@gentoo.org> (2025-03-25)
# Package destabilisation mask after prolongued time w/o maintainer.
@ -194,13 +326,6 @@ dev-python/bitvector
sys-cluster/crmsh
sys-cluster/pacemaker
# Michał Górny <mgorny@gentoo.org> (2025-03-17)
# The package has not been touched by the author since it's re-import
# in 2022. It uses legacy distutils-r1 build and still requires Python
# 3.10. It has no reverse dependencies.
# Removal on 2025-04-16. Bug #897196.
sci-chemistry/ParmEd
# Andreas Sturmlechner <asturm@gentoo.org> (2025-03-17)
# Database migration issues on upgrade, bug #951486
~app-office/kmymoney-5.1.92_p20250306
@ -291,12 +416,6 @@ virtual/perl-Time-Piece
# Mask experimental software
=mail-mta/postfix-3.11*
# Michał Górny <mgorny@gentoo.org> (2025-02-24)
# Bad package with frequent release issues. No reverse dependencies
# left. Use dev-python/zstandard instead (admittedly, also far
# from perfect). Removal on 2025-03-26. Bug #950214.
dev-python/zstd
# Sam James <sam@gentoo.org> (2025-02-22)
# (Only) needed for no-yet-released LibreOffice. Mask for now to avoid
# unnecessary conflicts/backtracking for LO users.
@ -311,25 +430,6 @@ dev-python/zstd
dev-python/shiboken6
dev-python/pyside6-tools
# Andreas K. Hüttel <dilfridge@gentoo.org> (2025-02-16)
# Discontinued, please use xournal++ instead.
# Removal on 2025-03-16. Bug 948200.
app-text/xournal
# Ionen Wolkens <ionen@gentoo.org> (2025-02-14)
# No revdeps left, and serves no purpose on its own. Formerly used
# by <=app-emulation/wine-*-7 but <=7.x has been dropped and newer
# versions of it cross-build their own .dll (PE) version of it
# leaving the system's .so (ELF) copy unused.
#
# In other words, *can* use vkd3d with wine without this package.
#
# Not to be confused with app-emulation/vkd3d-proton which builds a
# .dll usable as an alternative to wine's own.
#
# Removal on 2025-03-16.
app-emulation/vkd3d
# Maciej Barć <xgqt@gentoo.org> (2025-02-12)
# Masked for testing. Fails to update from previous version. See bug #949626.
>=x11-themes/fluent-icon-theme-2025.02.10

View File

@ -1,6 +1,15 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Fabian Groffen <grobian@gentoo.org> (2025-04-05)
# Fails to compile, implicit decl _NSGetExecutablePath
=sys-apps/gawk-5.3.2
# Sam James <sam@gentoo.org> (2025-04-01)
# Fails to build w/ `error: implicit declaration of function 'clock_nanosleep'`
# See bug #951918.
=sys-libs/gdbm-1.25
# Benda Xu <heroxbd@gentoo.org> (2023-08-20)
# Does not play well with linkers under macOS.
# Undefined symbols for architecture x86_64:
@ -17,11 +26,6 @@ dev-libs/libbsd
# embrace guile-3. (bug #825334)
media-sound/lilypond
# Fabian Groffen <grobian@gentoo.org> (2023-06-24)
# Fails to link due to missing libintl, already fixed upstream:
# https://git.savannah.gnu.org/cgit/tar.git/commit/?id=8632df398b2f548465ebe68b8f494c0d6f8d913d
=app-arch/tar-1.35
# Benda Xu <heroxbd@gentoo.org> (2023-07-09)
# Requires Glibc <sys/xattr.h> to work properly.
# For example, 'lgetxattr' is not available on macOS or gnulib.

View File

@ -1,11 +1,6 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Fabian Groffen <grobian@gentoo.org> (2023-06-23)
# Fails to link due to missing libintl, already fixed upstream:
# https://git.savannah.gnu.org/cgit/tar.git/commit/?id=8632df398b2f548465ebe68b8f494c0d6f8d913d
=app-arch/tar-1.35
# Benda Xu <heroxbd@gentoo.org> (2023-07-09)
# Requires Glibc <sys/xattr.h> to work properly.
# For example, 'lgetxattr' is not available on Solaris or gnulib.

View File

@ -0,0 +1 @@
move kde-apps/spectacle kde-plasma/spectacle

View File

@ -163,7 +163,7 @@ kde - Add support for software made by KDE, a free software community
kerberos - Add kerberos support
keyring - Enable support for freedesktop.org Secret Service API password store
ladspa - Enable the ability to support ladspa plugins
lame - Prefer using LAME libraries for MP3 encoding support
lame - Add support for MP3 encoding using LAME
lapack - Add support for the virtual/lapack numerical library
lash - Add LASH Audio Session Handler support
latex - Add support for LaTeX (typesetting package)