Xi Ruoyao
bf70a38779
webkitgtk: Fix an issue breaking various Web sites
...
There is a regression in WebKitGTK-2.42.1 breaking various Web sites.
See the linked bug report and its duplicates.
The fix is a simple change, so apply it as a sed now.
BugLink: https://bugs.webkit.org/show_bug.cgi?id=262777
Link: https://github.com/WebKit/WebKit/commit/c29a26a02441
2023-11-10 01:19:15 +08:00
Douglas R. Reno
739a1e077f
Update to libcloudproviders-0.3.5
2023-11-09 11:02:33 -06:00
Bruce Dubbs
4fcfbb92d2
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-11-09 10:41:15 -06:00
Bruce Dubbs
dec570ad8e
Fix gimp-help version
2023-11-09 10:41:04 -06:00
Pierre Labastie
c1e3ac381d
Remove a spurious space in sysmon-qt url
2023-11-09 16:01:58 +01:00
Pierre Labastie
35b4455bd9
Move a misplaced role="nodep"
...
We may want to change this, but right now, for the "canonical" build
of jhalfs, we want the full qt5. So the dependency on qt5-components
should be "nodep".
2023-11-09 15:14:27 +01:00
Pierre Labastie
68dfef54d6
Fix alignement of blocks
...
Reported by "rhubarbpieguy" on the blfs-dev mailing list
2023-11-09 15:07:04 +01:00
Pierre Labastie
3261d400c3
Remove a spurious dependency paragraph
2023-11-09 13:51:49 +01:00
Pierre Labastie
f17571081b
Fix wireshark for python-3.12
2023-11-09 13:51:23 +01:00
Pierre Labastie
96d7fa5509
Fix dependencies of perl-html-parser
...
perl-http-message is not only a runtime requirement, it is also needed
for tests.
2023-11-09 11:00:01 +01:00
Bruce Dubbs
4f2c5cc546
Fix lxqt-themes version.
2023-11-08 20:51:37 -06:00
Bruce Dubbs
41cf461475
Change abiword and wv URLs to anduin.
2023-11-08 18:28:46 -06:00
Bruce Dubbs
fb9f0f9335
Update to lxqt-1.4.0 and associated packages.
2023-11-08 18:10:37 -06:00
Douglas R. Reno
9cdfee76e6
Update to Thunderbird-115.4.2
2023-11-08 16:28:10 -06:00
Douglas R. Reno
097e2591b7
Update to plasma-wayland-protocols-1.11.0
2023-11-08 14:44:14 -06:00
Douglas R. Reno
8d133a0af6
Update to libgusb-0.4.8
2023-11-08 14:40:12 -06:00
Douglas R. Reno
b43131bb95
Update to mupdf-1.23.5
2023-11-08 14:37:36 -06:00
Douglas R. Reno
067ccc06be
Update to xapian-core-1.4.24
2023-11-08 14:32:24 -06:00
Douglas R. Reno
88a654dd4f
Update to GIMP-2.10.36
2023-11-08 13:44:04 -06:00
Douglas R. Reno
4457ee0344
FAAD2: Add forgotten required dependency on CMake
2023-11-08 12:00:23 -06:00
Douglas R. Reno
7f8ebbecd9
Update to faad2-2.11.0
2023-11-08 11:56:01 -06:00
Pierre Labastie
10c5df84cd
Update to mercurial-6.5.3
2023-11-08 18:03:05 +01:00
Pierre Labastie
00b933f310
Fix libreoffice for ICU 74
2023-11-07 22:04:58 +01:00
Pierre Labastie
15726a7c25
Typo
2023-11-07 21:48:20 +01:00
Douglas R. Reno
87463485b2
itstool: adapt to changes in Python-3.12
2023-11-07 14:12:27 -06:00
Douglas R. Reno
2226a0f3bb
Update to epiphany-45.1
2023-11-07 14:05:50 -06:00
Douglas R. Reno
8228a4187a
Update to IO-Socket-SSL-2.084 (Perl Module)
2023-11-07 14:02:07 -06:00
Douglas R. Reno
36dbd5fc35
Update to libuv-1.47.0
2023-11-07 13:58:47 -06:00
Douglas R. Reno
feaec12b7f
Update to jasper-4.1.0
2023-11-07 13:54:38 -06:00
Douglas R. Reno
485a561654
ffmpeg: fix building with texinfo-7.1 installed.
...
Thanks goes to Joe Locash for the report and ticket
2023-11-07 13:50:20 -06:00
Douglas R. Reno
4b67e8bf43
Update to exiv2-0.28.1 (Security Update)
2023-11-07 13:28:40 -06:00
Xi Ruoyao
209433f2ec
changelog: Add an entry about seamonkey workarounds
2023-11-07 23:45:45 +08:00
Xi Ruoyao
7be485e948
seamonkey: Add ICU 74 workaround
...
Note that it's slightly different from Firefox.
2023-11-07 23:42:57 +08:00
Xi Ruoyao
f56feddcab
seamonkey: Add Python-3.12 workaround
...
Bonus task: may we avoid the additional download? I couldn't figure out
a solution w/o it.
2023-11-07 23:35:17 +08:00
Xi Ruoyao
248d3509e1
firefox, thunderbird: Minor alignment fix
2023-11-07 23:25:33 +08:00
Xi Ruoyao
29ef9b8f0c
seamonkey: Sync some configuration in mozconfig from Firefox
...
- Remove --enable-optimize=-O2 as it's the default.
- Use RELR for saving several MB from libxul.so, like Firefox.
- Update the comment for --disable-rust-simd.
- Copy a comment with legal implication from Firefox.
2023-11-07 22:46:49 +08:00
Xi Ruoyao
eedb6d02a0
seamonkey: Move CC=clang CXX=clang++ from command line into mozconfig
...
"export CC=clang CXX=clang++" is bad because it contaminates the
environment, thus if some packages are built after seamonkey in the same
shell and the user wouldn't have unset CC and CXX, those package may be
built with an untested configuration.
Move them into mozconfig. A test build has shown they still works
there.
2023-11-07 22:46:49 +08:00
Bruce Dubbs
679f4d6a67
Add some whitespace around multi-line commands in qtwebengine.
2023-11-06 11:24:03 -06:00
Pierre Labastie
93ea49a23a
Qtwebengine: add a note about indentation in a sed
...
since we are sed'ing a python script, indentation has to be
respected.
2023-11-06 17:40:16 +01:00
Pierre Labastie
c51bc3f4d9
Fix qtwebengine for python 3.12 and ICU 74.
2023-11-06 14:14:29 +01:00
Xi Ruoyao
68a9914f3e
shadow: Do not install useless PAM configuration files
...
The shipped configuration does not work at all on BLFS, so these files
are completely useless.
We were installing the files then overwriting them, but preventing the
installation can make our life easier when we reinstall/upgrade shadow
(then we don't need to recreate our BLFS-specific configuration).
2023-11-06 21:05:02 +08:00
Bruce Dubbs
34165e6b5c
Update to jasper-4.0.1
2023-11-05 13:52:01 -06:00
Xi Ruoyao
3fde159bba
qtwebengine: Fix building w/o system ffmpeg
2023-11-05 23:00:44 +08:00
Xi Ruoyao
39eb0f105d
firefox, thunderbird: Add six as required
...
We are using system six instead of the shipped copies for Python 3.12.
2023-11-05 21:35:26 +08:00
Rahul Chandra
4ea4a6e62e
Update to git-2.42.1
2023-11-03 22:58:08 -04:00
Rahul Chandra
8c4bc9eab2
Update to pipewire-0.3.84.
2023-11-03 22:39:12 -04:00
Rahul Chandra
bc30b28cae
Fix md5sum is sysmon-qt.
2023-11-03 22:33:32 -04:00
Rahul Chandra
a99aee0afb
Update to SDL2-2.28.5.
2023-11-03 22:30:48 -04:00
Rahul Chandra
fc1b76eb01
Update to icewm-3.4.4
2023-11-03 22:19:58 -04:00
Bruce Dubbs
a3efdf5cb2
Update test results for node.
2023-11-03 20:54:10 -05:00