Skip to content
Open
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
24 changes: 12 additions & 12 deletions shared/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@ arguments = "-DZLIB_BUILD_EXAMPLES=OFF"
anitya_id = 5303

[libpng]
version = 1.6.48
version = 1.6.50
url = "https://download.sourceforge.net/libpng/libpng-${version}.tar.xz"
arguments = "-DPNG_SHARED=OFF -DPNG_EXECUTABLES=OFF -DPNG_TESTS=OFF"
anitya_id = 1705

[freetype]
version = 2.13.3
version = 2.14.1
url = "https://download.savannah.gnu.org/releases/freetype/freetype-${version}.tar.xz"
arguments = "-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
anitya_id = 854

[harfbuzz]
version = 11.2.1
version = 11.5.0
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
arguments = "-Dfreetype=enabled -Dicu=disabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
anitya_id = 1299

[pixman]
version = 0.46.0
version = 0.46.4
url = "https://cairographics.org/releases/pixman-${version}.tar.gz"
arguments = "-Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
anitya_id = 3648

[expat]
version_major = 2
version_minor = 7
version_patch = 1
version_patch = 2
version = ${version_major}.${version_minor}.${version_patch}
version_url = ${version_major}_${version_minor}_${version_patch}
url = "https://github.com/libexpat/libexpat/releases/download/R_${version_url}/expat-${version}.tar.bz2"
Expand All @@ -43,7 +43,7 @@ arguments = "-DEXPAT_BUILD_TOOLS=OFF -DEXPAT_BUILD_EXAMPLES=OFF
anitya_id = 770

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

Expand All @@ -57,7 +57,7 @@ version = 7c30a66346199f3f09017a09567c6c8a3a0eedc8
url = "https://gitlab.xiph.org/xiph/tremor/-/archive/${version}/tremor-${version}.tar.bz2"

[mpg123]
version = 1.32.10
version = 1.33.2
url = "https://www.mpg123.de/download/mpg123-${version}.tar.bz2"
arguments = "--with-cpu=generic --disable-fifo --disable-ipv6 --disable-network
--disable-int-quality --with-default-audio=dummy --with-optimization=2
Expand Down Expand Up @@ -107,7 +107,7 @@ arguments = "--disable-http --disable-examples"
anitya_id = 10353

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

[fmt]
version = 11.2.0
version = 12.0.0
url = "https://github.com/fmtlib/fmt/releases/download/${version}/fmt-${version}.zip"
arguments = "-DFMT_DOC=OFF -DFMT_TEST=OFF"
anitya_id = 11526

[inih]
version = 60
version = 62
url = "https://github.com/benhoyt/inih/archive/refs/tags/r${version}.tar.gz"
directory = "inih-r${version}"
anitya_id = 11600

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

Expand Down Expand Up @@ -165,7 +165,7 @@ files = "icudt*.dat"
anitya_id = 16134

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

Expand Down
48 changes: 24 additions & 24 deletions shared/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,41 @@ ZLIB_URL="https://zlib.net/fossils/zlib-1.3.1.tar.gz"
ZLIB_ARGS="-DZLIB_BUILD_EXAMPLES=OFF"
ZLIB_DIR="zlib-1.3.1"

LIBPNG_URL="https://download.sourceforge.net/libpng/libpng-1.6.48.tar.xz"
LIBPNG_URL="https://download.sourceforge.net/libpng/libpng-1.6.50.tar.xz"
LIBPNG_ARGS="-DPNG_SHARED=OFF -DPNG_EXECUTABLES=OFF -DPNG_TESTS=OFF"
LIBPNG_DIR="libpng-1.6.48"
LIBPNG_DIR="libpng-1.6.50"

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

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

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

EXPAT_URL="https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-2.7.1.tar.bz2"
EXPAT_URL="https://github.com/libexpat/libexpat/releases/download/R_2_7_2/expat-2.7.2.tar.bz2"
EXPAT_ARGS="-DEXPAT_BUILD_TOOLS=OFF -DEXPAT_BUILD_EXAMPLES=OFF \
-DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_DOCS=OFF -DEXPAT_SHARED_LIBS=OFF"
EXPAT_DIR="expat-2.7.1"
EXPAT_DIR="expat-2.7.2"

LIBOGG_URL="https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz"
LIBOGG_DIR="libogg-1.3.5"
LIBOGG_URL="https://downloads.xiph.org/releases/ogg/libogg-1.3.6.tar.xz"
LIBOGG_DIR="libogg-1.3.6"

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

TREMOR_URL="https://gitlab.xiph.org/xiph/tremor/-/archive/7c30a66346199f3f09017a09567c6c8a3a0eedc8/tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8.tar.bz2"
TREMOR_DIR="tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8"

MPG123_URL="https://www.mpg123.de/download/mpg123-1.32.10.tar.bz2"
MPG123_URL="https://www.mpg123.de/download/mpg123-1.33.2.tar.bz2"
MPG123_ARGS="--with-cpu=generic --disable-fifo --disable-ipv6 --disable-network \
--disable-int-quality --with-default-audio=dummy --with-optimization=2 \
--disable-components --enable-libmpg123"
MPG123_DIR="mpg123-1.32.10"
MPG123_DIR="mpg123-1.33.2"

LIBSNDFILE_URL="https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2.tar.xz"
LIBSNDFILE_ARGS="--disable-alsa --disable-sqlite --disable-full-suite --disable-external-libs --disable-mpeg"
Expand Down Expand Up @@ -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.6.tar.gz"
FLUIDSYNTH_URL="https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.8.tar.gz"
FLUIDSYNTH_ARGS="-DLIB_SUFFIX=''"
FLUIDSYNTH_DIR="fluidsynth-2.4.6"
FLUIDSYNTH_DIR="fluidsynth-2.4.8"

FLUIDLITE_URL="https://github.com/divideconcept/FluidLite/archive/57a0e74e708f699b13d7c85b28a4e1ff5b71887c.zip"
FLUIDLITE_ARGS="-DFLUIDLITE_BUILD_STATIC=ON -DFLUIDLITE_BUILD_SHARED=OFF"
Expand All @@ -84,15 +84,15 @@ NLOHMANNJSON_URL="https://github.com/nlohmann/json/archive/v3.12.0.tar.gz"
NLOHMANNJSON_DIR="json-3.12.0"
NLOHMANNJSON_ARGS="-DJSON_BuildTests=OFF"

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

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

LHASA_URL="https://github.com/fragglet/lhasa/releases/download/v0.4.0/lhasa-0.4.0.tar.gz"
LHASA_DIR="lhasa-0.4.0"
LHASA_URL="https://github.com/fragglet/lhasa/releases/download/v0.5.0/lhasa-0.5.0.tar.gz"
LHASA_DIR="lhasa-0.5.0"

ICU_URL="https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-src.tgz"
ICU_DIR="icu"
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/icudata77_all.tar.gz
ICUDATA_FILES="icudt*.dat"

SDL2_URL="https://libsdl.org/release/SDL2-2.32.6.tar.gz"
SDL2_DIR="SDL2-2.32.6"
SDL2_URL="https://libsdl.org/release/SDL2-2.32.10.tar.gz"
SDL2_DIR="SDL2-2.32.10"

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