Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry authored and github-actions[bot] committed Mar 15, 2024
1 parent d34ae5c commit 6bb8aa5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions shared/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ arguments = "-DHB_HAVE_FREETYPE=ON -DHB_BUILD_SUBSET=OFF"
anitya_id = 1299

[pixman]
version = 0.42.2
version = 0.43.4
url = "https://cairographics.org/releases/pixman-${version}.tar.gz"
arguments = "--disable-libpng --enable-dependency-tracking"
anitya_id = 3648

[expat]
version_major = 2
version_minor = 6
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 Down Expand Up @@ -93,7 +93,7 @@ arguments = "-DWANT_PLAYER=OFF -DWANT_STATIC=ON"
anitya_id = 9179

[opus]
version = 1.4
version = 1.5.1
url = "https://downloads.xiph.org/releases/opus/opus-${version}.tar.gz"
arguments = "--disable-intrinsics --disable-extra-programs"
anitya_id = 11081
Expand Down Expand Up @@ -158,7 +158,7 @@ url = https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata.ta
files = "icudt*.dat"

[SDL2]
version = 2.28.5
version = 2.30.1
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 @@ -19,14 +19,14 @@ HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/8.3.0/harfb
HARFBUZZ_ARGS="-DHB_HAVE_FREETYPE=ON -DHB_BUILD_SUBSET=OFF"
HARFBUZZ_DIR="harfbuzz-8.3.0"

PIXMAN_URL="https://cairographics.org/releases/pixman-0.42.2.tar.gz"
PIXMAN_URL="https://cairographics.org/releases/pixman-0.43.4.tar.gz"
PIXMAN_ARGS="--disable-libpng --enable-dependency-tracking"
PIXMAN_DIR="pixman-0.42.2"
PIXMAN_DIR="pixman-0.43.4"

EXPAT_URL="https://github.com/libexpat/libexpat/releases/download/R_2_6_1/expat-2.6.1.tar.bz2"
EXPAT_URL="https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.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.6.1"
EXPAT_DIR="expat-2.6.2"

LIBOGG_URL="https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz"
LIBOGG_DIR="libogg-1.3.5"
Expand Down Expand Up @@ -62,9 +62,9 @@ WILDMIDI_URL="https://github.com/Mindwerks/wildmidi/archive/wildmidi-0.4.5.tar.g
WILDMIDI_DIR="wildmidi-wildmidi-0.4.5"
WILDMIDI_ARGS="-DWANT_PLAYER=OFF -DWANT_STATIC=ON"

OPUS_URL="https://downloads.xiph.org/releases/opus/opus-1.4.tar.gz"
OPUS_URL="https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz"
OPUS_ARGS="--disable-intrinsics --disable-extra-programs"
OPUS_DIR="opus-1.4"
OPUS_DIR="opus-1.5.1"

OPUSFILE_URL="https://github.com/xiph/opusfile/releases/download/v0.12/opusfile-0.12.tar.gz"
OPUSFILE_ARGS="--disable-http --disable-examples"
Expand Down Expand Up @@ -101,8 +101,8 @@ ICU_ARGS="--enable-strict=no --disable-tests --disable-samples \
ICUDATA_URL=https://ci.easyrpg.org/job/icudata/lastSuccessfulBuild/artifact/icudata.tar.gz
ICUDATA_FILES="icudt*.dat"

SDL2_URL="https://libsdl.org/release/SDL2-2.28.5.tar.gz"
SDL2_DIR="SDL2-2.28.5"
SDL2_URL="https://libsdl.org/release/SDL2-2.30.1.tar.gz"
SDL2_DIR="SDL2-2.30.1"

# only needed for lmu2png tool
SDL2_IMAGE_URL="https://libsdl.org/projects/SDL_image/release/SDL2_image-2.8.0.tar.gz"
Expand Down

0 comments on commit 6bb8aa5

Please sign in to comment.