Commit Graph

24033 Commits

Author SHA1 Message Date
Bruce Dubbs
04ef4c40b6 Remove git dependency for libgdata 2022-07-08 10:11:48 -05:00
Tim Tassonis
094c496af5 Update to xfce4-settings-4.16.3. 2022-07-07 20:22:57 +02:00
Bruce Dubbs
a7bab91ac9 Update to docutils-0.19 (Python module). 2022-07-05 21:44:45 -05:00
Bruce Dubbs
9e56b6bb16 Update to URI-5.11 (perl module). 2022-07-05 09:24:06 -05:00
Bruce Dubbs
faab1bd744 Update to poppler-22.07.0. 2022-07-05 09:16:45 -05:00
Bruce Dubbs
b3f68f50e2 Update to xapian-core-1.4.20. 2022-07-05 09:11:33 -05:00
Pierre Labastie
c5ad78ed86 Update to glib2-2.72.3 2022-07-04 12:05:37 +02:00
Pierre Labastie
ebd9064c6c Update to evolution-3.44.3 2022-07-03 09:23:28 +02:00
Pierre Labastie
bbb31d06ae Update to pango-1.50.8 2022-07-03 09:18:55 +02:00
Pierre Labastie
243f2fedb9 Update to gtk4-4.6.6 2022-07-03 09:09:42 +02:00
Bruce Dubbs
33dcb57377 Update to libva-2.15.0 (xorg driver). 2022-07-02 16:42:47 -05:00
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