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
Xi Ruoyao
d6b45f7ae5
change egrep to grep -E
...
egrep is deprecated since 2007, and the next grep release (3.8 or 4.0)
will print a warning if it's used.
Url: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a951562
2022-06-23 18:15:12 +08:00
Bruce Dubbs
c42d20552d
Move 'at' url to anduin
2022-06-22 22:50:23 -05:00
Bruce Dubbs
e1bfbee7af
Fix inkscape url
2022-06-22 16:44:49 -05:00
Pierre Labastie
52e63febd3
Update to Qt-5.15.5
2022-06-22 13:26:41 +02:00
Douglas R. Reno
54055a2fe5
Package Updates
...
Update to SBC-2.0
Update to libidn-1.40
Update to libwacom-2.3.0
2022-06-21 09:31:56 -05:00
Bruce Dubbs
c4ad2f873d
Update to python-dbusmock-0.28.0 (Python module).
2022-06-20 10:49:42 -05:00
Xi Ruoyao
8b9f54d228
totem-pl-parser: remove libsoup dependency
...
It has been dropped 4 years ago:
https://gitlab.gnome.org/GNOME/totem-pl-parser/-/commit/caaa375
2022-06-20 19:25:42 +08:00
Ken Moffat
c4e7ae24d8
Fix firefox and thunderbird for current cbindgen.
2022-06-19 18:42:46 +01:00
Pierre Labastie
cd4f607d1e
Remove reference to objc compiler in gst stack
2022-06-19 07:37:59 +02:00
Pierre Labastie
9ba6d066b9
retroactively mark gstreamer update as "security"
2022-06-18 22:45:07 +02:00
Pierre Labastie
4287b2576f
Update to mesa-22.1.2
2022-06-18 22:27:45 +02:00
Pierre Labastie
9d4a59ac9a
Update to xcb-proto-1.15.2
...
Also update changelog for postgresql
2022-06-18 22:12:17 +02:00
Pierre Labastie
0adae6fa46
Update to postgresql-14.4
2022-06-18 22:06:04 +02:00
Pierre Labastie
c65511f5c0
Update to mercurial-6.1.4
2022-06-18 21:54:06 +02:00