Skip to content

Commit 1a036a5

Browse files
Ghabrygithub-actions[bot]
authored andcommitted
Update libraries
1 parent 04e4952 commit 1a036a5

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

shared/packages.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ arguments = "-DPNG_SHARED=OFF -DPNG_EXECUTABLES=OFF -DPNG_TESTS=OFF"
1414
anitya_id = 15294
1515

1616
[freetype]
17-
version = 2.13.2
17+
version = 2.13.3
1818
url = "https://mirrors.sarata.com/non-gnu/freetype/freetype-${version}.tar.xz"
1919
arguments = "-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
2020
anitya_id = 854
2121

2222
[harfbuzz]
23-
version = 8.4.0
23+
version = 9.0.0
2424
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
2525
arguments = "-Dfreetype=enabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
2626
anitya_id = 1299
@@ -57,7 +57,7 @@ version = 7c30a66346199f3f09017a09567c6c8a3a0eedc8
5757
url = "https://gitlab.xiph.org/xiph/tremor/-/archive/${version}/tremor-${version}.tar.bz2"
5858

5959
[mpg123]
60-
version = 1.32.5
60+
version = 1.32.7
6161
url = "https://www.mpg123.de/download/mpg123-${version}.tar.bz2"
6262
arguments = "--with-cpu=generic --disable-fifo --disable-ipv6 --disable-network
6363
--disable-int-quality --with-default-audio=dummy --with-optimization=2
@@ -88,14 +88,14 @@ url = "https://github.com/libsndfile/libsamplerate/releases/download/${version}/
8888
anitya_id = 1716
8989

9090
[wildmidi]
91-
version = 0.4.5
91+
version = 0.4.6
9292
url = "https://github.com/Mindwerks/wildmidi/archive/wildmidi-${version}.tar.gz"
9393
directory = "wildmidi-wildmidi-${version}"
9494
arguments = "-DWANT_PLAYER=OFF -DWANT_STATIC=ON"
9595
anitya_id = 9179
9696

9797
[opus]
98-
version = 1.5.1
98+
version = 1.5.2
9999
url = "https://downloads.xiph.org/releases/opus/opus-${version}.tar.gz"
100100
arguments = "--disable-intrinsics --disable-extra-programs"
101101
anitya_id = 11081
@@ -107,7 +107,7 @@ arguments = "--disable-http --disable-examples"
107107
anitya_id = 10353
108108

109109
[fluidsynth]
110-
version = 2.3.5
110+
version = 2.3.6
111111
url = "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${version}.tar.gz"
112112
arguments = "-DLIB_SUFFIX=''"
113113
anitya_id = 10437
@@ -125,7 +125,7 @@ arguments = "-DJSON_BuildTests=OFF"
125125
anitya_id = 11152
126126

127127
[fmt]
128-
version = 10.2.1
128+
version = 11.0.2
129129
url = "https://github.com/fmtlib/fmt/releases/download/${version}/fmt-${version}.zip"
130130
arguments = "-DFMT_DOC=OFF -DFMT_TEST=OFF"
131131
anitya_id = 11526
@@ -142,8 +142,8 @@ url = "https://github.com/fragglet/lhasa/releases/download/v${version}/lhasa-${v
142142
anitya_id = 14822
143143

144144
[ICU]
145-
version_major = 74
146-
version_minor = 2
145+
version_major = 75
146+
version_minor = 1
147147
version = ${version_major}-${version_minor}
148148
version_src = ${version_major}_${version_minor}
149149
url = "https://github.com/unicode-org/icu/releases/download/release-${version}/icu4c-${version_src}-src.tgz"
@@ -160,7 +160,7 @@ url = https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata.ta
160160
files = "icudt*.dat"
161161

162162
[SDL2]
163-
version = 2.30.1
163+
version = 2.30.6
164164
url = "https://libsdl.org/release/SDL2-${version}.tar.gz"
165165
anitya_id = 4779
166166

shared/packages.sh

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ LIBPNG_URL="https://download.sourceforge.net/libpng/libpng-1.6.39.tar.xz"
1313
LIBPNG_ARGS="-DPNG_SHARED=OFF -DPNG_EXECUTABLES=OFF -DPNG_TESTS=OFF"
1414
LIBPNG_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"
1717
FREETYPE_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"
2121
HARFBUZZ_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

2424
PIXMAN_URL="https://cairographics.org/releases/pixman-0.43.4.tar.gz"
2525
PIXMAN_ARGS="-Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
@@ -39,11 +39,11 @@ LIBVORBIS_DIR="libvorbis-1.3.7"
3939
TREMOR_URL="https://gitlab.xiph.org/xiph/tremor/-/archive/7c30a66346199f3f09017a09567c6c8a3a0eedc8/tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8.tar.bz2"
4040
TREMOR_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"
4343
MPG123_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

4848
LIBSNDFILE_URL="https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2.tar.xz"
4949
LIBSNDFILE_ARGS="--disable-alsa --disable-sqlite --disable-full-suite --disable-external-libs --disable-mpeg"
@@ -60,21 +60,21 @@ SPEEXDSP_DIR="speexdsp-1.2.1"
6060
LIBSAMPLERATE_URL="https://github.com/libsndfile/libsamplerate/releases/download/0.2.2/libsamplerate-0.2.2.tar.xz"
6161
LIBSAMPLERATE_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"
6565
WILDMIDI_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"
6868
OPUS_ARGS="--disable-intrinsics --disable-extra-programs"
69-
OPUS_DIR="opus-1.5.1"
69+
OPUS_DIR="opus-1.5.2"
7070

7171
OPUSFILE_URL="https://github.com/xiph/opusfile/releases/download/v0.12/opusfile-0.12.tar.gz"
7272
OPUSFILE_ARGS="--disable-http --disable-examples"
7373
OPUSFILE_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"
7676
FLUIDSYNTH_ARGS="-DLIB_SUFFIX=''"
77-
FLUIDSYNTH_DIR="fluidsynth-2.3.5"
77+
FLUIDSYNTH_DIR="fluidsynth-2.3.6"
7878

7979
FLUIDLITE_URL="https://github.com/divideconcept/FluidLite/archive/57a0e74e708f699b13d7c85b28a4e1ff5b71887c.zip"
8080
FLUIDLITE_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"
8484
NLOHMANNJSON_DIR="json-3.11.3"
8585
NLOHMANNJSON_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"
8888
FMT_ARGS="-DFMT_DOC=OFF -DFMT_TEST=OFF"
89-
FMT_DIR="fmt-10.2.1"
89+
FMT_DIR="fmt-11.0.2"
9090

9191
INIH_URL="https://github.com/benhoyt/inih/archive/refs/tags/r58.tar.gz"
9292
INIH_DIR="inih-r58"
9393

9494
LHASA_URL="https://github.com/fragglet/lhasa/releases/download/v0.4.0/lhasa-0.4.0.tar.gz"
9595
LHASA_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"
9898
ICU_DIR="icu"
9999
ICU_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 \
103103
ICUDATA_URL=https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata.tar.gz
104104
ICUDATA_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
110110
SDL2_IMAGE_URL="https://libsdl.org/projects/SDL_image/release/SDL2_image-2.8.0.tar.gz"

0 commit comments

Comments
 (0)