Skip to content

Commit 00a9f8e

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

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

shared/packages.ini

Lines changed: 6 additions & 6 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
@@ -26,7 +26,7 @@ arguments = "-Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disa
2626
anitya_id = 1299
2727

2828
[pixman]
29-
version = 0.46.0
29+
version = 0.46.2
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.0
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
@@ -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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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"
@@ -21,29 +21,29 @@ HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/11.2.1/harf
2121
HARFBUZZ_ARGS="-Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
2222
HARFBUZZ_DIR="harfbuzz-11.2.1"
2323

24-
PIXMAN_URL="https://cairographics.org/releases/pixman-0.46.0.tar.gz"
24+
PIXMAN_URL="https://cairographics.org/releases/pixman-0.46.2.tar.gz"
2525
PIXMAN_ARGS="-Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
26-
PIXMAN_DIR="pixman-0.46.0"
26+
PIXMAN_DIR="pixman-0.46.2"
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.0.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.0"
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"
@@ -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)