Skip to content

Commit

Permalink
ALL: Various toolchain upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
lephilousophe committed Oct 28, 2024
1 parent 573453c commit c484a8d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions toolchains/amigaos4/packages/libmpcdec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ do_make_bdir

do_lha_fetch audio/libmpcdec "libmpcdec*/"

do_lha_install
find . -depth -type d -name .svn -exec rm -rf '{}' ';'

# libmpcdec.a is located in common folder where it should not and it has a bad casing, fix this
cp local/common/lib/libMPCdec.a $DESTDIR/$PREFIX/lib/libmpcdec.a
do_lha_install

do_clean_bdir
2 changes: 1 addition & 1 deletion toolchains/common/packages/fluidsynth/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh

FLUIDSYNTH_VERSION=2.3.6
FLUIDSYNTH_VERSION=2.3.7

PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
HELPERS_DIR=$PACKAGE_DIR/../..
Expand Down
2 changes: 1 addition & 1 deletion toolchains/common/packages/libsdl1.2/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh

SDL_VERSION=2a0b7429ac1624e45b155e3f27822595e9ef686c
SDL_VERSION=0237f339e6bec39c56e1364787fabdb0245d478f

PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
HELPERS_DIR=$PACKAGE_DIR/../..
Expand Down
2 changes: 1 addition & 1 deletion toolchains/devkitswitch/Dockerfile.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
m4_define(`DEVKITA64_VERSION',20240916)
m4_define(`DEVKITA64_VERSION',20241023)
# This version of devkitA64 depends on a Debian Bullseye
# For now it works with our version, we will have to ensure it stays like that
FROM devkitpro/devkita64:DEVKITA64_VERSION AS original-toolchain
Expand Down
2 changes: 1 addition & 1 deletion toolchains/mxe/Dockerfile.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
m4_define(`MXE_VERSION',d6377b2f2334694dbb040294fd0d848327e63328)m4_dnl
m4_define(`MXE_VERSION',333c94bd8f368efcde3f2f93179bc7a0d4359316)m4_dnl

m4_include(`paths.m4')m4_dnl
m4_include(`packages.m4')m4_dnl
Expand Down
4 changes: 2 additions & 2 deletions toolchains/psp/packages/toolchain/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /bin/sh

PSPDEV_VERSION=f6977f7b749fec33aa44cac0cf07aed5b31d5d7b
PSPDEV_VERSION=d1cf7efa52dda0aba11594a56da672e6ce8d909e
export PSPTOOLCHAIN_VERSION=a420edb56fd5e63f21a043748b14ea2c7925bb48
export PSPSDK_VERSION=9bf58639cc462b13f5bf95cc5f59aca9ea460cbf
export PSPSDK_VERSION=4a03c9076f9fdd92e79cc898c06efd9b0ca781c1
export PSPLINKUSB_VERSION=7d44fc10222df2d6f56d939ed4a15dc859651f4a
export EBOOTSIGNER_VERSION=17d6386f034ac922f540ca78200961761b23ecae
export PSPTOOLCHAIN_ALLEGREX_VERSION=e3e1bed110ff0b13f490873d0f83ecbff9cf27c7
Expand Down

0 comments on commit c484a8d

Please sign in to comment.