blob: 7f3a7943c68ea662aed80f8e03b5df44be693b3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
$Id$
Public domain. Originally created by Karl Berry, 2005.
Libraries we compile for TeX Live.
All libraries use the original source tree with all modifications
maintained as patches and use a proxy build system, either
bypassing or using the original one.
See also comments in ../texk/README.
cairo 1.16.0 - no longer checked
https://cairographics.org/releases/
There are later releases than this, but they removed autotools support.
Since cairo is only used by MetaPost (for png output), and 1.16.0
seems fine for that, not taking the time and trouble to update.
freetype2 2.13.2 - checked 26aug23
https://download.savannah.gnu.org/releases/freetype/
gd 2.3.3 - checked 13sep21
https://github.com/libgd/libgd/releases
gmp 6.2.1 - checked 15nov20
https://ftp.gnu.org/gnu/gmp/
graphite2 1.3.14 - checked 10apr20
https://sourceforge.net/projects/silgraphite/files/graphite2/
(requires C++11)
harfbuzz 8.5.0 - checked 14may24
https://github.com/harfbuzz/harfbuzz/releases/latest
icu 74.2 - checked 22dec23
https://github.com/unicode-org/icu/releases/
libpaper 1.1.29 - checked 07jan24
https://ftp.debian.org/debian/pool/main/libp/libpaper/
libpng 1.6.43 - checked 24feb24
https://sourceforge.net/projects/libpng/files/ - used by many
lua 5.2.4
lua 5.3.6 - checked 04oct20
https://www.lua.org/ftp/
Lua updates must be done carefully, by the LuaTeX maintainer,
since Lua changes generally imply new incompatibilities.
luajit 2.1.0-beta3 - checked 20jun17
https://luajit.org/download/LuaJIT-2.1.0-beta3.tar.gz
As with Lua.
mpfi 1.5.4 - checked 1feb24
https://perso.ens-lyon.fr/nathalie.revol/software.html#download
mpfr 4.2.1 - checked 1feb24
https://ftp.gnu.org/gnu/mpfr/
pixman 0.42.2 - no longer checked
https://cairographics.org/releases/
See cairo above.
potrace 1.16 - checked 29aug22
https://potrace.sourceforge.net/
pplib 2.05.0 - checked 21apr20
https://github.com/contextgarden/pplib
teckit 2.5.12 - checked 26aug23
https://github.com/silnrsi/teckit/archive/2.5.12.tar.gz
xpdf 4.04 - checked 24apr22
https://www.xpdfreader.com/download.html
with modifications for pdftex
zlib 1.3.1 - checked 30jan24
https://www.zlib.net/ - used by many
zziplib 0.13.72 - checked 10sep22
https://github.com/gdraheim/zziplib/releases
|