Commit Graph

26925 Commits

Author SHA1 Message Date
Xi Ruoyao
7affde51e6
xorg-config: Further refine the condition where vga_arbiter is needed
Let's stop people from messing with vga_arbiter because they have two
state-of-art NVIDIA or AMD GPUs.
2023-07-26 17:58:30 +08:00
Xi Ruoyao
1473268a08
xorg-config: Remove xf86-video-* remnant from PRIME configuration
Hmm, it may be hard to distinguish two "modesetting"s here.  But anyway
this command is said to be unnecessary with the modesetting driver.
2023-07-26 17:03:45 +08:00
Xi Ruoyao
9871a7a6a8
xorg-config: Update the DRI checking example after xf86-video-* removal 2023-07-26 16:46:23 +08:00
Xi Ruoyao
4ada352178
xorg-config: Some reword about the TearFree control
1. Move the configuration file into /etc, to be consistent with other
   configuration files created in BLFS.
2. We no longer need a separate "configure the graphic card" example
   because the TearFree configuration file is already a good example.
3. Tearing issue is really not new after xf86-video-* removal.  In some
   xf86-video-* drivers a TearFree option is available but rarely
   enabled by default (only the amdgpu driver when the output is rotated
   or transformed).  So this is actually the first time we document it
   in BLFS.
4. It's really not difficult to observer the tearing by dragging a
   window in twm, despite twm only renders the window border during
   dragging.
2023-07-26 16:04:06 +08:00
Xi Ruoyao
2ac99448b1
xorg-config: Remove "AIGLX error" section
With modesetting driver, $HOME/.local/share/xorg/Xorg.0.log contains:

    [ 65817.713] (II) AIGLX: Loaded and initialized crocus

And there is no more "AIGLX error" messages.
2023-07-26 16:04:05 +08:00
Xi Ruoyao
1903174c9f
twm: Comment out xorg-legacy dependency
I really don't understand what it is for.  And I can run twm without it.

If someone has a good reason to use legacy fonts, please revert, but you
should at least consider marking it runtime and maybe demoting it to
optional.
2023-07-26 16:04:05 +08:00
Bruce Dubbs
bf800e6cca Update to qca-2.3.7. 2023-07-25 14:05:58 -05:00
Bruce Dubbs
41a259b7a8 Update to sudo-1.9.14p3. 2023-07-25 14:00:28 -05:00
Bruce Dubbs
a858014f04 Update to sphinx-7.1.0 (Python module). 2023-07-25 13:57:30 -05:00
Xi Ruoyao
50bf1ac670
x: Use <xref> for some references to wget
It would be easier for the user to just follow the link to wget page if
they've not installed wget yet.
2023-07-25 11:07:49 +08:00
Xi Ruoyao
18d18fb361
fontconfig: bubblewrap may be used for tests 2023-07-25 11:02:31 +08:00
Xi Ruoyao
6a88464cdd
graphite2: Add a comment about upstream issue for nametabletest failure
I spent a bunch of time for finding it...  Anyway it seems a
test-suite-only issue so I'm comforted.
2023-07-25 10:52:32 +08:00
Bruce Dubbs
aba3ad5bed Update to inkscape-1.3. 2023-07-24 19:24:05 -05:00
Bruce Dubbs
63c5cc9b8e Update lfs-perl-version 2023-07-24 12:07:00 -05:00
Xi Ruoyao
587231b38f
libarchive: Add bsdunzip into contents and short description 2023-07-24 21:43:19 +08:00
Xi Ruoyao
dda77cb2ff
Mention bsdunzip from libarchive as an unzip alternative 2023-07-24 20:01:00 +08:00
Xi Ruoyao
b1e8343a88
cmake: Add pkgs of which we use the internal copy (for now) as external dependencies 2023-07-24 17:51:02 +08:00
Douglas R. Reno
ea10c21d5a Fix rendering error after merge 2023-07-23 13:05:19 -05:00
Douglas R. Reno
b9348a58cf Update to pipewire-0.3.75 2023-07-23 13:04:19 -05:00
Douglas R. Reno
c0d220f830 Update to icewm-3.4.1 2023-07-23 13:04:18 -05:00
Douglas R. Reno
ea667b9c80 Update to glu-9.0.3 2023-07-23 13:03:36 -05:00
Douglas R. Reno
18d398b5f8 Update to mesa-23.1.4 2023-07-23 13:02:35 -05:00
Bruce Dubbs
b307bd7c25 Update to libreoffice-7.5.5.2. 2023-07-23 12:55:26 -05:00
Douglas R. Reno
4d5febb6be Update the gstreamer stack to 1.22.5 (Security Update) 2023-07-23 12:25:35 -05:00
Douglas R. Reno
a2ada4045d Update to librsvg-2.56.1 (Security Update) 2023-07-23 11:35:32 -05:00
Douglas R. Reno
2c0da0faa1 Update to libblockdev-3.0.2 2023-07-23 11:24:57 -05:00
Douglas R. Reno
1a53c84a87 Update to talloc-2.4.1.
Also remove all references to Python2 from the page since upstream has
completed it's removal of python2 support from this package
2023-07-23 11:12:25 -05:00
Douglas R. Reno
8fd54064cf Update to libshumate-1.0.5 2023-07-23 11:06:47 -05:00
Douglas R. Reno
467436e3de Update to unrar-6.2.9 2023-07-23 11:01:58 -05:00
Xi Ruoyao
1f2235c314
xdg-user-dirs: Add optional dependencies for man pages ...
and disable them by default.
2023-07-23 21:20:30 +08:00
Xi Ruoyao
ac465d6c0e
js102: Remove commented out stale work around and add <important> for GCC 32-bit issue
Let's stop puzzling the editors.
2023-07-23 08:43:34 +08:00
Douglas R. Reno
aa1bc104f3 Update to OpenJDK-20.0.2 (Security Update) 2023-07-22 17:12:51 -05:00
Xi Ruoyao
293e4018be
qemu: Remove dependency to x-window-system
I'm pretty sure it's at least not "required": there are some
configurations running qemu "headless".

And it seems qemu does not refers to any X components directly.  It uses
X through SDL or GTK3, and they are already in the dependencies.
2023-07-22 13:07:44 +08:00
Xi Ruoyao
6ae11daaf2
openssh: Remove dependency to x-window-system 2023-07-22 13:05:03 +08:00
Xi Ruoyao
f9a6ca2d41
building-notes: Drop "qmake" from "using parent flags" examples
AFAIK to make Qt respect {C,CXX}FLAGS, you need to patch it.

Link:https://wiki.linuxfromscratch.org/blfs/wiki/qt5#CustomOptimizations
2023-07-22 12:27:01 +08:00
Xi Ruoyao
ec3211006d
building-notes: mention -Wl,-z,pack-relative-relocs 2023-07-22 12:26:23 +08:00
Douglas R. Reno
1685f477ab Revert my earlier js102 change - it turns out that my script was using
CC=gcc CXX=g++ and I didn't notice.

Sorry for the noise, and good catch Xi!
2023-07-21 20:25:57 -05:00
Douglas R. Reno
810935e2b5 Xorg-config: Add a section about configuring Tearfree.
We might want to consider reviewing that page now that we don't carry
any of the other Xorg drivers now.
2023-07-21 20:15:47 -05:00
Douglas R. Reno
053e0a13af Update to WebKitGTK+-2.41.6 2023-07-21 19:58:51 -05:00
Douglas R. Reno
4825f68488 Samba: add Markdown as an optional dependency. 2023-07-21 13:20:22 -05:00
Douglas R. Reno
5dfe9527b9 Changelog: mark OpenSSH as a security update. 2023-07-21 13:14:12 -05:00
Douglas R. Reno
030dc9f97c Update to samba-4.18.5 (Security Update) 2023-07-21 13:13:53 -05:00
Douglas R. Reno
a62dc41bb6 Update to dhcpcd-10.0.2 2023-07-21 12:36:59 -05:00
Douglas R. Reno
0087231bb7 Update to fuse-3.15.1 2023-07-21 12:26:02 -05:00
Douglas R. Reno
a1ea6d4e94 Add the TearFree option back to Xorg-Server. Patch by Rahul Chandra 2023-07-21 11:51:31 -05:00
Douglas R. Reno
cefe20df32 js102: Fix building on i686 again.
The default build configuration in 102.13 appears to have moved back to
GCC. Rather than change it, let's just modify math_private.h again with
a simpler tweak to allow it to build properly again (wrapped in a case
statement).

This particular problem resurfacing is quite odd. I can confirm that
js-102.12.0 does work though, but updated due to the JS CVE.

Firefox 115.x works well on i686 and builds without any tweaks, so
whenever we move to js115, this should not be a problem anymore.
2023-07-21 11:43:01 -05:00
Bruce Dubbs
9a23f3ee40 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-20 20:40:08 -05:00
Bruce Dubbs
f36264b2d5 Update to bind-9.18.17. 2023-07-20 20:39:51 -05:00
Xi Ruoyao
e678daee71
samba: Demote lmdb to optional
According to upstream doc, lmdb is not used by default and it needs to
be enabled with custom configuration.

Link: https://wiki.samba.org/index.php/Using_the_lmdb_database_backend
2023-07-21 06:30:25 +08:00
Xi Ruoyao
5113dee72a
samba: Remove stale FLAGS for tirpc
I'm now pretty sure these are not needed.  Note that in SysV instruction
they are already removed.
2023-07-21 06:27:26 +08:00