Skip to content

Commit

Permalink
Even more library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Jan 3, 2025
1 parent 8c38e2d commit 4f34ca7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
13 changes: 7 additions & 6 deletions shared/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ arguments = "--disable-alsa --disable-sqlite --disable-full-suite --disable-exte
anitya_id = 13277

[libxmp-lite]
version = 4.6.0
version = 4.6.1
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 @@ -107,7 +107,7 @@ arguments = "--disable-http --disable-examples"
anitya_id = 10353

[fluidsynth]
version = 2.4.1
version = 2.4.2
url = "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${version}.tar.gz"
arguments = "-DLIB_SUFFIX=''"
anitya_id = 10437
Expand All @@ -125,7 +125,7 @@ arguments = "-DJSON_BuildTests=OFF"
anitya_id = 11152

[fmt]
version = 11.0.2
version = 11.1.1
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 @@ -156,15 +156,16 @@ anitya_id = 16134

[icudata]
version_major = 76
version = ${version_major}
version_minor = 1
version = ${version_major}-${version_minor}
_ini_comment = empty on purpose, otherwise polluted by default section
directory =
url = https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata${version}_all.tar.gz
url = https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata${version_major}_all.tar.gz
files = "icudt*.dat"
anitya_id = 16134

[SDL2]
version = 2.30.10
version = 2.30.11
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 @@ -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.0/libxmp-lite-4.6.0.tar.gz"
LIBXMP_LITE_URL="https://github.com/libxmp/libxmp/releases/download/libxmp-4.6.1/libxmp-lite-4.6.1.tar.gz"
LIBXMP_LITE_ARGS="-DBUILD_STATIC=ON -DBUILD_SHARED=OFF"
LIBXMP_LITE_DIR="libxmp-lite-4.6.0"
LIBXMP_LITE_DIR="libxmp-lite-4.6.1"

SPEEXDSP_URL="https://downloads.xiph.org/releases/speex/speexdsp-1.2.1.tar.gz"
SPEEXDSP_ARGS="--disable-sse --disable-neon"
Expand All @@ -72,9 +72,9 @@ OPUSFILE_URL="https://github.com/xiph/opusfile/releases/download/v0.12/opusfile-
OPUSFILE_ARGS="--disable-http --disable-examples"
OPUSFILE_DIR="opusfile-0.12"

FLUIDSYNTH_URL="https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.1.tar.gz"
FLUIDSYNTH_URL="https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.2.tar.gz"
FLUIDSYNTH_ARGS="-DLIB_SUFFIX=''"
FLUIDSYNTH_DIR="fluidsynth-2.4.1"
FLUIDSYNTH_DIR="fluidsynth-2.4.2"

FLUIDLITE_URL="https://github.com/divideconcept/FluidLite/archive/57a0e74e708f699b13d7c85b28a4e1ff5b71887c.zip"
FLUIDLITE_ARGS="-DFLUIDLITE_BUILD_STATIC=ON -DFLUIDLITE_BUILD_SHARED=OFF"
Expand All @@ -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.0.2/fmt-11.0.2.zip"
FMT_URL="https://github.com/fmtlib/fmt/releases/download/11.1.1/fmt-11.1.1.zip"
FMT_ARGS="-DFMT_DOC=OFF -DFMT_TEST=OFF"
FMT_DIR="fmt-11.0.2"
FMT_DIR="fmt-11.1.1"

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.10.tar.gz"
SDL2_DIR="SDL2-2.30.10"
SDL2_URL="https://libsdl.org/release/SDL2-2.30.11.tar.gz"
SDL2_DIR="SDL2-2.30.11"

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

0 comments on commit 4f34ca7

Please sign in to comment.