Bruce Dubbs
530f8171c1
Minor wording change.
2023-07-15 17:21:58 -05:00
Bruce Dubbs
ee763b6e4a
s/firmwares/firmware/g
2023-07-15 17:17:59 -05:00
Xi Ruoyao
1248cb2b21
gmmlib: make will run the test suite
...
FWIW if you don't want to run it, you need to set -DRUN_TEST_SUITE=NO.
2023-07-16 06:10:47 +08:00
Douglas R. Reno
194d47b3c0
Archive ISC DHCP (and dhclient).
...
It's been succeeded by Kea for the server, and dhcpcd for the client.
2023-07-15 11:55:57 -05:00
Xi Ruoyao
0bb7c72b9c
firefox and thunderbird: Add pciutils as optional runtime dependency
...
Without pciutils, they output a suspicious line at startup:
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci missing (t=0.284539) [GFX1-]: glxtest: libpci missing
I'm not sure what it means but I think there will be no harm if we add
pciutils as optional runtime.
2023-07-16 00:32:50 +08:00
Xi Ruoyao
cf983bd491
rustc: Update to rustc-1.71.0
2023-07-16 00:23:30 +08:00
Bruce Dubbs
152426486c
Update blfs bootscripts for sddm
2023-07-14 17:20:58 -05:00
Douglas R. Reno
12c88b050f
Kea: typo fix
2023-07-14 09:18:33 -05:00
Pierre Labastie
6c2de41c85
LFS changes can also break the BLFS book
...
The recent changes in the BLFS book in /etc/pam.d/system-password
break the system if the lfs book is not updated (needs libxcrypt).
So add LFS to the note about possible breakages in BLFS.
2023-07-14 09:41:59 +02:00
Bruce Dubbs
7799a88b74
Minor text change
2023-07-13 10:03:33 -05:00
Pierre Labastie
dda7a23cf0
Fix building thunderbird with gcc-13
2023-07-13 12:53:31 +02:00
Tim Tassonis
9145997820
Update to thunderbird-115.0.
2023-07-12 23:58:53 +02:00
Pierre Labastie
ea781cde8a
Update to mercurial-6.5
2023-07-12 22:59:41 +02:00
Xi Ruoyao
b980f67961
elogind: Fix the desc for -Dcgroup-controller
...
The value of this switch only makes a difference with cgroupv1. But we
are using Linux 6.x, and elogind is built with
-Ddefault_hierarchy=unified (the default), so it actually uses cgroupv2
and it seems we don't really need this switch.
But after a closer look at the building system I realized if the kernel
is not built with CONFIG_CGROUPS enabled (for example in a chroot
environment where the host does not enable this), the building system
will refuse to build the package w/o an explicit setting here. So
update the description.
2023-07-13 03:38:38 +08:00
Xi Ruoyao
b1a8c0e825
Mesa: NOUVEAU and I915 should be optional (depending on HW)
2023-07-13 03:22:15 +08:00
Xi Ruoyao
06a0a0a82c
dbus: Tell how to start dbus-daemon w/o rebooting
2023-07-13 01:39:24 +08:00
Xi Ruoyao
ed848370ef
xorg-server: Create /tmp/.{X11,ICE}-unix
...
So we don't need to reboot.
2023-07-13 01:32:34 +08:00
Xi Ruoyao
17658ff961
llvm: Document a test failure
2023-07-13 00:35:14 +08:00
Pierre Labastie
894d71078e
Fix gpgme installed directories
2023-07-12 18:13:25 +02:00
Pierre Labastie
321978b6da
Update to glib-2.76.4
2023-07-12 18:13:25 +02:00
Pierre Labastie
0a22f18437
Update to sudo-1.9.14p1
2023-07-12 18:13:25 +02:00
Pierre Labastie
b1b83b31c8
Update to graphviz-8.1.0
2023-07-12 18:13:25 +02:00
Pierre Labastie
de7093633a
Update to gpgme-1.21.0
2023-07-12 18:13:25 +02:00
Pierre Labastie
26760adb46
Update to pipewire-0.3.74
...
Fix building instructions (make them more correct). Clean up
COntent.
2023-07-12 18:13:25 +02:00
Pierre Labastie
c19f8b010e
Update to inih-57
...
Also add short descriptions
2023-07-12 18:13:25 +02:00
Xi Ruoyao
792cab5df8
graphite2: Document a test failure
2023-07-12 21:42:25 +08:00
Xi Ruoyao
a752ca7f63
curl: Remove CMakeLists.txt from installed doc
...
And, use "cp -T' to simplify the command for copying the doc directory.
2023-07-12 21:19:40 +08:00
Xi Ruoyao
eb9f0efccc
elogind: Document two tests depending on /etc/machine-id
2023-07-12 20:34:18 +08:00
Xi Ruoyao
79e90b985d
samba: Demote lmdb to recommended
...
At least lmdb is not needed it --without-{ldap,ads}.
2023-07-12 16:36:17 +08:00
Ken Moffat
b6cb36ffa1
Update to firefox-115.0.2esr.
2023-07-12 04:04:23 +01:00
Douglas R. Reno
f5631c6bae
Update to libgudev-238.
2023-07-11 10:25:48 -05:00
Douglas R. Reno
fe04ab5597
Update to upower-1.90.2. Patch by Rahul Chandra.
...
This update needs libgudev-238 to go in alongside it as it depends on
the newline stripping fix.
2023-07-11 10:20:08 -05:00
Pierre Labastie
27ed278e0c
Update to qemu-8.0.3
2023-07-11 17:00:42 +02:00
Xi Ruoyao
44723bf97f
libshumate: Recommend gobject-introspection
...
It's required with the book instruction. It can be disabled via
-Dgir=false, but I'm pretty sure gnome-maps (as a JavaScript
application) needs the gir data to load libshumate.
2023-07-11 18:38:14 +08:00
Xi Ruoyao
67e2e7f795
libshumate: Remove reference to gtk-doc, and add instruction for gi-doc
...
gtk-doc is checked but never used.
2023-07-11 18:22:15 +08:00
Xi Ruoyao
d614533a5b
Update to libshumate-1.0.4
2023-07-11 18:22:10 +08:00
Tim Tassonis
3ae2cce1ec
Update to openldap-2.6.5.
2023-07-11 11:09:34 +02:00
Thomas Trepl
f45d55ceab
Upgrade php-8.2.8
2023-07-11 09:53:40 +02:00
Thomas Trepl
bd42330127
Upgrade xterm-384
2023-07-11 08:07:36 +02:00
Douglas R. Reno
80a51925de
Update to LWP-Protocol-https-6.11 (Perl Module)
...
Fixes CVE-2014-3230.
2023-07-10 13:56:53 -05:00
Douglas R. Reno
82330eb463
Update to Test-Differences-0.70 (Perl Module)
2023-07-10 13:49:11 -05:00
Douglas R. Reno
7b5983d188
Update to NumPy-1.25.1
2023-07-10 13:46:22 -05:00
Douglas R. Reno
1954dba30d
Update to lxml-4.9.3 (Python Module)
2023-07-10 13:20:38 -05:00
Douglas R. Reno
96a515a141
Update to Cython-0.29.36
2023-07-10 13:14:09 -05:00
Xi Ruoyao
4d17d1ae2c
intel-{media,vaapi}-driver: Add kernel configuration sections
...
They are now out of graphical environment section, so let's make the
kernel configuration explicit.
2023-07-11 02:10:41 +08:00
Xi Ruoyao
117b4e97f3
mesa: Add kernel cfg section into the index
2023-07-11 02:07:22 +08:00
Xi Ruoyao
a42d8a8239
libva: Fix dbhtml filename
2023-07-11 02:01:00 +08:00
Xi Ruoyao
b8c25c0a44
mutter: The test name contains dashes, not underlines
2023-07-11 00:56:58 +08:00
Xi Ruoyao
e26871f97e
libvdpau: List libvdpau-va-gl as runtime dependency
2023-07-11 00:56:43 +08:00
Xi Ruoyao
9a612888e4
Move HW-accel video encoding/decoding library into Multimedia section
...
They don't really belong to some Graphical Environment.
2023-07-11 00:56:43 +08:00