Skip to content

Commit 2a39bb9

Browse files
Ghabrygithub-actions[bot]
authored andcommitted
Update libraries
1 parent 84cf2f4 commit 2a39bb9

2 files changed

Lines changed: 30 additions & 29 deletions

File tree

shared/packages.ini

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ arguments = "-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
2323
anitya_id = 854
2424

2525
[harfbuzz]
26-
version = 14.1.0
26+
version = 14.3.0
2727
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
2828
arguments = "-Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disabled -Draster=disabled -Dvector=disabled -Dsubset=disabled"
2929
anitya_id = 1299
@@ -36,8 +36,8 @@ anitya_id = 3648
3636

3737
[expat]
3838
version_major = 2
39-
version_minor = 7
40-
version_patch = 5
39+
version_minor = 8
40+
version_patch = 2
4141
version = ${version_major}.${version_minor}.${version_patch}
4242
version_url = ${version_major}_${version_minor}_${version_patch}
4343
url = "https://github.com/libexpat/libexpat/releases/download/R_${version_url}/expat-${version}.tar.bz2"
@@ -60,7 +60,7 @@ version = 820fb3237ea81af44c9cc468c8b4e20128e3e5ad
6060
url = "https://gitlab.xiph.org/xiph/tremor/-/archive/${version}/tremor-${version}.tar.bz2"
6161

6262
[mpg123]
63-
version = 1.33.4
63+
version = 1.33.7
6464
url = "https://www.mpg123.de/download/mpg123-${version}.tar.bz2"
6565
arguments = "--with-cpu=generic --disable-fifo --disable-ipv6 --disable-network
6666
--disable-int-quality --with-default-audio=dummy --with-optimization=2
@@ -74,7 +74,7 @@ arguments = "--disable-alsa --disable-sqlite --disable-full-suite --disable-exte
7474
anitya_id = 13277
7575

7676
[libxmp-lite]
77-
version = 4.7.0
77+
version = 4.7.2
7878
url = "https://github.com/libxmp/libxmp/releases/download/libxmp-${version}/libxmp-lite-${version}.tar.gz"
7979
arguments = "-DBUILD_STATIC=ON -DBUILD_SHARED=OFF"
8080
anitya_id = 1784
@@ -92,7 +92,7 @@ arguments = "-DLIBSAMPLERATE_EXAMPLES=OFF -DBUILD_TESTING=OFF"
9292
anitya_id = 1716
9393

9494
[wildmidi]
95-
version = 0.4.6
95+
version = 0.5.0
9696
url = "https://github.com/Mindwerks/wildmidi/archive/wildmidi-${version}.tar.gz"
9797
directory = "wildmidi-wildmidi-${version}"
9898
arguments = "-DWANT_PLAYER=OFF -DWANT_STATIC=ON"
@@ -111,7 +111,7 @@ arguments = "--disable-http --disable-examples"
111111
anitya_id = 10353
112112

113113
[fluidsynth]
114-
version = 2.5.3
114+
version = 2.5.7
115115
url = "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${version}.tar.gz"
116116
arguments = "-DLIB_SUFFIX='' -Denable-alsa=OFF -Denable-aufile=OFF -Denable-dbus=OFF -Denable-ipv6=OFF -Denable-jack=OFF -Denable-ladspa=OFF -Denable-libinstpatch=OFF -Denable-libsndfile=OFF -Denable-midishare=OFF -Denable-network=OFF -Denable-oss=OFF -Denable-dsound=OFF -Denable-wasapi=OFF -Denable-waveout=OFF -Denable-winmidi=OFF -Denable-sdl3=OFF -Denable-pulseaudio=OFF -Denable-pipewire=OFF -Denable-readline=OFF -Denable-threads=OFF -Denable-openmp=OFF -Denable-unicode=OFF -Denable-native-dls=OFF"
117117
anitya_id = 10437
@@ -129,7 +129,7 @@ arguments = "-DJSON_BuildTests=OFF"
129129
anitya_id = 11152
130130

131131
[fmt]
132-
version = 12.1.0
132+
version = 12.2.0
133133
url = "https://github.com/fmtlib/fmt/releases/download/${version}/fmt-${version}.zip"
134134
arguments = "-DFMT_DOC=OFF -DFMT_TEST=OFF"
135135
anitya_id = 11526
@@ -141,7 +141,7 @@ directory = "inih-r${version}"
141141
anitya_id = 11600
142142

143143
[lhasa]
144-
version = 0.5.0
144+
version = 0.6.0
145145
url = "https://github.com/fragglet/lhasa/releases/download/v${version}/lhasa-${version}.tar.gz"
146146
anitya_id = 14822
147147

@@ -160,13 +160,13 @@ version_major = 78
160160
version_minor = 3
161161
version = ${version_major}.${version_minor}
162162
_ini_comment = empty on purpose, otherwise polluted by default section
163-
directory =
163+
directory =
164164
url = https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata${version_major}_all.tar.gz
165165
files = "icudt*.dat"
166166
anitya_id = 379847
167167

168168
[SDL3]
169-
version = 3.4.4
169+
version = 3.4.14
170170
url = "https://libsdl.org/release/SDL3-${version}.tar.gz"
171171
arguments = "-DSDL_TEST_LIBRARY=OFF -DSDL_EXAMPLES=OFF"
172172
anitya_id = 375746
@@ -176,3 +176,4 @@ comment = 3.18.0, only needed for lmu2png tool
176176
version = d82954e4adcb6c1b223bd3cb2e953b6bbf54dfcd
177177
url = "https://github.com/carstene1ns/freeimage-easyrpg/archive/${version}.zip"
178178
directory = "freeimage-easyrpg-${version}"
179+

shared/packages.sh

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ FREETYPE_URL="https://download.savannah.gnu.org/releases/freetype/freetype-2.14.
1717
FREETYPE_ARGS="-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
1818
FREETYPE_DIR="freetype-2.14.3"
1919

20-
HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/14.1.0/harfbuzz-14.1.0.tar.xz"
20+
HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/14.3.0/harfbuzz-14.3.0.tar.xz"
2121
HARFBUZZ_ARGS="-Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disabled -Draster=disabled -Dvector=disabled -Dsubset=disabled"
22-
HARFBUZZ_DIR="harfbuzz-14.1.0"
22+
HARFBUZZ_DIR="harfbuzz-14.3.0"
2323

2424
PIXMAN_URL="https://cairographics.org/releases/pixman-0.46.4.tar.gz"
2525
PIXMAN_ARGS="-Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
2626
PIXMAN_DIR="pixman-0.46.4"
2727

28-
EXPAT_URL="https://github.com/libexpat/libexpat/releases/download/R_2_7_5/expat-2.7.5.tar.bz2"
28+
EXPAT_URL="https://github.com/libexpat/libexpat/releases/download/R_2_8_2/expat-2.8.2.tar.bz2"
2929
EXPAT_ARGS="-DEXPAT_BUILD_TOOLS=OFF -DEXPAT_BUILD_EXAMPLES=OFF \
3030
-DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_DOCS=OFF -DEXPAT_SHARED_LIBS=OFF"
31-
EXPAT_DIR="expat-2.7.5"
31+
EXPAT_DIR="expat-2.8.2"
3232

3333
LIBOGG_URL="https://downloads.xiph.org/releases/ogg/libogg-1.3.6.tar.xz"
3434
LIBOGG_DIR="libogg-1.3.6"
@@ -39,19 +39,19 @@ LIBVORBIS_DIR="libvorbis-1.3.7"
3939
TREMOR_URL="https://gitlab.xiph.org/xiph/tremor/-/archive/820fb3237ea81af44c9cc468c8b4e20128e3e5ad/tremor-820fb3237ea81af44c9cc468c8b4e20128e3e5ad.tar.bz2"
4040
TREMOR_DIR="tremor-820fb3237ea81af44c9cc468c8b4e20128e3e5ad"
4141

42-
MPG123_URL="https://www.mpg123.de/download/mpg123-1.33.4.tar.bz2"
42+
MPG123_URL="https://www.mpg123.de/download/mpg123-1.33.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.33.4"
46+
MPG123_DIR="mpg123-1.33.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"
5050
LIBSNDFILE_DIR="libsndfile-1.2.2"
5151

52-
LIBXMP_LITE_URL="https://github.com/libxmp/libxmp/releases/download/libxmp-4.7.0/libxmp-lite-4.7.0.tar.gz"
52+
LIBXMP_LITE_URL="https://github.com/libxmp/libxmp/releases/download/libxmp-4.7.2/libxmp-lite-4.7.2.tar.gz"
5353
LIBXMP_LITE_ARGS="-DBUILD_STATIC=ON -DBUILD_SHARED=OFF"
54-
LIBXMP_LITE_DIR="libxmp-lite-4.7.0"
54+
LIBXMP_LITE_DIR="libxmp-lite-4.7.2"
5555

5656
SPEEXDSP_URL="https://downloads.xiph.org/releases/speex/speexdsp-1.2.1.tar.gz"
5757
SPEEXDSP_ARGS="--disable-sse --disable-neon"
@@ -61,8 +61,8 @@ LIBSAMPLERATE_URL="https://github.com/libsndfile/libsamplerate/releases/download
6161
LIBSAMPLERATE_ARGS="-DLIBSAMPLERATE_EXAMPLES=OFF -DBUILD_TESTING=OFF"
6262
LIBSAMPLERATE_DIR="libsamplerate-0.2.2"
6363

64-
WILDMIDI_URL="https://github.com/Mindwerks/wildmidi/archive/wildmidi-0.4.6.tar.gz"
65-
WILDMIDI_DIR="wildmidi-wildmidi-0.4.6"
64+
WILDMIDI_URL="https://github.com/Mindwerks/wildmidi/archive/wildmidi-0.5.0.tar.gz"
65+
WILDMIDI_DIR="wildmidi-wildmidi-0.5.0"
6666
WILDMIDI_ARGS="-DWANT_PLAYER=OFF -DWANT_STATIC=ON"
6767

6868
OPUS_URL="https://downloads.xiph.org/releases/opus/opus-1.6.1.tar.gz"
@@ -73,9 +73,9 @@ OPUSFILE_URL="https://github.com/xiph/opusfile/releases/download/v0.12/opusfile-
7373
OPUSFILE_ARGS="--disable-http --disable-examples"
7474
OPUSFILE_DIR="opusfile-0.12"
7575

76-
FLUIDSYNTH_URL="https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.5.3.tar.gz"
76+
FLUIDSYNTH_URL="https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.5.7.tar.gz"
7777
FLUIDSYNTH_ARGS="-DLIB_SUFFIX='' -Denable-alsa=OFF -Denable-aufile=OFF -Denable-dbus=OFF -Denable-ipv6=OFF -Denable-jack=OFF -Denable-ladspa=OFF -Denable-libinstpatch=OFF -Denable-libsndfile=OFF -Denable-midishare=OFF -Denable-network=OFF -Denable-oss=OFF -Denable-dsound=OFF -Denable-wasapi=OFF -Denable-waveout=OFF -Denable-winmidi=OFF -Denable-sdl3=OFF -Denable-pulseaudio=OFF -Denable-pipewire=OFF -Denable-readline=OFF -Denable-threads=OFF -Denable-openmp=OFF -Denable-unicode=OFF -Denable-native-dls=OFF"
78-
FLUIDSYNTH_DIR="fluidsynth-2.5.3"
78+
FLUIDSYNTH_DIR="fluidsynth-2.5.7"
7979

8080
FLUIDLITE_URL="https://github.com/divideconcept/FluidLite/archive/4a01cf1c67419e71da971d209f2855bbf4f3bab8.zip"
8181
FLUIDLITE_ARGS="-DFLUIDLITE_BUILD_STATIC=ON -DFLUIDLITE_BUILD_SHARED=OFF"
@@ -85,15 +85,15 @@ NLOHMANNJSON_URL="https://github.com/nlohmann/json/archive/v3.12.0.tar.gz"
8585
NLOHMANNJSON_DIR="json-3.12.0"
8686
NLOHMANNJSON_ARGS="-DJSON_BuildTests=OFF"
8787

88-
FMT_URL="https://github.com/fmtlib/fmt/releases/download/12.1.0/fmt-12.1.0.zip"
88+
FMT_URL="https://github.com/fmtlib/fmt/releases/download/12.2.0/fmt-12.2.0.zip"
8989
FMT_ARGS="-DFMT_DOC=OFF -DFMT_TEST=OFF"
90-
FMT_DIR="fmt-12.1.0"
90+
FMT_DIR="fmt-12.2.0"
9191

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

95-
LHASA_URL="https://github.com/fragglet/lhasa/releases/download/v0.5.0/lhasa-0.5.0.tar.gz"
96-
LHASA_DIR="lhasa-0.5.0"
95+
LHASA_URL="https://github.com/fragglet/lhasa/releases/download/v0.6.0/lhasa-0.6.0.tar.gz"
96+
LHASA_DIR="lhasa-0.6.0"
9797

9898
ICU_URL="https://github.com/unicode-org/icu/releases/download/release-78.3/icu4c-78.3-sources.tgz"
9999
ICU_DIR="icu"
@@ -105,9 +105,9 @@ ICU_ARGS="--enable-strict=no --disable-tests --disable-samples \
105105
ICUDATA_URL=https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata78_all.tar.gz
106106
ICUDATA_FILES="icudt*.dat"
107107

108-
SDL3_URL="https://libsdl.org/release/SDL3-3.4.4.tar.gz"
108+
SDL3_URL="https://libsdl.org/release/SDL3-3.4.14.tar.gz"
109109
SDL3_ARGS="-DSDL_TEST_LIBRARY=OFF -DSDL_EXAMPLES=OFF"
110-
SDL3_DIR="SDL3-3.4.4"
110+
SDL3_DIR="SDL3-3.4.14"
111111

112112
# 3.18.0, only needed for lmu2png tool
113113
FREEIMAGE_URL="https://github.com/carstene1ns/freeimage-easyrpg/archive/d82954e4adcb6c1b223bd3cb2e953b6bbf54dfcd.zip"

0 commit comments

Comments
 (0)