Go to file
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
appendices Remove spaces at the end of lines 2021-09-06 19:42:49 +02:00
archive Archive Tepl and Amtk 2022-04-19 12:26:45 -05:00
book bookinfo: use &copyrightdate; 2021-10-17 04:17:34 +08:00
general Update to umockdev-0.17.13. 2022-05-31 20:55:46 -05:00
gnome add libsoup3 as optional for tracker3 and gst10-plugins-good 2022-06-01 16:19:57 +08:00
images updated stylesheets to 0.9 2004-05-08 02:42:12 +00:00
introduction Update to umockdev-0.17.13. 2022-05-31 20:55:46 -05:00
kde Update to plasma-5.24.5. 2022-05-15 12:56:30 -05:00
lxde Tag LXDE, Sawfish, and XScreenSaver. 2022-02-19 21:02:43 -06:00
multimedia add libsoup3 as optional for tracker3 and gst10-plugins-good 2022-06-01 16:19:57 +08:00
networking Update to links-2.27. 2022-05-30 14:01:18 -05:00
postlfs Update to btrfs-progs-v5.18. 2022-05-31 15:33:25 -05:00
pst Update to cups-2.4.2. 2022-05-27 11:01:50 -05:00
server Package Updates and a security patch 2022-05-26 00:37:40 -05:00
stylesheets Tweak perl module six and aux files 2022-04-19 18:49:59 -05:00
template Remove spaces at the end of lines 2021-09-06 19:42:49 +02:00
x Tweak mesa parameters and contents 2022-05-31 10:31:17 -05:00
xfce Update to xfce4-terminal-1.0.4. 2022-05-23 18:07:39 +02:00
xincludes Add cairo as a recommended dep of texlive 2022-05-13 08:51:12 +02:00
xsoft Package Updates: 2022-05-31 18:41:49 +01:00
.gitattributes Add mechanism for cron job $Date$ handling 2021-04-15 17:33:01 +08:00
.gitignore Add conditional.ent to .gitignore 2021-10-18 07:07:46 +02:00
changelog.xml Update to notification-daemon-3.20.0. 2016-04-04 19:22:43 +00:00
expand_date Add mechanism for cron job $Date$ handling 2021-04-15 17:33:01 +08:00
general.ent Update bootscripts to version 20220506 2022-05-06 23:06:28 +02:00
git-version.sh merge conditional XML from LFS 2021-10-17 04:17:34 +08:00
gnome.ent Update to mutter-42.2. 2022-05-30 13:39:51 -05:00
index.xml more SVN prop clean up 2021-04-20 19:12:02 +08:00
INSTALL Remove spaces at the end of lines 2021-09-06 19:42:49 +02:00
Makefile merge conditional XML from LFS 2021-10-17 04:17:34 +08:00
obfuscate.sh clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00
packages.ent Update to umockdev-0.17.13. 2022-05-31 20:55:46 -05:00
README clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00
tidy.conf clean up unused SVN prop entries 2021-04-20 19:12:02 +08:00

How do I convert these XML files to HTML? You need to have some software
installed that deal with these conversions. Please read the INSTALL file to
determine what programs you need to install and where to get instructions to
install that software.

After that, you can build the html with a simple 'make' command.
The default target builds the html in $(HOME)/public_html/blfs-book.

For all targets, setting the parameter REV=systemd is needed to build the
systemd version of the book.

Other Makefile targets are: nochunks, validate, and blfs-patch-list.

nochunks: builds BLFS in one huge file.

validate:  does an extensive check for xml errors in the book.

blfs-patch-list: generates a list of all blfs controlled patches in the book.