Xi Ruoyao
b9a6bcc06a
Python 3: sync install command with LFS
2022-06-07 16:48:45 +08:00
Xi Ruoyao
fc7f3a51bb
upower: make dbusmock dependency optional
...
Reported-by: Joe Locash <jlocash@gmail.com>
2022-06-07 16:41:53 +08:00
Xi Ruoyao
7dd1546260
firmware: fix a typo
2022-06-07 16:00:43 +08:00
Ken Moffat
ea7594d4a0
Fix the perl-5.36 biber fix:
...
Missing ';' in the sed, and when the tarball is unpacked
the blib/ directory does not exist.
2022-06-06 18:51:02 +01:00
Bruce Dubbs
f2d867ab2a
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-06-06 11:29:45 -05:00
Bruce Dubbs
384a4b1590
Update to mutt-2.2.6.
2022-06-06 11:29:31 -05:00
Bruce Dubbs
b4667cbbcf
Fix pyxdg url
2022-06-06 11:23:24 -05:00
Bruce Dubbs
5186e9ad35
Update to pyxdg-0.28 (Python module).
2022-06-06 11:19:24 -05:00
Bruce Dubbs
6643f991b6
Add https location to unixODBC
2022-06-06 11:15:21 -05:00
Xi Ruoyao
3b50f0de2b
firmware: stop using late loading
...
The kernel dev describes late loading as "just lottery and broken".
From Linux 5.19 it will produce a warning and taint the kernel. And, we
can simply compare the microcode version number to know if there is an
update so there is no reason to use late loading at all.
Update the example for Intel microcode by the way.
2022-06-06 20:25:00 +08:00
Douglas R. Reno
4956ae3753
Package Updates:
...
Update to ntfs-3g-2022.5.17
Update to libdrm-2.4.111
Update to pidgin-2.14.10
Update to jasper-3.0.4
2022-06-04 16:17:43 -05:00
Bruce Dubbs
74591e7051
Update to xfsprogs-5.18.0.
2022-06-04 16:04:39 -05:00
Bruce Dubbs
56312b36f9
Update to unbound-1.16.0.
2022-06-04 15:57:22 -05:00
Bruce Dubbs
cccb9e3c91
Update to mercurial-6.1.3.
2022-06-04 15:39:35 -05:00
Bruce Dubbs
09b6c356e5
Package updates.
...
Update to node-16.15.1.
Update to poppler-22.06.0.
2022-06-03 13:32:05 -05:00
Bruce Dubbs
5190c76b1e
Update to mesa-22.1.1.
2022-06-03 12:36:31 -05:00
Xi Ruoyao
af290af777
biber: adapt for Perl 5.36
2022-06-03 15:47:39 +08:00
Xi Ruoyao
36357196f2
zsh: remove an extra comma
2022-06-03 15:42:44 +08:00
Pierre Labastie
42e002dece
Fix MIME type detection in glib2
2022-06-03 08:22:13 +02:00
Douglas R. Reno
785c02f0f4
Package Updates:
...
Update to nettle-3.8
Update to gnome-desktop-42.2
2022-06-03 00:37:18 -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
Pierre Labastie
2fb7466479
Remove a reference to perl-scalar-list-utils
...
It is now taken from the core perl-5.36 modules
2022-06-02 17:45:08 +02:00
Pierre Labastie
c1a1b6ece7
Remove Scalar::List::Util from perl dependencies
...
The version in perl-5.36 core modules is the same as cpan
2022-06-02 17:45:08 +02:00
Pierre Labastie
ef0bc43987
Sync perl version with lfs
2022-06-02 17:45:08 +02:00
Bruce Dubbs
9f4aee8c4a
typos
2022-06-01 20:01:16 -05:00
Bruce Dubbs
d521cc07b2
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-06-01 19:42:51 -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
Douglas R. Reno
4c695f6b76
Package Updates
...
Update to xscreensaver-6.04
Update to glib-2.72.2
Update to gnome-settings-daemon-42.2
Update to tracker/tracker-miners 3.3.1
2022-06-01 10:10:14 -05:00
Bruce Dubbs
c156674e8d
Update to alsa-lib alsa-utils 1.2.7.
2022-06-01 08:04:27 -05:00
Bruce Dubbs
75b74c94c6
Update to gtk-4.6.5.
2022-06-01 07:49:28 -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
Ken Moffat
eaa4368be5
Update to thunderbird-91.10.0.
2022-06-01 11:53:02 +01:00
Xi Ruoyao
1e6b5501f8
gnome-settings-daemon: Xvfb is needed for most tests
2022-06-01 16:28:06 +08:00
Xi Ruoyao
dae407549b
add libsoup3 as optional for tracker3 and gst10-plugins-good
...
Both packages handle libsoup2 and libsoup3 as follows: if one libsoup is
already loaded by the process, it will use the loaded one. Otherwise,
try to load libsoup3 first, and if it's not found try libsoup2.
But they need the headers of one libsoup version at build time to
support loading this version at runtime, so we can't make the libsoups
runtime dependency.
For tracker 3, also demote libsoup2 to recommended. It can be built with
libsoup3 only (and the building system will do it silently if libsoup3
is installed but libsoup2 not). But I'm not sure if it will cause
runtime issues.
2022-06-01 16:19:57 +08:00
Bruce Dubbs
ba0f629d5c
Update to umockdev-0.17.13.
2022-05-31 20:55:46 -05:00
Bruce Dubbs
1485f69ee0
Update to lxml-4.9.0 (python module).
2022-05-31 20:24:08 -05:00
Bruce Dubbs
16e6d0d165
Update to Net-DNS-1.34 (Perl module).
2022-05-31 15:37:58 -05:00
Bruce Dubbs
c996623547
Update to btrfs-progs-v5.18.
2022-05-31 15:33:25 -05:00
Ken Moffat
71e36c7987
Package Updates:
...
firefox-91.10.0,
js-91.10.0,
nss-3.79.
2022-05-31 18:41:49 +01: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
Bruce Dubbs
5a7d1382bd
Update to links-2.27.
2022-05-30 14:01:18 -05:00
Bruce Dubbs
696d7c5a35
Update to sysstat-12.6.0.
2022-05-30 13:55:44 -05:00
Bruce Dubbs
34cd8f17ee
Update to mutter-42.2.
2022-05-30 13:39:51 -05:00
Bruce Dubbs
240af053e4
Update to gnome-shell and gnome-shell-extentions-42.2.
2022-05-30 13:34:25 -05:00
Bruce Dubbs
e163e7ece6
hange --with-lang description to un-US
...
For some reason un_US, the standared for loacle, is not recognized by libreoffice.
2022-05-30 13:21:43 -05:00
Pierre Labastie
9d90199528
Update to graphviz-4.0.0
2022-05-30 17:48:05 +02:00
Bruce Dubbs
caee73e91d
Make the britli instruction sensible
2022-05-29 20:09:37 -05:00