Xi Ruoyao
75b1a338b8
Update more URLs to use https
...
Mostly plain http -> https replace, if https works. If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/ ").
Some non-trivial change:
* www.mnogosearch.org is dead. Not sure how to replace, so deleted.
* use https://github.com/cacalib/libcaca for libcaca.
http://caca.zoy.org/wiki/libcaca seems out-of-date.
* http://www.speech.cs.cmu.edu/flite/ is dead, replaced with github repo
link.
2023-01-29 14:35:01 +08:00
Xi Ruoyao
4ea982c231
TTF and OTF fonts: Update info for Caladea, Carlito, and IPAex
...
For Caladea and Carlito update the URL so the user can find the latest
release.
For IPAex, update the URL (the old URL does not work now) and it seems
we need Google Translate... Also bump the version number.
2023-01-29 14:03:34 +08:00
Xi Ruoyao
17aa21c551
Change all http://*.sourceforge.net/ URLs to https
...
Now all sourceforge.net subdomains have a valid SSL certificate. The
changes are automatically done via a sed. I've reviewed the changes and
reverted the changes in archive/*, pst/xml/docbook-xsl.xml, and
stylesheets/lfs-xsl/lfs-l10n.xml. Other changes should (hopefully) be
fine.
2023-01-29 12:35:23 +08:00
Bruce Dubbs
fec97d2f6b
Update to fontconfig-2.14.2.
2023-01-28 14:32:45 -06:00
Bruce Dubbs
8b281cb6fb
Update to geoclue-2.7.0.
2023-01-28 14:28:38 -06:00
Bruce Dubbs
8da27b5f7c
Restore system-boost to libreoffice
2023-01-28 09:47:57 -06:00
Douglas R. Reno
2215e98f72
Drop avahi dependency from grilo
2023-01-28 08:55:38 -06:00
Pierre Labastie
02c7572ddb
gjs: use wrap-mode=nofallback
...
It prevents downloading sysprof if sysprof is not installed. Also
reformat and add "setup" to meson.
2023-01-28 11:18:11 +01:00
Pierre Labastie
35879fc83a
Hatch-vcs: use underscore in written text
...
It is not easy to make one's mind whether a dash or an underscore
should be used: pypi, and doc, use hatch-vcs. But tarball name
nd installed module directories have hatch_vcs (note that dashes
are forbidden in python module names). So use hatch_vcs in written
text (don't change the dash in the entities and the id).
2023-01-28 10:08:03 +01:00
Bruce Dubbs
8d52d86983
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-01-27 16:04:59 -06:00
Bruce Dubbs
4f124a8d98
Update to libreoffice-7.4.5.1.
2023-01-27 16:04:47 -06:00
Pierre Labastie
cdabf95fd1
Fix meson_python dependency
...
It depends on pyproject-metadata, not directly on packaging.
2023-01-27 21:43:35 +01:00
Pierre Labastie
de1dcce148
Tidy up patchelf page:
...
Add a versioned doc directory
Add the make install command
2023-01-27 21:28:32 +01:00
Bruce Dubbs
2b9eb80b53
Update to mesa-22.3.4.
2023-01-27 11:59:31 -06:00
Bruce Dubbs
0bf08e48d3
Update to pipewire-0.3.65.
2023-01-27 11:45:33 -06:00
Douglas R. Reno
bc73ecfbef
Remove an extra comma
2023-01-27 10:38:08 -06:00
Pierre Labastie
9a8633f620
Document --without-baseruby for ruby
...
If using this option, the build system uses a newly built version
of ruby instead of the installed version of ruby, if it is
already installed. This is worth documenting.
2023-01-27 14:57:42 +01:00
Bruce Dubbs
57b67574b2
Update to bind and bind-utilities 9.18.11 (security update).
2023-01-26 17:25:49 -06:00
Bruce Dubbs
bed8f3ef4e
Synchronize openssh md5sums in multiple packages
2023-01-26 16:31:45 -06:00
Bruce Dubbs
1ed3e64e76
Update to xine-lib-1.2.13.
2023-01-26 16:03:02 -06:00
Bruce Dubbs
2b2ab6d3e8
Update to IO-Socket-SSL-2.081 (Perl Module).
2023-01-26 15:34:05 -06:00
Bruce Dubbs
b4550ead0e
Update to btrfs-progs-v6.1.3.
2023-01-26 15:30:37 -06:00
Bruce Dubbs
dee8484b4f
Update to guile-3.0.9.
2023-01-26 15:25:13 -06:00
Bruce Dubbs
3389fc3151
Update gstreamer stack.
...
Update to gstreamer-1.22.0 stack. Includes
gstreamer
gst-plugins-base,
gst-plugins-good,
gst-plugins-bad,
gst-plugins-ugly,
gst-libav, and
gstreamer-vaapi.
2023-01-26 12:29:28 -06:00
Bruce Dubbs
9dfe7f236f
Update to doxyqml-0.5.2 (Python Module).
2023-01-26 11:09:18 -06:00
Bruce Dubbs
50fd4304ca
Update to Text-BibTeX-0.89 (Perl Module).
2023-01-26 10:49:40 -06:00
Bruce Dubbs
1494fe5978
Add pcre as a recommended dependency for kf5
2023-01-26 10:02:25 -06:00
Douglas R. Reno
2c0a093843
Update to unrar-6.2.5
2023-01-25 11:39:58 -06:00
Pierre Labastie
e3047fdc76
Restore the render system to what it was before pythonhosted changes
2023-01-25 13:01:41 +01:00
Xi Ruoyao
4653242e25
git-version: Don't dump revision if no "important files" are changed
...
If an important file is changed, we regenerate version.ent and so bump
the revision. Otherwise, version.ent may be kept. Hack git-version.sh
so we can ensure version.ent is really not changed.
Add Makefile itself and git-version.sh into the important file list as
they can definitely affect book rendering.
2023-01-25 10:12:13 +08:00
Xi Ruoyao
05d5b11202
Revert "Makefile: use a "by-the-book" way to detect build environment change"
...
This reverts commit 41275f9aac
.
2023-01-25 09:51:58 +08:00
Xi Ruoyao
f6065b4995
Revert "Makefile: fix build-env generation"
...
This reverts commit bb0d80a8d3
.
2023-01-25 09:51:44 +08:00
Douglas R. Reno
967f26ca2b
Update to libwacom-2.6.0
2023-01-24 16:32:17 -06:00
Douglas R. Reno
f5c13a45c2
Update to icewm-3.3.1
2023-01-24 16:29:26 -06:00
Douglas R. Reno
666c01b061
Update to unrar-6.2.4
2023-01-24 16:23:20 -06:00
Douglas R. Reno
ca0df6f95b
Update to mc-4.8.29
2023-01-24 16:21:31 -06:00
Bruce Dubbs
732a9c4834
Update to graphviz-7.1.0.
2023-01-24 14:04:29 -06:00
Bruce Dubbs
d723609036
Update to gnumeric-1.12.54.
2023-01-24 13:49:25 -06:00
Bruce Dubbs
f1edc0de8b
Update to goffice-0.10.54.
2023-01-24 13:31:17 -06:00
Bruce Dubbs
ca3c3571a7
Update to wireshark-4.0.3.
2023-01-24 13:25:01 -06:00
Bruce Dubbs
af7490e06b
Update to postfix-3.7.4.
2023-01-23 16:04:43 -06:00
Bruce Dubbs
b07baeb598
Update to neon-0.32.5.
2023-01-23 15:50:29 -06:00
Bruce Dubbs
337ef48216
Update to glib-2.74.5.
2023-01-23 15:45:07 -06:00
Bruce Dubbs
0d7a65f3f4
Update to cmake-3.25.2.
2023-01-23 14:15:04 -06:00
Douglas R. Reno
1ec4d0836c
Update to gnome-desktop-43.1
2023-01-23 11:37:46 -06:00
Douglas R. Reno
faf1fae52f
Update to gedit-44.2.
2023-01-23 11:33:40 -06:00
Douglas R. Reno
c9361de087
Update to libchamplain-0.12.21
2023-01-23 11:28:37 -06:00
Pierre Labastie
1eb291660a
harfbuzz: "docs" otion is a feature, not a boolean
...
So it cannot be set to false. Since the default is "auto", it has
to be set to disabled, to prevent building docs.
2023-01-23 17:38:04 +01:00
Bruce Dubbs
6831ccec80
Fix meson_python url
2023-01-23 10:29:49 -06:00
Xi Ruoyao
bb0d80a8d3
Makefile: fix build-env generation
...
Not sure why the previous commit with ovbious errors "seems to work"...
2023-01-23 19:56:57 +08:00