Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions shared/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ arguments = "-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
anitya_id = 854

[harfbuzz]
version = 10.2.0
version = 10.4.0
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
arguments = "-Dfreetype=enabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
anitya_id = 1299
Expand Down Expand Up @@ -71,7 +71,7 @@ arguments = "--disable-alsa --disable-sqlite --disable-full-suite --disable-exte
anitya_id = 13277

[libxmp-lite]
version = 4.6.1
version = 4.6.2
url = "https://github.com/libxmp/libxmp/releases/download/libxmp-${version}/libxmp-lite-${version}.tar.gz"
arguments = "-DBUILD_STATIC=ON -DBUILD_SHARED=OFF"
anitya_id = 1784
Expand Down Expand Up @@ -125,7 +125,7 @@ arguments = "-DJSON_BuildTests=OFF"
anitya_id = 11152

[fmt]
version = 11.1.2
version = 11.1.4
url = "https://github.com/fmtlib/fmt/releases/download/${version}/fmt-${version}.zip"
arguments = "-DFMT_DOC=OFF -DFMT_TEST=OFF"
anitya_id = 11526
Expand Down Expand Up @@ -165,7 +165,7 @@ files = "icudt*.dat"
anitya_id = 16134

[SDL2]
version = 2.30.11
version = 2.32.2
url = "https://libsdl.org/release/SDL2-${version}.tar.gz"
anitya_id = 4779

Expand Down
16 changes: 8 additions & 8 deletions shared/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ FREETYPE_URL="https://download.savannah.gnu.org/releases/freetype/freetype-2.13.
FREETYPE_ARGS="-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
FREETYPE_DIR="freetype-2.13.3"

HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/10.2.0/harfbuzz-10.2.0.tar.xz"
HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/10.4.0/harfbuzz-10.4.0.tar.xz"
HARFBUZZ_ARGS="-Dfreetype=enabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
HARFBUZZ_DIR="harfbuzz-10.2.0"
HARFBUZZ_DIR="harfbuzz-10.4.0"

PIXMAN_URL="https://cairographics.org/releases/pixman-0.44.2.tar.gz"
PIXMAN_ARGS="-Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
Expand Down Expand Up @@ -49,9 +49,9 @@ LIBSNDFILE_URL="https://github.com/libsndfile/libsndfile/releases/download/1.2.2
LIBSNDFILE_ARGS="--disable-alsa --disable-sqlite --disable-full-suite --disable-external-libs --disable-mpeg"
LIBSNDFILE_DIR="libsndfile-1.2.2"

LIBXMP_LITE_URL="https://github.com/libxmp/libxmp/releases/download/libxmp-4.6.1/libxmp-lite-4.6.1.tar.gz"
LIBXMP_LITE_URL="https://github.com/libxmp/libxmp/releases/download/libxmp-4.6.2/libxmp-lite-4.6.2.tar.gz"
LIBXMP_LITE_ARGS="-DBUILD_STATIC=ON -DBUILD_SHARED=OFF"
LIBXMP_LITE_DIR="libxmp-lite-4.6.1"
LIBXMP_LITE_DIR="libxmp-lite-4.6.2"

SPEEXDSP_URL="https://downloads.xiph.org/releases/speex/speexdsp-1.2.1.tar.gz"
SPEEXDSP_ARGS="--disable-sse --disable-neon"
Expand Down Expand Up @@ -84,9 +84,9 @@ NLOHMANNJSON_URL="https://github.com/nlohmann/json/archive/v3.11.3.tar.gz"
NLOHMANNJSON_DIR="json-3.11.3"
NLOHMANNJSON_ARGS="-DJSON_BuildTests=OFF"

FMT_URL="https://github.com/fmtlib/fmt/releases/download/11.1.2/fmt-11.1.2.zip"
FMT_URL="https://github.com/fmtlib/fmt/releases/download/11.1.4/fmt-11.1.4.zip"
FMT_ARGS="-DFMT_DOC=OFF -DFMT_TEST=OFF"
FMT_DIR="fmt-11.1.2"
FMT_DIR="fmt-11.1.4"

INIH_URL="https://github.com/benhoyt/inih/archive/refs/tags/r58.tar.gz"
INIH_DIR="inih-r58"
Expand All @@ -104,8 +104,8 @@ ICU_ARGS="--enable-strict=no --disable-tests --disable-samples \
ICUDATA_URL=https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata76_all.tar.gz
ICUDATA_FILES="icudt*.dat"

SDL2_URL="https://libsdl.org/release/SDL2-2.30.11.tar.gz"
SDL2_DIR="SDL2-2.30.11"
SDL2_URL="https://libsdl.org/release/SDL2-2.32.2.tar.gz"
SDL2_DIR="SDL2-2.32.2"

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