@@ -9,41 +9,41 @@ ZLIB_URL="https://zlib.net/fossils/zlib-1.3.1.tar.gz"
9
9
ZLIB_ARGS=" -DZLIB_BUILD_EXAMPLES=OFF"
10
10
ZLIB_DIR=" zlib-1.3.1"
11
11
12
- LIBPNG_URL=" https://download.sourceforge.net/libpng/libpng-1.6.48 .tar.xz"
12
+ LIBPNG_URL=" https://download.sourceforge.net/libpng/libpng-1.6.50 .tar.xz"
13
13
LIBPNG_ARGS=" -DPNG_SHARED=OFF -DPNG_EXECUTABLES=OFF -DPNG_TESTS=OFF"
14
- LIBPNG_DIR=" libpng-1.6.48 "
14
+ LIBPNG_DIR=" libpng-1.6.50 "
15
15
16
16
FREETYPE_URL=" https://download.savannah.gnu.org/releases/freetype/freetype-2.13.3.tar.xz"
17
17
FREETYPE_ARGS=" -DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
18
18
FREETYPE_DIR=" freetype-2.13.3"
19
19
20
- HARFBUZZ_URL=" https://github.com/harfbuzz/harfbuzz/releases/download/11.2.1 /harfbuzz-11.2.1 .tar.xz"
20
+ HARFBUZZ_URL=" https://github.com/harfbuzz/harfbuzz/releases/download/11.3.3 /harfbuzz-11.3.3 .tar.xz"
21
21
HARFBUZZ_ARGS=" -Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
22
- HARFBUZZ_DIR=" harfbuzz-11.2.1 "
22
+ HARFBUZZ_DIR=" harfbuzz-11.3.3 "
23
23
24
- PIXMAN_URL=" https://cairographics.org/releases/pixman-0.46.0 .tar.gz"
24
+ PIXMAN_URL=" https://cairographics.org/releases/pixman-0.46.4 .tar.gz"
25
25
PIXMAN_ARGS=" -Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
26
- PIXMAN_DIR=" pixman-0.46.0 "
26
+ PIXMAN_DIR=" pixman-0.46.4 "
27
27
28
28
EXPAT_URL=" https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-2.7.1.tar.bz2"
29
29
EXPAT_ARGS=" -DEXPAT_BUILD_TOOLS=OFF -DEXPAT_BUILD_EXAMPLES=OFF \
30
30
-DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_DOCS=OFF -DEXPAT_SHARED_LIBS=OFF"
31
31
EXPAT_DIR=" expat-2.7.1"
32
32
33
- LIBOGG_URL=" https://downloads.xiph.org/releases/ogg/libogg-1.3.5 .tar.xz"
34
- LIBOGG_DIR=" libogg-1.3.5 "
33
+ LIBOGG_URL=" https://downloads.xiph.org/releases/ogg/libogg-1.3.6 .tar.xz"
34
+ LIBOGG_DIR=" libogg-1.3.6 "
35
35
36
36
LIBVORBIS_URL=" https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.xz"
37
37
LIBVORBIS_DIR=" libvorbis-1.3.7"
38
38
39
39
TREMOR_URL=" https://gitlab.xiph.org/xiph/tremor/-/archive/7c30a66346199f3f09017a09567c6c8a3a0eedc8/tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8.tar.bz2"
40
40
TREMOR_DIR=" tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8"
41
41
42
- MPG123_URL=" https://www.mpg123.de/download/mpg123-1.32.10 .tar.bz2"
42
+ MPG123_URL=" https://www.mpg123.de/download/mpg123-1.33.2 .tar.bz2"
43
43
MPG123_ARGS=" --with-cpu=generic --disable-fifo --disable-ipv6 --disable-network \
44
44
--disable-int-quality --with-default-audio=dummy --with-optimization=2 \
45
45
--disable-components --enable-libmpg123"
46
- MPG123_DIR=" mpg123-1.32.10 "
46
+ MPG123_DIR=" mpg123-1.33.2 "
47
47
48
48
LIBSNDFILE_URL=" https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2.tar.xz"
49
49
LIBSNDFILE_ARGS=" --disable-alsa --disable-sqlite --disable-full-suite --disable-external-libs --disable-mpeg"
@@ -72,9 +72,9 @@ OPUSFILE_URL="https://github.com/xiph/opusfile/releases/download/v0.12/opusfile-
72
72
OPUSFILE_ARGS=" --disable-http --disable-examples"
73
73
OPUSFILE_DIR=" opusfile-0.12"
74
74
75
- FLUIDSYNTH_URL=" https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.6 .tar.gz"
75
+ FLUIDSYNTH_URL=" https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.7 .tar.gz"
76
76
FLUIDSYNTH_ARGS=" -DLIB_SUFFIX=''"
77
- FLUIDSYNTH_DIR=" fluidsynth-2.4.6 "
77
+ FLUIDSYNTH_DIR=" fluidsynth-2.4.7 "
78
78
79
79
FLUIDLITE_URL=" https://github.com/divideconcept/FluidLite/archive/57a0e74e708f699b13d7c85b28a4e1ff5b71887c.zip"
80
80
FLUIDLITE_ARGS=" -DFLUIDLITE_BUILD_STATIC=ON -DFLUIDLITE_BUILD_SHARED=OFF"
@@ -88,11 +88,11 @@ FMT_URL="https://github.com/fmtlib/fmt/releases/download/11.2.0/fmt-11.2.0.zip"
88
88
FMT_ARGS=" -DFMT_DOC=OFF -DFMT_TEST=OFF"
89
89
FMT_DIR=" fmt-11.2.0"
90
90
91
- INIH_URL=" https://github.com/benhoyt/inih/archive/refs/tags/r60 .tar.gz"
92
- INIH_DIR=" inih-r60 "
91
+ INIH_URL=" https://github.com/benhoyt/inih/archive/refs/tags/r61 .tar.gz"
92
+ INIH_DIR=" inih-r61 "
93
93
94
- LHASA_URL=" https://github.com/fragglet/lhasa/releases/download/v0.4 .0/lhasa-0.4 .0.tar.gz"
95
- LHASA_DIR=" lhasa-0.4 .0"
94
+ LHASA_URL=" https://github.com/fragglet/lhasa/releases/download/v0.5 .0/lhasa-0.5 .0.tar.gz"
95
+ LHASA_DIR=" lhasa-0.5 .0"
96
96
97
97
ICU_URL=" https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-src.tgz"
98
98
ICU_DIR=" icu"
@@ -104,8 +104,8 @@ ICU_ARGS="--enable-strict=no --disable-tests --disable-samples \
104
104
ICUDATA_URL=https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata77_all.tar.gz
105
105
ICUDATA_FILES=" icudt*.dat"
106
106
107
- SDL2_URL=" https://libsdl.org/release/SDL2-2.32.6 .tar.gz"
108
- SDL2_DIR=" SDL2-2.32.6 "
107
+ SDL2_URL=" https://libsdl.org/release/SDL2-2.32.8 .tar.gz"
108
+ SDL2_DIR=" SDL2-2.32.8 "
109
109
110
110
# 3.18.0, only needed for lmu2png tool
111
111
FREEIMAGE_URL=" https://github.com/carstene1ns/freeimage-easyrpg/archive/d82954e4adcb6c1b223bd3cb2e953b6bbf54dfcd.zip"
0 commit comments