Update to libblockdev-2.27
Update to iso-codes-4.10.0
Update to Log-Log4perl-1.55 (Perl Module)
Update to xkeyboard-config-2.36
Update to libadwaita-1.1.2
This version of mesa eliminates drivers for very old graphics cards.
It also uses the crocus driver for some Intel graphics. It
has been tested for nvidia, intel, and amd graphics.
The instructions have been simplified to let the package determine
the appropriate drivers needed for the current system.
for qtwebengine and xf86-video-vmware. For qtwebengine, I am
not sure it is not upstream, but what I have added works:
the problem is with the definition of functions std::begin and
std::end. They are defined in several headers (among which
<vector>), and in a different way in some other headers. Looks
like the former headers were included with gcc-11 and below,
while they are not anymore with gcc-12 (there is no standard
on what is included by what in C++ headers). The problem with
qtwebengine (or rather the third party skia module) is that
they also have towers of headers including each other, so that
it is hard to find where the missing C++ header has been included,
if it has been.
Bruce noticed this was not explicity covered, my skim-reading
had noticed the details for ATI video chips without spotting that
was only for radeon.
In both the amdgpu and radeon xorg drivers, clarify that firmware
might have been provided in a modular build in /lib/firmware.
With the default (-Dxvfb=true), Xvfb is built but not installed. So
leave the default (as Xvfb may be used in test), and add instruction to
install it if the user won't use xorg-server.
Update to xclock-1.1.0.
Update to setxkbmap-1.3.3 (Xorg app).
Update to mkfontscale-1.2.2 (xorg app).
Update to mutt-2.2.2.
Update to fetchmail-6.4.29.
The default X11 statements in /etc/man_db.conf point to
/usr/X11R6/man, but the man pages are installed in
$XORG_PREFIX/share/man. This commit changes X11R6/man
to X11R6/share/man. A second expression changes /usr/X11R6
to $XORG_PREFIX.
For $XORG_PREFIX=/opt/xorg, the original
MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man
MANPATH_MAP /usr/bin/X11 /usr/X11R6/man
...
MANDB_MAP /usr/X11R6/man /var/cache/man/X11R6
to
MANPATH_MAP /opt/xorg/bin /opt/xorg/share/man
MANPATH_MAP /usr/bin/X11 /opt/xorg/share/man
...
MANDB_MAP /opt/xorg/share/man /var/cache/man/X11R6