Skip to content

Commit 1f65dcb

Browse files
Ghabrygithub-actions[bot]
authored andcommitted
Update libraries
1 parent 7ab9fe5 commit 1f65dcb

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

shared/packages.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ arguments = "-DZLIB_BUILD_EXAMPLES=OFF"
88
anitya_id = 5303
99

1010
[libpng]
11-
version = 1.6.48
11+
version = 1.6.50
1212
url = "https://download.sourceforge.net/libpng/libpng-${version}.tar.xz"
1313
arguments = "-DPNG_SHARED=OFF -DPNG_EXECUTABLES=OFF -DPNG_TESTS=OFF"
1414
anitya_id = 1705
@@ -20,13 +20,13 @@ arguments = "-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
2020
anitya_id = 854
2121

2222
[harfbuzz]
23-
version = 11.2.1
23+
version = 11.3.3
2424
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
2525
arguments = "-Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
2626
anitya_id = 1299
2727

2828
[pixman]
29-
version = 0.46.0
29+
version = 0.46.4
3030
url = "https://cairographics.org/releases/pixman-${version}.tar.gz"
3131
arguments = "-Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
3232
anitya_id = 3648
@@ -43,7 +43,7 @@ arguments = "-DEXPAT_BUILD_TOOLS=OFF -DEXPAT_BUILD_EXAMPLES=OFF
4343
anitya_id = 770
4444

4545
[libogg]
46-
version = 1.3.5
46+
version = 1.3.6
4747
url = "https://downloads.xiph.org/releases/ogg/libogg-${version}.tar.xz"
4848
anitya_id = 1694
4949

@@ -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.10
60+
version = 1.33.2
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
@@ -107,7 +107,7 @@ arguments = "--disable-http --disable-examples"
107107
anitya_id = 10353
108108

109109
[fluidsynth]
110-
version = 2.4.6
110+
version = 2.4.7
111111
url = "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${version}.tar.gz"
112112
arguments = "-DLIB_SUFFIX=''"
113113
anitya_id = 10437
@@ -131,13 +131,13 @@ arguments = "-DFMT_DOC=OFF -DFMT_TEST=OFF"
131131
anitya_id = 11526
132132

133133
[inih]
134-
version = 60
134+
version = 61
135135
url = "https://github.com/benhoyt/inih/archive/refs/tags/r${version}.tar.gz"
136136
directory = "inih-r${version}"
137137
anitya_id = 11600
138138

139139
[lhasa]
140-
version = 0.4.0
140+
version = 0.5.0
141141
url = "https://github.com/fragglet/lhasa/releases/download/v${version}/lhasa-${version}.tar.gz"
142142
anitya_id = 14822
143143

@@ -165,7 +165,7 @@ files = "icudt*.dat"
165165
anitya_id = 16134
166166

167167
[SDL2]
168-
version = 2.32.6
168+
version = 2.32.8
169169
url = "https://libsdl.org/release/SDL2-${version}.tar.gz"
170170
anitya_id = 4779
171171

shared/packages.sh

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,41 @@ ZLIB_URL="https://zlib.net/fossils/zlib-1.3.1.tar.gz"
99
ZLIB_ARGS="-DZLIB_BUILD_EXAMPLES=OFF"
1010
ZLIB_DIR="zlib-1.3.1"
1111

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"
1313
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"
1515

1616
FREETYPE_URL="https://download.savannah.gnu.org/releases/freetype/freetype-2.13.3.tar.xz"
1717
FREETYPE_ARGS="-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
1818
FREETYPE_DIR="freetype-2.13.3"
1919

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"
2121
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"
2323

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"
2525
PIXMAN_ARGS="-Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
26-
PIXMAN_DIR="pixman-0.46.0"
26+
PIXMAN_DIR="pixman-0.46.4"
2727

2828
EXPAT_URL="https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-2.7.1.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"
3131
EXPAT_DIR="expat-2.7.1"
3232

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"
3535

3636
LIBVORBIS_URL="https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.xz"
3737
LIBVORBIS_DIR="libvorbis-1.3.7"
3838

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.10.tar.bz2"
42+
MPG123_URL="https://www.mpg123.de/download/mpg123-1.33.2.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.10"
46+
MPG123_DIR="mpg123-1.33.2"
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"
@@ -72,9 +72,9 @@ OPUSFILE_URL="https://github.com/xiph/opusfile/releases/download/v0.12/opusfile-
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.4.6.tar.gz"
75+
FLUIDSYNTH_URL="https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.7.tar.gz"
7676
FLUIDSYNTH_ARGS="-DLIB_SUFFIX=''"
77-
FLUIDSYNTH_DIR="fluidsynth-2.4.6"
77+
FLUIDSYNTH_DIR="fluidsynth-2.4.7"
7878

7979
FLUIDLITE_URL="https://github.com/divideconcept/FluidLite/archive/57a0e74e708f699b13d7c85b28a4e1ff5b71887c.zip"
8080
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"
8888
FMT_ARGS="-DFMT_DOC=OFF -DFMT_TEST=OFF"
8989
FMT_DIR="fmt-11.2.0"
9090

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"
9393

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"
9696

9797
ICU_URL="https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-src.tgz"
9898
ICU_DIR="icu"
@@ -104,8 +104,8 @@ ICU_ARGS="--enable-strict=no --disable-tests --disable-samples \
104104
ICUDATA_URL=https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata77_all.tar.gz
105105
ICUDATA_FILES="icudt*.dat"
106106

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"
109109

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

0 commit comments

Comments
 (0)