Commit Graph

24022 Commits

Author SHA1 Message Date
Bruce Dubbs
e5433a2f62 Update to gnome-control-center-42.3. 2022-07-02 16:37:35 -05:00
Bruce Dubbs
7d8cb6a017 Update to geocode-glib-3.26.3. 2022-07-02 16:32:11 -05:00
Pierre Labastie
0e02260f42 Update to gnome-maps-42.3 2022-07-02 13:20:05 +02:00
Pierre Labastie
caed7d3eb2 Update to gnome-calculator-42.2 2022-07-02 13:13:30 +02:00
Pierre Labastie
9e92861d8b Update to evolution-data-server-3.44.3 2022-07-02 13:07:30 +02:00
Pierre Labastie
00e3f274bb Update to lxml-4.9.1 (python module) 2022-07-02 12:57:12 +02:00
Pierre Labastie
613c9aa7c7 Update to pipewire-0.3.53 2022-07-02 12:42:56 +02:00
Pierre Labastie
aa88341046 Update to libsoup3-3.0.7 2022-07-02 12:33:58 +02:00
Pierre Labastie
16a24a450d Fix compiler-rt md5 2022-07-02 09:41:04 +02:00
Pierre Labastie
b2999760e5 Mako: fix double dashes after uncommenting 2022-07-02 07:44:49 +02:00
Bruce Dubbs
fa411f6eed larify pip3 install options.
In some cases --upgrade or --force-reinstall is needed when installing
a python module.  Add some notes describing these options.

If one of the above options is used, --no-deps may be needed to avoid
reinstalling package dependencies.  Note this option also.
2022-07-01 21:03:20 -05:00
Bruce Dubbs
2325522d03 Update to Mako-1.2.1 (Python module). 2022-07-01 17:47:56 -05:00
Bruce Dubbs
a151e7310b Update to wayland-1.21.0. 2022-07-01 12:50:27 -05:00
Bruce Dubbs
8fe85d0c32 Update to llvm-14.0.6. 2022-07-01 12:40:47 -05:00
Xi Ruoyao
4ae96f879b
pipewire: add WirePlumber an as external optional dependency
Currently we only build pipewire for satisfying GNOME building
dependency.  I've switched to use Pipewire instead of Pulseaudio as the
audio daemon on my system.  For the Pipewire daemon to function
properly, a Pipewire session manager is needed.  The upstream recommends
to use WirePlumber.

It's too early to provide instruction for running a Pipewire daemon in
the book, but we can list the external dependency as it does no harm.
2022-07-01 15:43:47 +08:00
Bruce Dubbs
b8a3b4d7e9 Update to glib-networking-2.72.1. 2022-06-30 17:02:08 -05:00
Bruce Dubbs
877b98907b Update to mesa-22.1.3. 2022-06-30 16:59:29 -05:00
Bruce Dubbs
7acef603a2 Update to vim-9.0.0006. 2022-06-30 16:42:28 -05:00
Pierre Labastie
8d2bafa96f Add --without-wasm-sandboxed-libraries to thunderbird too 2022-06-30 11:12:36 +02:00
Bruce Dubbs
014a25a790 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-06-29 23:14:48 -05:00
Bruce Dubbs
30fb348a4a Update to harfbuzz-4.4.1. 2022-06-29 23:07:57 -05:00
Bruce Dubbs
fae2f6f7f9 Update to python-dbusmock-0.28.1 (Python module). 2022-06-29 22:59:28 -05:00
Ken Moffat
45d03f93b7 Update to thunderbird-102.0 (security fix). 2022-06-29 18:43:08 +01:00
Ken Moffat
02e19e0369 Firefox: tweak message sbout the gold linker. 2022-06-29 16:00:50 +01:00
Xi Ruoyao
8e637fcfef
js: reword CC=gcc CXX=g++ description
Note than only "setting" CC=gcc CXX=g++ will not work:

    CC=gcc
    CXX=g++
    sh ../js/src/configure.in ...

will not pass CC=gcc and CXX=g++ to sh.  It's needed to export CC and
CXX:

    CC=gcc
    CXX=g++
    export CC CXX
    sh ../js/src/configure.in ...

Or, explicitly pass them:

    CC=gcc CXX=g++ h ../js/src/configure.in ...
2022-06-29 13:22:51 +08:00
Ken Moffat
b0540bce64 Firefox - change title to 102.0esr.
102.0 is not identical, we can drop the esr if we wish on next
release.
2022-06-28 20:34:43 +01:00
Ken Moffat
e51466aa92 Update for firefox-102.0esr (security fix). 2022-06-28 17:01:41 +01:00
Ken Moffat
e603046023 Update to js-91.11.0 (security fix). 2022-06-28 15:48:54 +01:00
Tim Tassonis
82541b159a Update to curl-7.84.0.
Update to git-2.37.0.
2022-06-28 16:09:55 +02:00
Bruce Dubbs
d22d9db3e4 Update to mpg123-1.30.0. 2022-06-27 11:23:18 -05:00
Bruce Dubbs
afef49b91a Fix exim release version. 2022-06-26 21:34:38 -05:00
Ken Moffat
3e7f3ee191 SeaMonkey - only CC and CXX need to be specified for clang. 2022-06-26 18:22:50 +01:00
Ken Moffat
0fa93ad43e Update to nss-3.80. 2022-06-26 18:05:26 +01:00
Ken Moffat
532e5c9717 SeaMonkey - use clang instead of gcc. 2022-06-26 17:50:09 +01:00
Ken Moffat
99fede1f20 Reword intro text for SeaMonkey. 2022-06-26 17:08:26 +01:00
Douglas R. Reno
156e1887fa Package updates
Update to exempi-2.6.2
Update to libidn-1.41
Update to ModemManager-1.18.10
Update to exim-4.96
Update to sqlite-autoconf-3390000 (3.39.0)
2022-06-26 10:42:53 -05:00
Bruce Dubbs
406a2743de Update to jasper-3.0.5. 2022-06-25 18:04:29 -05:00
Bruce Dubbs
ea5d407889 Update to libqmi-1.30.8. 2022-06-25 18:00:49 -05:00
Bruce Dubbs
65eb6e22ce Update to nghttp2-1.48.0. 2022-06-25 16:04:48 -05:00
Bruce Dubbs
449b97ac83 Update to JSON-4.07 (Perl module). 2022-06-25 15:56:21 -05:00
Bruce Dubbs
4a056fe958 Update to pycryptodome-3.15.0 (Python module). 2022-06-25 15:52:19 -05:00
Bruce Dubbs
7b6b9e7454 Update to pulseaudio-16.1. 2022-06-25 15:45:29 -05:00
Bruce Dubbs
68fe5640b0 Update to mlt-7.8.0. 2022-06-25 15:35:29 -05:00
Xi Ruoyao
bf2ef33368
libsoup3: nghttp2 is required 2022-06-25 17:57:34 +08:00
Ken Moffat
70e458ba83 Update to qtwebengine-5.15.10 using python3.
For the avoidance of doubt, the patch md5sum is
5436b52ab02f93340702b413930bf0ed
2022-06-24 17:36:36 +01:00
Pierre Labastie
a790ec35b3 FInish updating to OpenJDK-18.0.1.1 2022-06-24 11:00:52 +02:00
Bruce Dubbs
b76b9a36c2 Update to sudo-1.9.11p3. 2022-06-23 22:28:01 -05:00
Ken Moffat
c573eb2aa8 Thunderbird: Really remove create-mach-environment.
Fixes g8d70628cdd65 from last August.
2022-06-23 17:43:45 +01:00
Pierre Labastie
7e21dae5b2 Update to openjdk-18.0.1.1
This commit only has the 64 bit version of the binary and no
changelog yet.
2022-06-23 14:10:07 +02:00
Xi Ruoyao
8e8dd4fdad
xorg-config: fix a typo 2022-06-23 18:32:19 +08:00