@@ -13,13 +13,13 @@ LIBPNG_URL="https://download.sourceforge.net/libpng/libpng-1.6.39.tar.xz"
1313LIBPNG_ARGS=" -DPNG_SHARED=OFF -DPNG_EXECUTABLES=OFF -DPNG_TESTS=OFF"
1414LIBPNG_DIR=" libpng-1.6.39"
1515
16- FREETYPE_URL=" https://mirrors.sarata.com/non-gnu/freetype/freetype-2.13.2 .tar.xz"
16+ FREETYPE_URL=" https://mirrors.sarata.com/non-gnu/freetype/freetype-2.13.3 .tar.xz"
1717FREETYPE_ARGS=" -DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
18- FREETYPE_DIR=" freetype-2.13.2 "
18+ FREETYPE_DIR=" freetype-2.13.3 "
1919
20- HARFBUZZ_URL=" https://github.com/harfbuzz/harfbuzz/releases/download/8.4 .0/harfbuzz-8.4 .0.tar.xz"
20+ HARFBUZZ_URL=" https://github.com/harfbuzz/harfbuzz/releases/download/9.0 .0/harfbuzz-9.0 .0.tar.xz"
2121HARFBUZZ_ARGS=" -Dfreetype=enabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
22- HARFBUZZ_DIR=" harfbuzz-8.4 .0"
22+ HARFBUZZ_DIR=" harfbuzz-9.0 .0"
2323
2424PIXMAN_URL=" https://cairographics.org/releases/pixman-0.43.4.tar.gz"
2525PIXMAN_ARGS=" -Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
@@ -39,11 +39,11 @@ LIBVORBIS_DIR="libvorbis-1.3.7"
3939TREMOR_URL=" https://gitlab.xiph.org/xiph/tremor/-/archive/7c30a66346199f3f09017a09567c6c8a3a0eedc8/tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8.tar.bz2"
4040TREMOR_DIR=" tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8"
4141
42- MPG123_URL=" https://www.mpg123.de/download/mpg123-1.32.5 .tar.bz2"
42+ MPG123_URL=" https://www.mpg123.de/download/mpg123-1.32.7 .tar.bz2"
4343MPG123_ARGS=" --with-cpu=generic --disable-fifo --disable-ipv6 --disable-network \
4444--disable-int-quality --with-default-audio=dummy --with-optimization=2 \
4545--disable-components --enable-libmpg123"
46- MPG123_DIR=" mpg123-1.32.5 "
46+ MPG123_DIR=" mpg123-1.32.7 "
4747
4848LIBSNDFILE_URL=" https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2.tar.xz"
4949LIBSNDFILE_ARGS=" --disable-alsa --disable-sqlite --disable-full-suite --disable-external-libs --disable-mpeg"
@@ -60,21 +60,21 @@ SPEEXDSP_DIR="speexdsp-1.2.1"
6060LIBSAMPLERATE_URL=" https://github.com/libsndfile/libsamplerate/releases/download/0.2.2/libsamplerate-0.2.2.tar.xz"
6161LIBSAMPLERATE_DIR=" libsamplerate-0.2.2"
6262
63- WILDMIDI_URL=" https://github.com/Mindwerks/wildmidi/archive/wildmidi-0.4.5 .tar.gz"
64- WILDMIDI_DIR=" wildmidi-wildmidi-0.4.5 "
63+ WILDMIDI_URL=" https://github.com/Mindwerks/wildmidi/archive/wildmidi-0.4.6 .tar.gz"
64+ WILDMIDI_DIR=" wildmidi-wildmidi-0.4.6 "
6565WILDMIDI_ARGS=" -DWANT_PLAYER=OFF -DWANT_STATIC=ON"
6666
67- OPUS_URL=" https://downloads.xiph.org/releases/opus/opus-1.5.1 .tar.gz"
67+ OPUS_URL=" https://downloads.xiph.org/releases/opus/opus-1.5.2 .tar.gz"
6868OPUS_ARGS=" --disable-intrinsics --disable-extra-programs"
69- OPUS_DIR=" opus-1.5.1 "
69+ OPUS_DIR=" opus-1.5.2 "
7070
7171OPUSFILE_URL=" https://github.com/xiph/opusfile/releases/download/v0.12/opusfile-0.12.tar.gz"
7272OPUSFILE_ARGS=" --disable-http --disable-examples"
7373OPUSFILE_DIR=" opusfile-0.12"
7474
75- FLUIDSYNTH_URL=" https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.5 .tar.gz"
75+ FLUIDSYNTH_URL=" https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.6 .tar.gz"
7676FLUIDSYNTH_ARGS=" -DLIB_SUFFIX=''"
77- FLUIDSYNTH_DIR=" fluidsynth-2.3.5 "
77+ FLUIDSYNTH_DIR=" fluidsynth-2.3.6 "
7878
7979FLUIDLITE_URL=" https://github.com/divideconcept/FluidLite/archive/57a0e74e708f699b13d7c85b28a4e1ff5b71887c.zip"
8080FLUIDLITE_ARGS=" -DFLUIDLITE_BUILD_STATIC=ON -DFLUIDLITE_BUILD_SHARED=OFF"
@@ -84,17 +84,17 @@ NLOHMANNJSON_URL="https://github.com/nlohmann/json/archive/v3.11.3.tar.gz"
8484NLOHMANNJSON_DIR=" json-3.11.3"
8585NLOHMANNJSON_ARGS=" -DJSON_BuildTests=OFF"
8686
87- FMT_URL=" https://github.com/fmtlib/fmt/releases/download/10.2.1 /fmt-10.2.1 .zip"
87+ FMT_URL=" https://github.com/fmtlib/fmt/releases/download/11.0.2 /fmt-11.0.2 .zip"
8888FMT_ARGS=" -DFMT_DOC=OFF -DFMT_TEST=OFF"
89- FMT_DIR=" fmt-10.2.1 "
89+ FMT_DIR=" fmt-11.0.2 "
9090
9191INIH_URL=" https://github.com/benhoyt/inih/archive/refs/tags/r58.tar.gz"
9292INIH_DIR=" inih-r58"
9393
9494LHASA_URL=" https://github.com/fragglet/lhasa/releases/download/v0.4.0/lhasa-0.4.0.tar.gz"
9595LHASA_DIR=" lhasa-0.4.0"
9696
97- ICU_URL=" https://github.com/unicode-org/icu/releases/download/release-74-2 /icu4c-74_2 -src.tgz"
97+ ICU_URL=" https://github.com/unicode-org/icu/releases/download/release-75-1 /icu4c-75_1 -src.tgz"
9898ICU_DIR=" icu"
9999ICU_ARGS=" --enable-strict=no --disable-tests --disable-samples \
100100--disable-dyload --disable-extras --disable-icuio \
@@ -103,8 +103,8 @@ ICU_ARGS="--enable-strict=no --disable-tests --disable-samples \
103103ICUDATA_URL=https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata.tar.gz
104104ICUDATA_FILES=" icudt*.dat"
105105
106- SDL2_URL=" https://libsdl.org/release/SDL2-2.30.1 .tar.gz"
107- SDL2_DIR=" SDL2-2.30.1 "
106+ SDL2_URL=" https://libsdl.org/release/SDL2-2.30.6 .tar.gz"
107+ SDL2_DIR=" SDL2-2.30.6 "
108108
109109# only needed for lmu2png tool
110110SDL2_IMAGE_URL=" https://libsdl.org/projects/SDL_image/release/SDL2_image-2.8.0.tar.gz"
0 commit comments