From 44cec61076bf2bbb3cea1fc89943dd6818a5acc5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 6 Jun 2024 00:07:58 +0100 Subject: gentoo auto-resync : 06:06:2024 - 00:07:57 --- profiles/Manifest.gz | Bin 236538 -> 236529 bytes profiles/arch/alpha/package.use.mask | 2 +- profiles/arch/amd64/x32/package.mask | 2 +- profiles/arch/hppa/package.use.mask | 2 +- profiles/arch/ia64/package.use.mask | 2 +- profiles/arch/powerpc/package.use.stable.mask | 2 +- profiles/arch/s390/package.use.mask | 2 +- profiles/arch/sparc/package.use.mask | 2 +- profiles/desc/video_cards.desc | 1 + profiles/features/big-endian/package.mask | 6 ++++++ profiles/features/big-endian/package.use.mask | 7 ++++++- profiles/features/big-endian/use.mask | 7 ++++++- profiles/features/wd40/package.mask | 2 +- profiles/package.mask | 6 ++++++ profiles/updates/2Q-2024 | 1 + profiles/use.local.desc | 12 ++++-------- 16 files changed, 38 insertions(+), 18 deletions(-) (limited to 'profiles') diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index ef8a04132919..fcf5a9b43a8c 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 8789d3aaa07c..0776dff352be 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -250,7 +250,7 @@ mail-filter/pyzor mysql # Matt Turner (2020-08-11) # No drivers on this architecture support Vulkan -media-libs/mesa vulkan vulkan-overlay zink +media-libs/mesa video_cards_zink vulkan vulkan-overlay zink # Sergei Trofimovich (2020-07-18) # net-libs/webkit-gtk has no alpha keywords diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index 368e78393fa7..71b4fd093e41 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -38,7 +38,7 @@ sci-geosciences/viking # Jupyterlab and friends require net-libs/nodejs dev-python/jupyterlab dev-python/jupyterlab-lsp -dev-python/jupyterlab_widgets +dev-python/jupyterlab-widgets dev-python/jupyter-server-proxy sci-misc/jupyterlab-desktop-bin dev-python/plotly diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 1350b08d459d..f48150514c33 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -250,7 +250,7 @@ dev-libs/efl avif lua_single_target_luajit physics # Matt Turner (2020-08-11) # No drivers on this architecture support Vulkan -media-libs/mesa vulkan vulkan-overlay zink +media-libs/mesa video_cards_zink vulkan vulkan-overlay zink # Robin H. Johnson (2020-07-02) # Mask io-uring & zbc pending keywording diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index c51e084cdf1c..931d0d3d8933 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -231,7 +231,7 @@ net-analyzer/wireshark gui ilbc # Matt Turner (2020-08-11) # No drivers on this architecture support Vulkan -media-libs/mesa vulkan vulkan-overlay zink +media-libs/mesa video_cards_zink vulkan vulkan-overlay zink # Michał Górny (2020-06-14) # Requires dev-python/networkx. diff --git a/profiles/arch/powerpc/package.use.stable.mask b/profiles/arch/powerpc/package.use.stable.mask index d534d544a17e..5d6791cd8cd2 100644 --- a/profiles/arch/powerpc/package.use.stable.mask +++ b/profiles/arch/powerpc/package.use.stable.mask @@ -45,7 +45,7 @@ media-sound/jack2 ieee1394 # Sam James (2020-07-30) # vulkan-loader and glslang are not yet stable on ppc -media-libs/mesa vulkan vulkan-overlay zink +media-libs/mesa video_cards_zink vulkan vulkan-overlay zink # Sergei Trofimovich (2019-12-12) # Needs stable net-libs/webkit-gtk, bug #684702 diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 3f1e43fa394d..b0cfa527331f 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -206,7 +206,7 @@ dev-python/diskcache test # Matt Turner (2020-08-11) # No drivers on this architecture support Vulkan -media-libs/mesa vulkan vulkan-overlay zink +media-libs/mesa video_cards_zink vulkan vulkan-overlay zink # Hans de Graaff (2019-04-08) # Obsolete ruby version, no newer versions keyworded or stable. diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index a27c74642a24..4d1773b16ee7 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -307,7 +307,7 @@ media-libs/libsdl2 fcitx4 # Matt Turner (2020-08-11) # No drivers on this architecture support Vulkan -media-libs/mesa vulkan vulkan-overlay zink +media-libs/mesa video_cards_zink vulkan vulkan-overlay zink # Robin H. Johnson (2020-07-02) # Mask io-uring & zbc pending keywording diff --git a/profiles/desc/video_cards.desc b/profiles/desc/video_cards.desc index f03d0d11b5ea..e54f4b53d7bd 100644 --- a/profiles/desc/video_cards.desc +++ b/profiles/desc/video_cards.desc @@ -43,3 +43,4 @@ virgl - VIDEO_CARDS setting to build driver for virgil (virtual 3D GPU) virtualbox - VIDEO_CARDS setting to build driver for virtualbox emulation vivante - VIDEO_CARDS setting to build etnaviv driver for vivante video cards vmware - VIDEO_CARDS setting to build driver for vmware video cards +zink - VIDEO_CARDS setting to build Zink OpenGL-over-Vulkan Gallium driver diff --git a/profiles/features/big-endian/package.mask b/profiles/features/big-endian/package.mask index 407bf030c989..0541513392c4 100644 --- a/profiles/features/big-endian/package.mask +++ b/profiles/features/big-endian/package.mask @@ -1,6 +1,12 @@ # Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2024-06-05) +# media-libs/exempi is seriously broken on big endian platforms. +# https://gitlab.freedesktop.org/libopenraw/exempi/-/merge_requests/8#note_2277243 +dev-python/python-xmp-toolkit +media-libs/exempi + # matoro (2024-01-09) # Test failures on BE (#920353, #902191) net-misc/nextcloud-client diff --git a/profiles/features/big-endian/package.use.mask b/profiles/features/big-endian/package.use.mask index a83df9315ceb..ea31dfe477b7 100644 --- a/profiles/features/big-endian/package.use.mask +++ b/profiles/features/big-endian/package.use.mask @@ -1,6 +1,11 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2024-06-05) +# media-libs/exempi is seriously broken on big endian platforms. +# https://gitlab.freedesktop.org/libopenraw/exempi/-/merge_requests/8#note_2277243 +media-libs/gexiv2 test + # matoro (2023-11-16) # media-libs/libvpx casualties (#700902) media-video/ffmpeg vpx diff --git a/profiles/features/big-endian/use.mask b/profiles/features/big-endian/use.mask index 49de7dd81e15..d27058eb9f0a 100644 --- a/profiles/features/big-endian/use.mask +++ b/profiles/features/big-endian/use.mask @@ -1,6 +1,11 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2024-06-05) +# media-libs/exempi is seriously broken on big endian platforms. +# https://gitlab.freedesktop.org/libopenraw/exempi/-/merge_requests/8#note_2277243 +xmp + # matoro (2023-06-30) # media-libs/libjxl casualties # https://github.com/libjxl/libjxl/issues/2433 diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index db7e4ff91e53..8907507befc2 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -68,7 +68,7 @@ dev-python/jupyter-lsp dev-python/jupyter-server dev-python/jupyter-server-mathjax dev-python/jupyter-server-terminals -dev-python/jupyterlab_widgets +dev-python/jupyterlab-widgets dev-python/jupyterlab-server dev-python/jupyterlab dev-python/keyring diff --git a/profiles/package.mask b/profiles/package.mask index 97a901c3374e..75e5014ef9a6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Maciej Barć (2024-06-05) +# Old and experimental Scheme compiler. +# Bugs: 870472 and 906863 +# Removal on 2024-07-05. +dev-scheme/scheme48 + # Maciej Barć (2024-06-04) # Deprecated git integration backend of "app-emacs/magit". # No longer supported by upstream. Fails to compile (bug 928920). diff --git a/profiles/updates/2Q-2024 b/profiles/updates/2Q-2024 index 3324b67240f7..b0d15b58ce71 100644 --- a/profiles/updates/2Q-2024 +++ b/profiles/updates/2Q-2024 @@ -9,3 +9,4 @@ move dev-perl/Term-Table perl-core/Term-Table move dev-perl/Test2-Suite perl-core/Test2-Suite move dev-python/et_xmlfile dev-python/et-xmlfile move dev-python/qiskit-terra dev-python/qiskit +move dev-python/jupyterlab_widgets dev-python/jupyterlab-widgets diff --git a/profiles/use.local.desc b/profiles/use.local.desc index c2de7d053a58..c8106c5062c4 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -2834,7 +2834,6 @@ dev-tex/abntex:lyx - Install with app-office/lyx layout dev-tex/biblatex:biber - Install the unicode compatible backend processor dev-tex/pythontex:highlighting - Syntax highlighting using dev-python/pygments dev-texlive/texlive-basic:luajittex - Add support for LuaJitTeX: LuaTeX based on LuaJIT which is usually faster. -dev-texlive/texlive-context:luajittex - Add support for LuaJitTeX: LuaTeX based on LuaJIT which is usually faster. dev-util/Tensile:client - Build and install tensile_client executable to run benchmarks and tune GPU GEMM dev-util/babeltrace:elfutils - Build the dev-util/lttng-ust debug information filter component class dev-util/babeltrace:plugins - Build support for Babeltrace 2 Python plugins @@ -3500,10 +3499,7 @@ gui-wm/sway:swaynag - Install 'swaynag': shows a message with buttons gui-wm/sway:tray - Enable support for StatusNotifierItem tray specification gui-wm/sway:wallpapers - Install sway's default wallpaper image gui-wm/wayfire:X - Enable support for X11 applications (XWayland). -gui-wm/wayfire:gles - use libglvnd to do animations more efficiently gui-wm/wayfire:gles3 - Enable OpenGL ES 3.x Features. -gui-wm/wayfire:system-wfconfig - Use the system-wide gui-libs/wf-config instead of building as a submodule. It will block system-wide gui-libs/wf-config from being installed. -gui-wm/wayfire:system-wlroots - Use the system-wide gui-libs/wlroots instead of building as a submodule. It will block system-wide gui-libs/wlroots from being installed. kde-apps/akonadi:designer - Install plugin for dev-qt/designer kde-apps/akonadi:kaccounts - Enable support for system-wide defined KAccounts kde-apps/akonadi:tools - Install tools for developers and testing @@ -4341,7 +4337,8 @@ media-libs/libheif:gdk-pixbuf - Enable x11-libs/gdk-pixbuf plugin media-libs/libheif:go - Enable building dev-lang/go code/examples media-libs/libheif:rav1e - Use media-video/rav1e for AVIF encoding media-libs/libheif:x265 - Use media-libs/x265 for HEIF encoding -media-libs/libjxl:gdk-pixbuf - Build a gdk-pixbuf loader +media-libs/libjxl:gdk-pixbuf - Build a gdk-pixbuf loader. +media-libs/libjxl:jpeg - Enable full support for JPEG images. When disabled, only lossless conversion between JPEG and JPEG-XL is supported. media-libs/liblastfm:fingerprint - Build the lastfm-fingerprint library media-libs/libmp4v2:utils - Install command-line utilities media-libs/libmypaint:gegl - Add support for media-libs/gegl @@ -4467,7 +4464,6 @@ media-libs/openimageio:gui - Build iv (with Qt5) media-libs/openimageio:opencv - Enable OpenCV support via media-libs/opencv media-libs/openimageio:openvdb - Enable OpenVDB support via media-gfx/openvdb media-libs/openimageio:ptex - Enable Ptex texture mapping system file support via media-libs/ptex -media-libs/openimageio:qt5 - Build iv with Qt5 media-libs/openimageio:qt6 - Build iv with Qt6 media-libs/openimageio:tools - Build the command-line tools media-libs/opensubdiv:glew - Enable support for OpenGL Extension Wrangler Library (media-libs/glew) @@ -5681,10 +5677,11 @@ net-dns/nsd:largefile - Enables support for large files net-dns/nsd:libevent - Use libevent or libev, useful when zone count is high net-dns/nsd:memclean - Cleanup memory (at exit) for eg. valgrind, memcheck net-dns/nsd:minimal-responses - If minimal responses are disabled, responses are more likely to get truncated, resulting in TCP fallback +net-dns/nsd:mmap - Use mmap(2) instead of malloc(3); currently experimental net-dns/nsd:munin - Install a plugin for net-analyzer/munin to graph statistical data from nsd net-dns/nsd:nsec3 - Enable NSEC3 support net-dns/nsd:packed - Enable packed structure alignment; uses less memory but has unaligned reads -net-dns/nsd:radix-tree - Use a red-black tree for main lookups; uses less memory at the expense of more CPU +net-dns/nsd:radix-tree - Use a radix tree for main lookups instead of a red-black tree net-dns/nsd:ratelimit - Enables ratelimiting, based on query name, type and source net-dns/nsd:recvmmsg - Enable recvmmsg and sendmmsg compilation, faster but some kernel versions may have implementation problems for IPv6 net-dns/nsd:root-server - Configure NSD as a root server (OBSOLETE: removed in >=4.9.x) @@ -8045,7 +8042,6 @@ sys-auth/seatd:builtin - Enable embedded server in libseat sys-auth/seatd:server - Enable standalone seatd server, replacement to (e)logind sys-auth/ssh-ldap-pubkey:schema - Install a copy of the LPK schema, only needed on LDAP servers. sys-auth/sssd:acl - Build and use the cifsidmap plugin -sys-auth/sssd:keyutils - Controls whether the kernel keyring should be used via sys-apps/keyutils sys-auth/sssd:netlink - Add support for netlink protocol via dev-libs/libnl sys-auth/sssd:nfsv4 - Add support for the nfsv4 idmapd plugin provided by net-fs/nfs-utils sys-auth/sssd:samba - Add Privileged Attribute Certificate Support for Kerberos -- cgit v1.2.3