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
This is not said anywhere (although arguably, anything that
depends on xcb-proto has a dependency tree containing
Xorg environment). Reported by mint_ on #lfs-support.
Update to icewm-2.9.6.
Update to xterm-371.
Update to xf86-video-amdgpu-22.0.0 (Xorg driver).
Update to libva-2.14.0 (Xorg driver).
Update to libinput 1.20.0 (Xorg driver).
Update to MarkupSafe-2.1.0 (Python module).
Rename libvdpau documentation as a versioned directory.
Rename libnotify documentation as a versioned directory.
Rename xorgproto documentation as a versioned directory.