Bruce Dubbs
33dcb57377
Update to libva-2.15.0 (xorg driver).
2022-07-02 16:42:47 -05:00
Bruce Dubbs
877b98907b
Update to mesa-22.1.3.
2022-06-30 16:59:29 -05:00
Xi Ruoyao
8e8dd4fdad
xorg-config: fix a typo
2022-06-23 18:32:19 +08:00
Xi Ruoyao
d6b45f7ae5
change egrep to grep -E
...
egrep is deprecated since 2007, and the next grep release (3.8 or 4.0)
will print a warning if it's used.
Url: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a951562
2022-06-23 18:15:12 +08:00
Pierre Labastie
4287b2576f
Update to mesa-22.1.2
2022-06-18 22:27:45 +02:00
Pierre Labastie
9d4a59ac9a
Update to xcb-proto-1.15.2
...
Also update changelog for postgresql
2022-06-18 22:12:17 +02:00
Douglas R. Reno
bf5ed7c7b1
Package Updates:
...
Update to xcb-proto-1.15.1
Update to NetworkManager-1.38.2
2022-06-17 00:16:11 -05:00
Bruce Dubbs
151b342ad9
Update to libinput-1.21.0 (Xorg driver).
2022-06-13 14:02:48 -05:00
Bruce Dubbs
889c3b8b7a
Add custom build instructions for libX11
2022-06-09 15:18:33 -05:00
Bruce Dubbs
57886172be
Typo
2022-06-09 14:14:54 -05:00
Bruce Dubbs
e97b581b22
Update to libX11-1.8.1 (Xorg library).
2022-06-09 14:06:06 -05:00
Bruce Dubbs
5190c76b1e
Update to mesa-22.1.1.
2022-06-03 12:36:31 -05:00
Douglas R. Reno
87fbbb78b5
Package Updates:
...
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
2022-06-02 12:05:55 -05:00
Bruce Dubbs
9f4aee8c4a
typos
2022-06-01 20:01:16 -05:00
Bruce Dubbs
147b566723
Explain some Xorg.0.log error/warning messages.
...
Added explainations for:
(WW) Open ACPI failed (/var/run/acpid.socket)
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(EE) AIGLX error: dlopen of /opt/xorg/lib/dri/i965_dri.so failed
(EE) AIGLX error: unable to load driver i965
2022-06-01 19:40:58 -05:00
Pierre Labastie
6a8353331b
mesa: Use <option> for optional switches
...
Also change "parameter" to "switch" in the text
2022-06-01 12:59:25 +02:00
Bruce Dubbs
7e40901198
Tweak mesa parameters and contents
2022-05-31 10:31:17 -05:00
Pierre Labastie
713981db6c
Change mesa xdemo url at another place
2022-05-31 10:25:56 +02:00
Pierre Labastie
9dc1c31b81
Update mesa demos url
2022-05-31 10:15:04 +02:00
Bruce Dubbs
bee072a039
Update to mesa-22.1.0.
...
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.
2022-05-31 00:38:37 -05:00
Pierre Labastie
566ab83eb1
Update to xwayland-22.1.2
2022-05-26 20:45:33 +02:00
Pierre Labastie
3241bb9991
Fixes for gcc-12
...
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.
2022-05-15 08:15:38 +02:00
Pierre Labastie
27bcf0163c
Fix xorg-server for gcc-12
2022-05-13 07:13:58 +02:00
Xi Ruoyao
e26e282dff
libxcvt: add --buildtype=release
2022-05-08 18:32:05 +08:00
Xi Ruoyao
a8ab4fa772
libxcb: remove unneeded CFLAGS override
...
The issue seems fixed in libxcb-1.15.
2022-05-07 20:51:20 +08:00
Ken Moffat
83cc2cc372
Add 'Firmware for AMD/ATI amdgpu video chips'
...
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.
2022-05-07 08:33:11 +01:00
Douglas R. Reno
a1bdb65261
libvdpau-va-gl: Drop unneeded ffmpeg dependency.
2022-05-06 12:38:50 -05:00
Bruce Dubbs
c59adc0e36
Update to xcb packages
...
Update to libxcb-1.15.
Update to xcb-proto-1.15.
2022-05-04 21:45:53 -05:00
Bruce Dubbs
19961d11f4
Typo
2022-04-30 21:08:28 -05:00
Bruce Dubbs
cc6f95e438
Update to libX11-1.8.
2022-04-30 19:32:23 -05:00
Xi Ruoyao
ebb31dbfca
x7lib: remove unneeded case for libICE
...
Now libpthread.a is a dummy lib, so -lpthread is definitely unneeded.
2022-04-30 17:17:39 +08:00
Xi Ruoyao
e1130dfb67
xwayland: remove -Dxvfb=false, and optionally install Xvfb
...
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.
2022-04-28 17:24:26 +08:00
Xi Ruoyao
b36e20dd6a
libinput: fix udev rules and helpers installation
...
Reported-by: Rainer Fiebig <jrf@mailbox.org>
2022-04-22 18:32:32 +08:00
Bruce Dubbs
0f96903689
Update to xorgproto-2022.1.
2022-04-21 11:11:17 -05:00
Bruce Dubbs
71fb66c1c7
Update to libinput-1.20.1 (Xorg driver).
2022-04-21 10:56:31 -05:00
Bruce Dubbs
5b8fa178f6
Update to xauth-1.1.2.
2022-04-21 10:25:48 -05:00
Xi Ruoyao
4d95033c18
xorgproto: remove outdated command explanation
2022-04-21 14:00:52 +08:00
Pierre Labastie
7a9a7b2665
Remove spaces at the end of lines
2022-04-20 15:36:11 +02:00
Douglas R. Reno
d2ec0e0161
Tidy up references to libunwind now that it's in BLFS.
2022-04-12 17:33:56 -05:00
Bruce Dubbs
c11e38d10d
Update to xclock-1.1.1.
2022-04-12 15:54:54 -05:00
Bruce Dubbs
9b073c9838
Update to xdpyinfo-1.3.3 (Xorg App).
2022-04-12 15:15:02 -05:00
Bruce Dubbs
3470d743f2
Speling
2022-04-11 20:26:55 -05:00
Bruce Dubbs
25ae8b8123
Typos
2022-04-06 10:19:42 -05:00
Bruce Dubbs
a0e87fbf05
PAckage updates.
...
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.
2022-04-04 13:34:43 -05:00
Bruce Dubbs
8852b072c0
Update to iceauth-1.0.9 (Xorg App).
2022-04-03 19:14:13 -05:00
Bruce Dubbs
90eabe3645
Xorg library updates,
...
Update to libXcursor-1.2.1 (Xorg Library).
Update to libX11-1.7.5 (Xorg Library).
2022-04-03 18:59:09 -05:00
Bruce Dubbs
553e615860
Fix the man_db.conf when installing Xorg into /opt
...
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
2022-04-03 18:20:16 -05:00
Bruce Dubbs
f3b995a21d
Put xorg-server log into the correct place.
2022-04-03 16:39:22 -05:00
Bruce Dubbs
f6de52b3a6
Package updates.
...
Update to poppler-22.04.0.
Update to mousepad-9.5.9.
Update to twm-1.0.12.
2022-04-03 11:48:10 -05:00
Bruce Dubbs
79a1e37eeb
Package updates.
...
Update to freetype-2.12.0.
Update to fontconfig-2.14.0.
Update to xwayland-22.1.1.
2022-04-01 18:00:46 -05:00
Bruce Dubbs
4505673fff
Update to libX11-1.7.4 (Xorg library).
2022-03-31 13:37:29 -05:00
Pierre Labastie
51d13f742f
Fix libXvMC tarball name
2022-03-28 15:01:37 +02:00
Bruce Dubbs
1e3661d093
Update to libXvMC-1.0.13 (Xorg library).
2022-03-27 11:27:10 -05:00
Bruce Dubbs
ad33af621a
Update to libevdev-1.12.1 (Xorg driver).
2022-03-26 18:50:48 -05:00
Ken Moffat
b9c353b87a
Typo fixes from rhubarbpieguy.
2022-03-25 03:29:22 +00:00
Bruce Dubbs
751dd1ebc0
Update to sysprof-3.44.0 and change some references.
...
Change <ulink> references to libunwind to internal <linkend> references.
2022-03-24 18:22:59 -05:00
Pierre Labastie
90be06a650
Our instructions for xcb-proto depend on Xorg environment
...
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.
2022-03-23 18:48:08 +01:00
Bruce Dubbs
7495c403ea
Package updates.
...
Update to xine-lib-1.2.12.
Update to xterm-372.
Update to upower-v0.99.17.
Update to vlc-3.0.17.
2022-03-10 13:29:38 -06:00
Bruce Dubbs
384f06bfd6
Package updates.
...
Archive libuninameslist.
Update to fontforge-20220308.
Update to libvdpau-1.5 (Xorg driver).
Update to libuv-v1.44.0.
2022-03-10 12:07:35 -06:00
Pierre Labastie
28d6ae07f9
Update to mesa-21.3.7
2022-03-06 10:50:13 +01:00
Bruce Dubbs
dc30794602
Package updates.
...
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).
2022-03-03 10:47:05 -06:00
Xi Ruoyao
d8887a33fe
xorg intel driver: minor reword for KMS driver description
2022-02-28 00:04:30 +08:00
Pierre Labastie
51a2a54dd9
Tag xorg-intel-driver, and add a note telling about KMS
2022-02-27 13:45:25 +01:00
Douglas R. Reno
c7398c044e
Tag the vmware driver
2022-02-26 23:20:48 -06:00
Douglas R. Reno
38765029a8
Tag the ATI driver
...
Thought I did this yesterday...
2022-02-26 23:07:37 -06:00
Bruce Dubbs
f91eb040f1
Sync libxml2py2 and libxml2 download locations
2022-02-25 01:56:11 -06:00
Bruce Dubbs
73b4a906c0
Clarify libvdpau documentation location
2022-02-24 19:37:56 -06:00
Bruce Dubbs
38f90cfcd1
Ensure some documentation is put into versioned directories.
...
Rename libvdpau documentation as a versioned directory.
Rename libnotify documentation as a versioned directory.
Rename xorgproto documentation as a versioned directory.
2022-02-22 19:54:52 -06:00
Pierre Labastie
a4020bd86a
Git is an optional dependency for tests in xwayland
2022-02-22 11:20:56 +01:00
Pierre Labastie
cf60b15252
English improvements: thanks Ken
2022-02-20 09:22:49 +01:00
Pierre Labastie
e97bb1397c
Merge branch 'trunk' into plabs/graphenv
2022-02-20 09:21:19 +01:00
Bruce Dubbs
ef8290b1d0
Tags - mostly multimedia
2022-02-19 16:48:51 -06:00
Bruce Dubbs
de22bfa148
Tags
2022-02-18 21:48:44 -06:00
Douglas R. Reno
f1a479c7e7
Package Updates and Tags
...
Update to xf86-input-wacom-1.0.0
Update to libdrm-2.4.110
Update to XWayland-22.1.0
2022-02-18 13:06:30 -06:00
Bruce Dubbs
2c871871fb
Spelling fixes
2022-02-16 15:04:13 -06:00
Douglas R. Reno
43149b817d
Update to Mesa-21.3.6, and fix several multi-threading issues in the
...
Nouveau driver in Mesa.
2022-02-11 23:20:41 -06:00
Bruce Dubbs
0e0cb84bb6
Update to xkeyboard-config-2.35.1
2022-02-08 21:49:56 -06:00
Bruce Dubbs
0a18d81c5d
Package updates.
...
Update to LVM2.2.03.15.
Update to gpgme-1.17.0.
Update to imlib2-1.8.0.
Update to xkeyboard-config-2.35.
2022-02-08 18:47:33 -06:00
Pierre Labastie
46fb0f972d
Changes so that X does not appear as the only graphic system
2022-02-03 22:19:22 +01:00
Pierre Labastie
988edafd38
Update to mesa-21.3.5
2022-01-27 10:43:43 +01:00
Bruce Dubbs
feb043a362
Package updates.
...
Update to git-2.35.0.
Update to xf86-input-libinput-1.2.1.
Update to unrar-6.1.4.
2022-01-25 13:47:27 -06:00
Bruce Dubbs
62cb663564
Package updates.
2022-01-13 17:20:43 -06:00
Bruce Dubbs
4e08bcca71
Package updates.
...
Update to xorg-server-21.1.3.
Update to Pygments-2.11.1 (Python module).
Update to doxygen-1.9.3.
Update to wireshark-3.6.1.
2022-01-03 12:04:58 -06:00
Douglas R. Reno
7cc0c9d26c
Package updates:
...
Update to Mesa-21.3.3
Update to systemd-250
2021-12-30 19:06:39 -06:00
Bruce Dubbs
ad20138a15
Package updates.
...
Update to mesa-21.3.2.
Update to php-8.1.1.
Update to gegl-0.4.34.
Update to librsvg-2.52.5.
2021-12-19 12:31:32 -06:00
Bruce Dubbs
e9641507e7
Package updates.
...
Update to XWayland-21.1.4.
Update to xorg-server-21.1.2.
Update to harfbuzz-3.2.0.
Update to libinput-1.19.3 (Xorg driver).
2021-12-16 15:09:17 -06:00
Pierre Labastie
623b3bcfb4
Add missing dependency libtirpc of xorg-server
2021-12-14 18:17:12 +01:00
Douglas R. Reno
a447dfc271
Fix building xf86-video-nouveau with the latest X server
2021-12-14 10:59:51 -06:00
Bruce Dubbs
751ceda5b0
Package Updates.
...
Update to kf5-5.89. Includes
extra-cmake-modules
breeze-icons
oxygen-icons5
Update to plasma-wayland-protocols-1.5.0.
Make text clarification for amdgpu xorg driver.
2021-12-12 15:39:19 -06:00
Bruce Dubbs
e91c678507
Package updates.
...
Update to xfsprogs-5.14.2.
Update to libX11-1.7.3.1 (Xorg Library).
Update to imlib2-1.7.5.
Update to glib-networking-2.70.1.
2021-12-10 13:30:11 -06:00
Pierre Labastie
f9a46717f3
Fix a couple of typos:
...
vlc.xml: Remove a spurious comma
Missing full stop in libvdpau.xml
2021-12-05 21:43:15 +01:00
Bruce Dubbs
d628802ad0
Package updates.
...
Update to freetype-2.11.1.
Update to xfsprogs-5.14.1.
Update to poppler-21.12.0.
Update to gsl-2.7.1.
Update to SDL2-2.0.18.
Update to mesa-21.3.1.
2021-12-03 12:42:48 -06:00
Bruce Dubbs
2c059f1a00
Update to xauth-1.1.1 (Xorg App)
2021-11-29 11:07:22 -06:00
Pierre Labastie
6c6b4190dc
Fix xwayland and gdm for non xorg GNOME on sysv
...
- create the /tmp/.X11-unix directory with permission 1777 using
/etc/sysconfig/createfiles
- add pam_loginuid.so as required in /etc/pam.d/gdm-launch-environment
- ensure /etc/X11/xorg.conf.d exists after installing xwayland (both
sysv and systemd)
2021-11-27 20:05:47 +01:00
Douglas R. Reno
fe8c1a6dd2
Package updates:
...
Update to icewm-2.8.0
Update to xkeyboard-config-2.34
Update to libva-2.13.0
2021-11-23 13:14:25 -06:00
Douglas R. Reno
c53fe5a77b
Package updates and some tweaks
...
Update to vala-0.54.3
Update to librsvg-2.52.4
Update to libgusb-0.3.8
libxvct: minor spacing tweaks
xorg-server: minor formatting/spacing tweaks
2021-11-23 00:54:11 -06:00
Bruce Dubbs
04af9db718
minor spacing issues
2021-11-22 10:37:43 -06:00
Bruce Dubbs
a43536ceac
Typo
2021-11-22 10:28:35 -06:00
Pierre Labastie
ab5ea1f1c2
Update xorg-server and add xwayland
...
xorg-server-21.1.1
xwayland-21.1.3
2021-11-21 11:42:53 +01:00
Bruce Dubbs
6d8b33027b
Package updates.
...
Update to iw-5.16.
Update to xterm-370.
Update to tcsh-6.23.00.
2021-11-15 15:17:10 -06:00
Pierre Labastie
f72bfbe11e
Updates
...
glib-2.70.1
cmake-3.21.4
libevdev-1.12.0
mesa-21.2.5
libdrm-2.4.108
2021-11-14 10:50:16 +01:00
Pierre Labastie
6b4bc1711d
Add libxcvt-0.1.1
...
It is needed by xorg-server-21.1.1
2021-11-11 23:34:36 +01:00
Pierre Labastie
f713df36a2
Updates
...
nghttp2-1.46.0
libinput-1.19.2
dhcpcd-9.4.1
libsoup-2.74.1
2021-11-09 07:40:49 +01:00
Pierre Labastie
3713bc71c8
Updates and a fix:
...
udisks2-2.9.4
upower: change download location
exim-4.95
mesa-21.2.4
libvpx-1.11.0
2021-10-22 14:31:54 +02:00
Douglas R. Reno
9556a942e5
Package updates:
...
Update to libinput-1.19.1
Update to openssh-8.8p1 (alongside ssh-askpass-8.8p1)
Update to cifs-utils-6.14
Update to NetworkManager-1.32.12
2021-10-20 16:47:06 -05:00
Xi Ruoyao
2d3195c305
xcb-proto: don't mention Python 2 anymore
...
We are already forcing PYTHON=python3.
2021-10-08 22:34:48 +08:00
Bruce Dubbs
6819668d58
Add a header for a warning...
...
Some users do not read (or pay attention to) the WARNING in the
Introduction to Xorg-7 page. Make it even more obvious.
2021-10-07 13:43:11 -05:00
Ken Moffat
9f777e1ebe
mesa - do not recommend virgl for qemu -
...
It needs virgl-renderer, and although qemu linked to that works
fine in certain places, such as reducing the cpu overhead from
large-window glxgears when running in a BLFS-style qemu build,
offloading the guest's rendering to the host GPU appears to
need libvirt and a much fuller qemu build. It seems to be mainly
for gamers.
For information, link to virglrenderer - I was not logged in to
freedesktop when I tried that today, so note the need for an
account there but also link to the current rlease for those who
do not have an account.
In passing, note that both Fedora and AUR appear to be using later
git commits than the 0.9.1 release.
2021-09-26 13:28:18 +01:00
Bruce Dubbs
3619a7bbb1
Package updates.
...
Update to sudo-1.9.8p2.
Update to xterm-369.
Update to mesa-21.2.2.
Update to nghttp2-1.45.1.
Update to neon-0.32.1.
Update to btrfs-progs-v5.14.1.
2021-09-23 14:04:31 -05:00
Bruce Dubbs
eebcdb5738
Package updates.
...
Update to xf86-input-libinput-1.2.0.
Update to asciidoc-9.1.1.
Update to thunar-4.16.10.
Update to vala-0.54.1.
Update to harfbuzz-3.0.0.
Update to libuninameslist-20210917.
Update to gobject-introspection-1.70.0.
2021-09-21 11:26:28 -05:00
Bruce Dubbs
76786133a5
Xorg package updates.
...
Update to libinput-1.19.0 (Xorg driver).
Update to libXi-1.8 (Xorg Library).
Update to xorgproto-2021.5.
2021-09-16 15:45:52 -05:00
Ken Moffat
6ff79cf500
Mesa - add comment for editors, fix wiki link.
...
The crocus driver will be automatically selected at some point,
the fix for that is already in master.
I needed to add a comment to the wiki for using crocus, which is
not yet the default - the link was broken, he old MesaLib page
is the right place, but last updated 15 years ago and the existing
details seem anachronistic.
2021-09-07 19:59:13 +01:00
Pierre Labastie
85580446b2
Remove spaces at the end of lines
...
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Thomas Trepl (Moody)
3fb4e870ff
Tags
2021-08-31 09:01:37 +02:00
Douglas R. Reno
3b6490641b
Some tags
2021-08-29 19:29:45 -05:00
Bruce Dubbs
7b2fed0fae
Tags
2021-08-29 15:39:21 -05:00
Bruce Dubbs
c93c620cae
Tags
2021-08-29 10:32:39 -05:00
Pierre Labastie
da54a62385
Tags for kde and some deps
2021-08-28 22:59:53 +02:00
Pierre Labastie
34a6571e05
Tags
2021-08-28 15:44:55 +02:00
Xi Ruoyao
d06644bc89
mesa: minor text change
2021-08-27 16:11:08 +08:00
Ken Moffat
ef936e4d0b
Update to meson-21.2.1.
2021-08-27 01:39:16 +01:00
Thomas Trepl (Moody)
b33ecad89e
Tag ATI video driver
2021-08-24 16:51:42 +02:00
Bruce Dubbs
99e72b11f9
Tags, mostly multimedia libraries.
2021-08-20 20:51:36 -05:00
Douglas R. Reno
c8c8fda12d
A handful of tags
2021-08-19 23:10:34 -05:00
Bruce Dubbs
7ae59abc8d
Tags
...
Tag most of X libraries and the rest of th ePython modules.
2021-08-19 15:56:06 -05:00
Thomas Trepl (Moody)
a70b1d1311
Tags
2021-08-17 23:38:51 +02:00
Douglas R. Reno
bb78d32d5d
Add the xf86-video-ati patch, fixing performance regressions that
...
prevent KDE Plasma/GNOME from starting on SysV, but also guarding
against changes in upcoming xorg-server releases and fixing the build
issue with GCC-10.
2021-08-11 09:37:44 -05:00
Bruce Dubbs
baeafab3f0
Package updates:
...
Update to ModemManager-1.16.10.
Update to xrdb-1.2.1 (Xorg application).
2021-08-10 17:45:07 -05:00
Bruce Dubbs
44d67a6f15
Package updates.
...
Update to NetworkManager-1.32.6.
Update to krb5-1.19.2.
Update to libinput-1.18.1 (Xorg driver).
Update to xwd-1.0.8 (Xorg Application).
Update to libXft-2.3.4 (Xorg Library).
Update to libXfont2-2.0.5 (Xorg Library).
2021-08-04 19:43:38 -05:00
Thomas Trepl (Moody)
9d3f4e1b89
Fix a typo in xinit
2021-08-04 21:35:32 +02:00
Bruce Dubbs
0d19107334
Package updates.
...
Update to btrfs-progs-v5.13.1.
Update to xf86-video-amdgpu-21.0.0.
Update to mousepad-0.5.6.
2021-08-01 13:30:54 -05:00
Bruce Dubbs
ca31bd3888
Package updates.
...
Update to xorg-server-1.20.13.
Update to mesa-21.1.6.
Update to libstatgrab-0.92.1.
Update to libblockdev-2.26.
2021-07-31 18:48:11 -05:00
Bruce Dubbs
2bbc6b0e7b
Package updates
...
Update to cmake-3.21.0.
Update to btrfs-progs-5.13.
Update to mesa-21.1.5.
2021-07-18 20:20:43 -05:00
Bruce Dubbs
64694886b0
Add --buildtype=release for Cap 24-28
2021-07-16 17:20:58 -05:00
Douglas R. Reno
72f9c9a1bc
Package updates
...
Update to gtk+-3.24.30
Update to gnome-terminal-3.40.3
Update to xorg-server-1.20.12
Update to harfbuzz-2.8.2
2021-07-09 14:49:32 -05:00
Douglas R. Reno
df1672cda2
Package updates
...
Update to php-8.0.8
Update to mesa-21.1.4
Update to babl-0.1.88
Update to nspr-4.32
2021-07-01 17:23:50 -05:00
Douglas R. Reno
34c2969618
Package Updates
...
Update to cmake-3.20.5
Update to libva-2.12.0 (Xorg driver)
Update to mariadb-10.5.11
Update to xf86-input-libinput-1.1.0 (Xorg Driver)
Update to gpgme-1.16.0
Update to glu-9.0.2
2021-06-24 22:30:28 -05:00
Douglas R. Reno
1a2037904a
Add optional dependency on asciidoc to xorg-libraries
2021-06-23 15:29:47 -05:00
Douglas R. Reno
63a0217b19
Package updates!
...
Update to mesa-21.1.3
Update to upower-0.99.12
Update to NetworkManager-1.32.0
Update to Mutter-40.2.1
Update to python-dbusmock-0.23.1
2021-06-18 15:50:11 -05:00
Douglas R. Reno
c4983dbf30
Package updates
...
Update to evince-40.2
Update to gnome-desktop-40.2
Update to xkeyboard-config-2.33
Update to sshfs-3.7.2
2021-06-09 17:43:34 -05:00
Douglas R. Reno
fe0192eff7
Update to xterm-368
2021-06-08 15:11:55 -05:00
Douglas R. Reno
03a0bb20ea
Update to libX11-1.7.2
2021-06-06 16:10:31 -05:00
Xi Ruoyao
adf1715337
more --buildtype=release addition
2021-06-04 20:57:26 +08:00
Xi Ruoyao
3918112abd
add xinclude for --buildtype=release
2021-06-04 19:26:37 +08:00
Bruce Dubbs
3550a2af16
Package updates.
...
Update to mesa-21.1.2.
Update to libinput-1.18.0 (Xorg driver).
Update to libmbim-1.24.8.
Update to poppler-21.06.0.
Update to qca-2.3.3.
Update to gsl-2.7.
2021-06-03 14:55:35 -05:00
Bruce Dubbs
c1b3614f1a
Package updates
...
Update to nspr-4.31.
Update to pcre2-10.37.
Update to libinput-1.17.3 (Xorg driver).
2021-05-27 12:27:32 -05:00
Bruce Dubbs
d3ad4c0f91
Update packages
...
Update to Test-Differences-0.68 (Perl module)
Update to bind9-9.16.16
Update to mesa-21.1.1
Update to pipewire-0.3.28
Update to libsigc++-2.10.7 and libsigc++-3.0.7
Update to glibmm-2.66.1
2021-05-20 13:48:34 -05:00
Douglas R. Reno
6c7a4aa14a
xf86-input-wacom: Stop installing udev rules in /lib/udev/rules.d, and
...
stop installing systemd units in /lib/systemd/system.
2021-05-19 00:57:03 -05:00
Douglas R. Reno
5a86470b8b
libxcb: Force the usage of python3 if python2 is installed, and also add
...
command explanations
2021-05-18 17:50:14 -05:00
Xi Ruoyao
f8cde65e93
libwacom and libinput: remove -Dudev-dir (merged /usr)
2021-05-19 00:50:02 +08:00
Bruce Dubbs
ccf05c3dbf
libX11-1.7.1 (Security Release)
2021-05-18 11:14:04 -05:00
Bruce Dubbs
327a2630f9
Update to sudo-1.9.7 and libXfixes-6.0.0 (Xorg Library)
2021-05-13 13:50:28 -05:00
Xi Ruoyao
fda29e4c9c
remove hardcoded $Date: $
2021-05-10 23:53:59 +08:00
Bruce Dubbs
25cfefb05c
Update to libinput-1.17.2 (xorg driver)
2021-05-08 21:22:13 -05:00
Bruce Dubbs
41ce34b085
Update to mesa-21.1.0.
2021-05-07 13:03:53 -05:00
Bruce Dubbs
ee5db058e5
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2021-05-06 13:45:36 -05:00
Xi Ruoyao
6679bb0e57
bye bye pipermail
2021-05-07 02:26:58 +08:00
Bruce Dubbs
b2889e06ef
Update to xf86-input-libinput-1.0.1 (Xorg Driver)
2021-05-06 13:21:20 -05:00
Thomas Trepl (Moody)
207c58eff2
Upgrade xorgproto-2021.4
2021-05-04 18:43:45 +02:00
Ken Moffat
d6a4d6e216
xorg-server-1.20.11 (security fix)
2021-04-28 21:23:59 +01:00
Xi Ruoyao
c9aa98043d
secure LFS url
2021-04-23 19:00:10 +08:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
...
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Thomas Trepl
851baebaac
Upgrade xf86-input-libinput-1.0.0.tar.bz2
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24451 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-08 09:26:14 +00:00
Thomas Trepl
a5f8d17137
Upgrade libva-2.11.0
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24449 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-08 08:35:58 +00:00
Xi Ruoyao
c6b192c037
secure package download URLs
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24436 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-05 12:36:04 +00:00
Douglas R. Reno
f863a1b094
Update to Net-DNS-1.30 (Perl Module)
...
Update to libXres-1.2.1 (Xorg Library)
Update to ghostscript-9.54.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24426 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-04-02 01:11:55 +00:00
Douglas R. Reno
4f9e6ae5f5
Update to phonon-backend-vlc-0.11.3
...
Update to libXaw-1.0.14 (Xorg Library)
Update to dbus-glib-0.112
Update to fetchmail-6.4.18
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24416 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-30 02:41:38 +00:00
Douglas R. Reno
8404399c10
Update to pango-1.48.4
...
Update to xterm-367
Update to cups-filters-1.28.8
Update to emacs-27.2
Update to python-dbusmock-0.23.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24415 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-30 01:57:21 +00:00
Pierre Labastie
37ede2a3ad
libvpx-1.10.0
...
libassuan-2.5.5
libgpg-error-1.42
cmake-3.20.0
btrfs-progs-5.11.1
libinput-1.17.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24403 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-26 18:25:31 +00:00
Douglas R. Reno
92e3023c10
Update to xkbcomp-1.4.5 (Xorg Application)
...
Update to harfbuzz-2.8.0
Update to nspr-4.30
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24378 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-17 07:04:49 +00:00
Bruce Dubbs
020f57da87
Update libinput version number
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24322 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-02 10:13:08 +00:00
Bruce Dubbs
b62222bb05
Update to xorgproto-2021.3.
...
Update to libinput-1.17.0 (Xorg Driver).
Update to IO-Socket-SSL-2.070 (Perl module).
Update to libqmi-1.28.0.
Update to ibus-1.5.24.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24319 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-01 19:01:14 +00:00
Bruce Dubbs
d7fcae6dbf
Update bookinfo and changelog for 10.1
...
Minor change to mesa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24318 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-01 15:19:56 +00:00
Xi Ruoyao
371dd87e1b
xdriver: amdgpu: fix an enternal reference
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24313 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-28 15:36:42 +00:00
Douglas R. Reno
b3940b1b66
Final tags
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24309 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-27 01:45:15 +00:00
Douglas R. Reno
72d8eb3156
Update to node.js-14.16.0
...
Update to js-78.8.0
Update to nano-4.6
Tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24308 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-26 22:00:35 +00:00
Bruce Dubbs
541ab18c34
Misc tags
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24290 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-24 19:35:31 +00:00
Douglas R. Reno
e096d1de17
Update to xf86-video-intel-20210222
...
Couple tags.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24270 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-23 01:02:40 +00:00
Douglas R. Reno
c6cb93b2fa
Mesa: Update URL for the list of graphics chipsets supported.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24266 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-22 19:14:57 +00:00
Douglas R. Reno
e3dacb9637
xcb-proto: Force the usage of python3, otherwise it will use python2 if installed.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24265 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-22 17:40:13 +00:00
Thomas Trepl
a4ce449634
Some more tags
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24264 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-22 15:54:45 +00:00
Bruce Dubbs
d437f75666
More library tags
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24257 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-21 23:09:04 +00:00
Xi Ruoyao
df5c5e0a6f
xorg testing: add sysrq as a precaution if Xorg hangs
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24254 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-21 15:34:50 +00:00
Bruce Dubbs
6b063cc376
Tag xorg
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24250 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-21 01:41:49 +00:00
Pierre Labastie
4c24eb0a40
Remove period at the end of short descriptions.
...
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-19 15:20:16 +00:00
Douglas R. Reno
0aa72821d1
Update to libqmi-1.26.10
...
Update to cmake-3.19.5
Update to xkeyboard-config-2.32
Update to gnome-desktop-3.38.4
Update to vte-0.62.3
Update to libgcrypt-1.9.2
Update to bind/bind-utils 9.16.12 (Security Update)
Update to Business::ISMN-1.202 (Perl Module)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24232 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-18 06:05:44 +00:00
Douglas R. Reno
f2d585bd39
Update to glib-2.66.7
...
Update to WebKitGTK+-2.30.5
Update to asciidoc-9.1.0
Update to xterm-366 (Security Update)
Fix a crash in bluez when using A2DP-based bluetooth devices
Belatedly mark Jinja2 as a security update
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24213 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-12 17:52:23 +00:00
Douglas R. Reno
e8f2aba0f4
Update to mercurial-5.7
...
Update to nghttp2-1.43.0
Update to xterm-365
Update to p7zip-17.03
Update to network-manager-applet-1.20.0
Update to xf86-input-wacom-0.40.0
Update to pipewire-0.3.21
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24176 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-05 06:41:16 +00:00
Douglas R. Reno
5c4a616f85
Update to JasPer-2.0.24 (Security Update - 25 vulnerabilities fixed)
...
Update to glib-2.66.6 (Critical security update)
Update to audacious (and audacious-plugins) 4.1
Update to libevdev-1.11.0
Update to cbindgen-0.17.0
Update to poppler-21.02.0
Update to krb5-1.19
Update to Jinja2-2.11.3 (Python Module)
Update to mousepad-0.5.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24174 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-05 01:37:44 +00:00
Xi Ruoyao
6fbbe46fa7
libxcb: respect default/custom CFLAGS
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24170 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-04 15:38:12 +00:00
Douglas R. Reno
d9a74518b9
Update to cmake-3.19.4
...
Update to parted-3.4
Update to libwebp-1.2.0
Update to mesa-20.3.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24168 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-03 00:38:11 +00:00
Douglas R. Reno
7aa91c691d
Update to feh-3.6.3
...
Update to autofs-5.1.7
Update to talloc-2.3.2
Update to gparted-1.2.0
Update to xarchiver-0.5.4.17
Update to asciidoc-9.0.5
Update to util-macros-1.19.2
Update to libXt-1.2.1 (Xorg Library)
Update to wireshark-3.4.3 (Security Update)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24158 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-30 21:09:05 +00:00
Douglas R. Reno
26dab634ee
Update to xf86-video-nouveau-1.0.17
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24156 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-30 08:22:08 +00:00
Pierre Labastie
bc38b45975
tk-8.6.11.1
...
mesa-20.3.3
gptfdisk-1.0.6
cmake-3.19.3
Mako-1.1.4 (python module)
elogind-249.6.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24115 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-16 17:55:52 +00:00
Douglas R. Reno
5e99854b32
Update to xfwm4-4.16.1
...
Update to parole-4.16.0
Update to feh-3.6.2
Update to glew-2.2.0
Update to libqmi-1.26.8
Update to libevdev-1.10.1
Replace GTK+2 with GTK+3 in the Short Descriptions of several XFCE pages
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24108 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-12 05:47:28 +00:00
Xi Ruoyao
753677bc25
libxcb: remove a cmd description, pthread-stubs is not mentioned anymore
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24096 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-09 17:11:07 +00:00
Bruce Dubbs
3940f2f88d
Update to mesa-20.3.2.
...
Update to python-dbusmock-0.21.0.
Update to wget-1.21.
Update to vim-8.2.2253.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24057 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-01-02 20:05:58 +00:00
Bruce Dubbs
65906ddaa0
Update to doxygen-1.9.0.
...
Update to xterm-363.
Update to libarchive-3.5.1.
Update to mpg123-1.26.4.
Update to harfbuzz-2.7.3.
Update to dash-0.5.11.3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24027 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-29 18:33:18 +00:00
Douglas R. Reno
17ae4374cc
Update to WebKitGTK+-2.30.4
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24004 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-20 02:32:46 +00:00
Pierre Labastie
42117d4e61
mesa-20.3.1, + small refactoring of Contents section
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24000 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-18 09:30:06 +00:00
Bruce Dubbs
61d3fd6828
Update to fftw-3.3.9.
...
Update to xarchiver-0.5.4.16.
Update to enchant-2.2.14.
Update to imlib2-1.7.1.
Update to libva-2.10.0 (Xorg Driver).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23997 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-17 19:20:53 +00:00
Douglas R. Reno
ae0944a3ca
Update to xorg-server-1.20.10 (Security Update)
...
Update to systemd-247
Update to nano-5.4
Update to libtirpc-1.3.1
Update to GnuTLS-3.7.0
Adapt xf86-input-wacom to udev changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23955 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-05 19:29:55 +00:00
Douglas R. Reno
ee4e4dea8e
Incorporate the rest of rhubarbpieguy's kernel suggestions
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23952 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-04 02:17:16 +00:00
Ken Moffat
f39cf0d0e5
Kernel config changes suggested by rhubarbpieguy
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23948 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-01 22:08:20 +00:00
Bruce Dubbs
3c54f613ed
Update to lxml-4.6.2.
...
Update to libinput-1.16.4.
Update to pipewire-0.3.17.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23940 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-29 02:11:44 +00:00
Bruce Dubbs
39edfbc471
Update to nghttp2-1.42.0.
...
Update to mesa-20.2.3.
Update to gnupg-2.2.25.
Update to libxkbcommon-1.0.3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23930 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-24 20:43:03 +00:00
Bruce Dubbs
3520967a7e
Update to librsvg-2.50.2.
...
Update to libxkbcommon-1.0.2.
Update to libseccomp-2.5.1.
Update to libX11-1.7.0 (Xorg Library).
Update to xprop-1.2.5 (Xorg app).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23924 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-22 18:48:18 +00:00
Bruce Dubbs
885b1a007c
Update to mariadb-10.5.8.
...
Update to xterm-362.
Update to LSB-Tools-0.9.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23894 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-12 21:01:45 +00:00
Douglas R. Reno
6746ab16f5
Update to xfconf-4.14.4
...
Update to pango-1.48.0
Update to fontforge-20201107
Update to seahorse-3.38.0.1
Update to mesa-20.2.2
libspiro: remove extraneous Dependencies section
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23889 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-11 23:21:08 +00:00
Douglas R. Reno
dc55a72529
Update to icewm-1.9.1
...
Update to xkbcomp-1.4.4 (Xorg Application)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23874 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-05 17:15:43 +00:00
Douglas R. Reno
0024c3461a
Update to libdrm-2.4.103
...
Update to libinput-1.16.3
Update to libwacom-1.6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23871 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-05 03:02:59 +00:00
Bruce Dubbs
3b496ffc44
Update to libevdev-1.10.0.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23841 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-26 04:20:43 +00:00
Bruce Dubbs
d825fe2342
Update to git-2.29.0.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23827 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-20 15:45:38 +00:00
Bruce Dubbs
1334c9aa32
Update to xterm-361.
...
Update to LibRaw-0.20.2.
Update to stunnel-5.57.
Update to libpwquality-1.4.4.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23816 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-16 19:08:07 +00:00
Bruce Dubbs
4873baa468
Update to libcap-2.44.
...
Update to Python-3.9.0.
Update to mesa-20.2.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23812 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-15 19:57:15 +00:00
Xi Ruoyao
17facb1de1
remove two Python 2 ref
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23806 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-13 19:55:12 +00:00
Bruce Dubbs
eb1a6c7fe6
Update to freetype-2.10.3.
...
Update to lua-5.4.1.
Update to xcb-proto-1.14.1.
Update to cbindgen-0.15.0.
Update to libqmi-1.26.6.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23800 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-11 20:21:24 +00:00
Bruce Dubbs
b559bf0361
Update to nano-5.3.
...
Update to libinput-1.16.2 (Xorg Driver).
Update to XML-Writer-0.900 (Perl Module).
Update to xkeyboard-config-2.31.
Update to pycairo-1.20.0 (Python module).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23793 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-08 22:06:33 +00:00
Bruce Dubbs
991830885e
Update to ghostscript-9.53.2.
...
Update to libva-2.9.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23764 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-26 16:54:49 +00:00
Bruce Dubbs
399a29a426
Update to xterm-360.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23745 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-21 04:19:32 +00:00
Bruce Dubbs
71d9deddbc
Update to node-12.18.4.
...
Update to icewm-1.8.3.
Update to mesa-20.1.8. Made patch generic/not version dependent.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23724 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-17 20:30:47 +00:00
Bruce Dubbs
e3263440da
Fix sed in xinit note
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23723 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-17 19:03:54 +00:00
Bruce Dubbs
3c545251a9
Update to nasm-2.15.05.
...
Update to cbindgen-0.14.4.
Update to pango-1.46.1.
Update to mesa-20.1.7.
Update to p11-kit-0.23.21.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23674 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-04 20:09:46 +00:00
Bruce Dubbs
579bdb0437
Touch up some external urls
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23673 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-04 16:23:12 +00:00
Douglas R. Reno
ec603a13ab
Update to libX11-1.6.12 (Security Update)
...
Update to xorg-server-1.20.9 (Security Update)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23667 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-03 20:25:03 +00:00
Bruce Dubbs
e1616ac2df
Emphasize xorg config if not using /opt
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23653 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-31 17:05:56 +00:00
Thomas Trepl
305bf87f49
Tag x7driver-vmware
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23633 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-28 06:29:26 +00:00
Bruce Dubbs
91d7e16b8e
Add pavucontrol-4.0.
...
Update to xterm-359.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23630 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-27 15:52:55 +00:00
Bruce Dubbs
4e8fa5131d
Update to icewm-1.8.0.
...
Update to nano-5.2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23620 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-25 17:50:36 +00:00
Bruce Dubbs
717935bbbe
Tag remaining general/prog and x/lib packages.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23608 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-23 20:15:52 +00:00
Douglas R. Reno
5f619840e4
Couple of Xorg driver tags. Will start VMWare system tomorrow.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23602 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-22 19:51:08 +00:00
Ken Moffat
9d7a550a1b
A couple more tags.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23598 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-21 22:12:06 +00:00
Xi Ruoyao
ec0f2a5dfd
various docdir fix
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23578 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-19 18:09:48 +00:00
Douglas R. Reno
29efe05c3a
Update to xf86-video-intel-20200817
...
Misc tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23557 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-18 04:24:30 +00:00
Douglas R. Reno
765916fc8a
Fix the test suite in libxcb, and tag git
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23555 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-18 00:28:02 +00:00
Bruce Dubbs
1f6d0c13e3
Xorg tags and a few others
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23553 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-17 21:48:50 +00:00
Douglas R. Reno
f1ae52ff6a
Update to libinput-1.16.1
...
Update to harfbuzz-2.7.1
Update to postgresql-12.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23519 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-14 05:52:55 +00:00
Douglas R. Reno
db480bef32
Restore the Intel Iris driver to Mesa now that it works with my skylake. Credit goes to Xi for putting the driver in initially.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23493 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-12 01:36:47 +00:00
Douglas R. Reno
b1a4b4a779
Update to libX11-1.6.11
...
Fix CVE-2020-14347 in xorg-server
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23492 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-12 01:25:28 +00:00
Bruce Dubbs
a2d379cb19
Update to mlt-6.22.1.
...
Update to rsync-3.2.3.
Update to font-alias font-misc-ethiopic 1.0.4 (Xorg fonts).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23470 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-07 19:47:26 +00:00
Pierre Labastie
75f42c2acc
libbytesize-2.4
...
mercurial-5.5
mesa-20.1.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23458 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-06 20:47:10 +00:00
Thomas Trepl
1584c8a603
Upgrade libinput-1.16.0
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23457 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-06 17:36:15 +00:00
Bruce Dubbs
ee9fc9269a
Minor wording change
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23442 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-07-31 21:13:43 +00:00
Pierre Labastie
ecac868994
Allow legacy headers in xorgproto
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23441 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-07-31 21:02:59 +00:00
Bruce Dubbs
d34eadb05b
Update to libidn-1.36.
...
Update to mesa-20.1.4.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23412 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-07-23 19:49:34 +00:00
Bruce Dubbs
9c51e5c1b5
Update to nasm-2.15.03.
...
Update to xev-1.2.4 (Xorg Application).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23400 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-07-18 09:26:46 +00:00
Bruce Dubbs
8d97143cee
Update to gpgme-1.14.0.
...
Update to mpg123-1.26.3.
Update to libevdev-1.9.1 (Xorg Driver).
Update to SCons-4.0.1.
Update to LWP-Protocol-https-6.09 (Perl Module).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23395 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-07-17 18:59:25 +00:00
Douglas R. Reno
f91dfa626a
Update to xterm-358
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23388 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-07-13 17:29:54 +00:00
Pierre Labastie
09c72503d8
Mesa-20.1.3
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23377 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-07-09 06:53:49 +00:00
Bruce Dubbs
b2bd660459
Update to mpg123-1.26.2.
...
Update to xterm-357.
Update to libevent-2.1.12.
Update to rsync-3.2.2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23366 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-07-06 18:29:19 +00:00
Douglas R. Reno
8bbcdbbc3a
Update to libva-2.8.0
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23339 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-28 18:10:14 +00:00
Douglas R. Reno
d72b599f16
Update to evince-3.36.6
...
Update to haveged-1.9.12
Update to libmbim-1.24.0
Update to desktop-file-utils-0.26
Update to sqlite-3.32.3
Update to libinput-1.15.6 (and add proper svnprops)
Update to libgweather-3.36.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23300 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-19 17:49:33 +00:00
Douglas R. Reno
1d2a8e9629
Minor reword in xf86-video-ati
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23297 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-19 02:40:56 +00:00
Bruce Dubbs
152d154549
Fix twm URLs
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23284 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-15 12:10:48 +00:00
Douglas R. Reno
36e756bc0a
Update to twm-1.0.11
...
Update to gnome-desktop-3.36.3.1
qt5: Fix a link to a dependency
giflib: Remove an unnecessary comment that was causing an extra (extremely noticable) space in the installation instructions.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23283 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-15 04:55:46 +00:00
Douglas R. Reno
a88d9f3c92
Update to pidgin-2.14.0
...
Update to mesa-20.1.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23275 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-11 01:27:16 +00:00
Douglas R. Reno
3c7d69e656
Update to gimp-2.10.20
...
Update to intel-vaapi-driver-2.4.1
Update to babl-0.1.78
Update to gegl-0.4.24
Remove unnecessary section from iso-codes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23268 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-09 00:33:18 +00:00
Bruce Dubbs
e5a0894786
Update to xkeyboard-config-2.30.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23241 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-03 14:56:57 +00:00
Bruce Dubbs
bf84c27bb4
Update to xf86-input-libinput-0.30.0.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23177 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-19 17:53:21 +00:00
Xi Ruoyao
466a905946
x7lib: fix documentation location
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23164 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-19 03:27:08 +00:00
Pierre Labastie
b5669fce23
Update xorg intel driver 20200518
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23163 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-18 19:36:25 +00:00
Pierre Labastie
05738781f2
Remove the -fcommon hack by applying upstream fix for xorg ati driver
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23159 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-18 12:19:24 +00:00
Xi Ruoyao
8c03e975bd
libxcb: remove a sed unneeded now
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23155 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-17 13:09:42 +00:00
Bruce Dubbs
30593a194b
Update to mesa-20.0.7.
...
Update to sysstat-12.3.3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23148 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-16 02:53:59 +00:00
Douglas R. Reno
d47a31aee6
Adapt xf86-video-amdgpu to changes in gcc-10
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23123 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-13 15:24:33 +00:00
Pierre Labastie
a381524f78
Fix building intel-vaapi-driver with gcc 10
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23108 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-12 08:24:39 +00:00
Ken Moffat
faf2a31edd
TTF and OTF fonts - update a couple of links
...
and mention a problem.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23099 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-11 18:54:09 +00:00
Thomas Trepl
11db979248
Fix for gcc-10
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23094 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-11 02:34:53 +00:00
Thomas Trepl
23b4087658
Upgrade to xterm-356
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23068 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-03 18:10:35 +00:00
Thomas Trepl
8ddf6d5c80
Upgrade to xterm-355
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23065 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-02 11:00:16 +00:00
Douglas R. Reno
c823c07572
Update to libmypaint-1.6.0
...
Update to Mesa-20.0.6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23053 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-30 18:01:16 +00:00
Thomas Trepl
98878ef15e
Update to xterm-354
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23033 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-27 11:55:00 +00:00
Bruce Dubbs
fd5363665a
Revert to correct xf86-video-intel md5sum
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23031 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-26 22:33:29 +00:00
Bruce Dubbs
ac7356b9b6
Fix xf86-video-intel md5sum
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23030 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-26 22:30:28 +00:00
Douglas R. Reno
696735e9fd
Update to icu-67.1
...
Update to Mesa-20.0.5
Update to vala-0.48.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23022 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-25 02:19:34 +00:00
Xi Ruoyao
d979d68787
mesa: build iris gallium driver
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23021 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-24 13:44:59 +00:00
Bruce Dubbs
408de00382
Update to libva-2.7.1.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23020 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-22 18:52:38 +00:00
Bruce Dubbs
3354477fa0
Update to xorgproto-2020.1.
...
Update to doxygen-1.8.18.
Update to Jinja2-2.11.2 (Python Module).
Update to glm-0.9.9.8.
Update to libsass-3.6.3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22996 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-14 18:15:25 +00:00
Bruce Dubbs
4e3bb60f5a
Update to libvdpau-1.4.
...
Update to libinput-1.15.5.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22989 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-11 20:58:46 +00:00
Bruce Dubbs
a5b4ac135b
Update to libva-2.7.0.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22980 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-09 17:45:41 +00:00
Bruce Dubbs
14f199322f
Update to opencv and opencv_contrib 4.3.0.
...
Update to mesa-20.0.4.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22953 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-04 19:39:01 +00:00
Bruce Dubbs
73db5703f3
Update to xorg-server-1.20.8.
...
Update to xfce4-terminal-0.8.9.2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22918 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-30 17:00:36 +00:00
Ken Moffat
3defb8db53
Xorg-7 : remove the instruction to use an xc directory.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22897 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-26 17:03:48 +00:00
Pierre Labastie
97ee53dc35
Finish formatting the x chapter, and small updates
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22872 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-22 08:34:34 +00:00
Bruce Dubbs
6d106671cc
Update to bind9 and bind 9.16.1.
...
Update to php-7.4.4.
Update to PyYAML-5.3.1 (Python Module).
Update to libinput-1.15.4.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22867 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-21 17:35:09 +00:00
Pierre Labastie
71df408555
Format the x/installing chapter
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22865 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-21 11:02:56 +00:00
Bruce Dubbs
e68b5881cc
Update to mesa-20.0.2.
...
Update to Net-DNS-1.23 (Perl Module).
Update to glibmm-2.64.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22860 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-19 20:11:43 +00:00
Bruce Dubbs
99c61a417b
Update to mesa-20.0.1.
...
Update to libinput-1.15.3.
Update to nss-3.51.
Update to libseccomp-2.4.3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22814 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-07 23:55:22 +00:00
Bruce Dubbs
310a001cc9
Correct md5sums for intel driver and cairo tarballs
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22795 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-04 16:15:03 +00:00
Bruce Dubbs
d1afdf59e3
Update to libinput-1.15.2.
...
Update to libevdev-1.9.0.
Update to xkbcomp-1.4.3 (Xorg App).
Update to mesa-20.0.0.
Update to wayland-protocols-1.20.
Update to libxcb-1.14.
Update to xcb-proto-1.14.
Update to Mako-1.1.2 (Python Module).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22785 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-03 01:51:58 +00:00
Douglas R. Reno
88902ba716
Tag ATI and VMWare driver
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22726 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-18 23:45:05 +00:00
Douglas R. Reno
4293369fc0
Update to xf86-video-intel-20200218
...
Tag some Xorg drivers
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22725 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-18 23:07:32 +00:00
Bruce Dubbs
f33b456a9b
Update to postgresql-12.2.
...
Update to LVM2.2.03.08.
Update to mlt-6.20.0.
Update to x264-20200218.
Update to x265-3.3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22724 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-18 22:50:03 +00:00
Douglas R. Reno
2ecacdddfc
Tag systemd
...
mesa: Add libunwind as an optional external dependency.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22721 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-18 19:26:31 +00:00
Ken Moffat
73d98d4933
Tags.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22707 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-16 23:50:16 +00:00
Bruce Dubbs
62a5037e46
Update to xterm-353.
...
Update to mesa-19.3.4.
Update to wayland-1.18.0.
Tag most of xorg (not all drivers) and xorg dependencies.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22699 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-16 04:23:35 +00:00
Ken Moffat
93e8c5b219
Change link for Gelasio font to an English site.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22630 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-06 18:31:46 +00:00
Bruce Dubbs
f977d64275
Update to libinput-1.15.1.
...
Update to mercurial-5.3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22625 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-04 20:36:19 +00:00
Bruce Dubbs
7da5878da5
Minor textual update
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22621 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-01 06:10:49 +00:00
Bruce Dubbs
ea848658ad
Update to xkeyboard-config-2.29.
...
Update to openldap-2.4.49.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22619 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-01-31 17:38:49 +00:00