wxWidgets 3.2 provides a Qt frontend in addition to the GTK3 one, so packages have been renamed from wxgtk- to wxwidgets-.
The GTK2 frontend is no longer provided. If you have wxgtk2 installed, the upgrade will fail with
error: failed to prepare transaction (could not satisfy dependencies)
:: removing wxgtk-common breaks dependency 'wxgtk-common' required by wxgtk2
In such case, uninstall wxgtk2 first and then proceed with the upgrade.
This affects pacman updates from HTTPS mirrors and basically any other SSL request.
Update to the newest p11-kit package (0.24.1-1.0) and excute `update-ca-trust` as root
(if your CA certificate file `/etc/ca-certificates/extracted/tls-ca-bundle.pem` is empty).
Two days ago the wireplumber
package was made to replace pipewire-media-session
as the latter session manager for PipeWire is considered dead upstream and will see no more releases. Unfortunately, this step was premature.
Our pipewire audio packages (pipewire-alsa
, pipewire-jack
and pipewire-pulse
) ship configuration that prompt media-session to activate PipeWire's audio features. When these packages are not installed and the configuration is missing, PipeWire can be used for screen recording without interfering with ALSA or PulseAudio.
WirePlumber disregards this mechanism and always configures PipeWire to grab audio devices, meaning users of PulseAudio or bare ALSA experience broken audio.
The replacement has been reverted while we attempt to look for a better solution switching to WirePlumber. If you are currently not using PipeWire for audio and wireplumber
got installed on your system, please reinstall pipewire-media-session
and reboot to restore audio functionality.
pacman -Syu pipewire-media-session
With the update to qemu 7.0.0 the package has been turned into a more
fine grained split package utilizing meta packages.
- The
qemu
package is now virtually provided by the meta packages
qemu-base
, qemu-desktop
and qemu-full
.
- The functionality of
qemu
prior to 7.0.0 is replaced by
qemu-desktop
- The functionality of
qemu-headless
is replaced by
qemu-base
- The functionality of
qemu-arch-extra
and qemu-headless-arch-extra
is replaced by qemu-emulators-full
- The meta package
qemu-full
provides all QEMU related
packages (excluding qemu-guest-agent
)