Skip to content

Commit 46fad7d

Browse files
committed
MACOSXPPC: Various updates to prepare for the 2.7.0 release
1 parent d47fab4 commit 46fad7d

File tree

5 files changed

+10
-22
lines changed

5 files changed

+10
-22
lines changed

toolchains/macosx-ppc/packages/faad2/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
FAAD2_VERSION=2_10_0
3+
FAAD2_VERSION=2_10_1
44
#FAAD2_SHA256=985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d
55

66
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
@@ -9,7 +9,7 @@ HELPERS_DIR=$PACKAGE_DIR/../../../common
99

1010
do_make_bdir
1111

12-
do_http_fetch faad2 "https://github.com/knik0/faad2/archive/refs/tags/${FAAD2_VERSION}.tar.gz" \
12+
do_http_fetch faad2 "https://github.com/knik0/faad2/archive/2.10.1/faad-${FAAD2_VERSION}.tar.gz" \
1313
'tar xzf' #"sha256:${FAAD2_SHA256}"
1414

1515
export MACOSX_DEPLOYMENT_TARGET=10.4

toolchains/macosx-ppc/packages/faad2/patches/reject-buffers-zero-size.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

toolchains/macosx-ppc/packages/freetype/build.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
FREETYPE_VERSION=2.11.1
3+
FREETYPE_VERSION=2.12.1
44
FREETYPE_SHA256=XXX
55

66
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
@@ -15,14 +15,12 @@ do_http_fetch freetype "http://download.savannah.gnu.org/releases/freetype/freet
1515
export MACOSX_DEPLOYMENT_TARGET=10.4
1616
export SDKROOT=/Developer/SDKs/MacOSX10.4u.sdk
1717

18-
# TODO: it tries to inject -std=gnu11 but there's a -std=c99 override
19-
# Nuke the -std=gnu11.
20-
2118
CC=/opt/macports-tff/bin/gcc-mp-4.8 \
2219
CFLAGS='-O2 -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -Wa,-force_cpusubtype_ALL -m32' \
2320
LDFLAGS='-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk' \
2421
ZLIB_CFLAGS="-I$PREFIX/include" \
2522
ZLIB_LIBS="-Wl,-macosx_version_min,10.4 -Wl,-search_paths_first -L$PREFIX/lib -lz" \
23+
ac_cv_prog_cc_c11=no \
2624
do_configure \
2725
--enable-freetype-config --with-zlib=yes --with-bzip2=yes \
2826
--with-png=no --with-harfbuzz=no --with-brotli=no \

toolchains/macosx-ppc/packages/libpng/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22

3-
LIBPNG_VERSION=1.6.38
4-
#LIBPNG_SHA256=daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4
3+
LIBPNG_VERSION=1.6.39
4+
#LIBPNG_SHA256=af4fb7f260f839919e5958e5ab01a275d4fe436d45442a36ee62f73e5beb75ba
55

66
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
77
HELPERS_DIR=$PACKAGE_DIR/../../../common

toolchains/macosx-ppc/packages/libsdl1.2/build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#! /bin/sh
22

3-
SDL_VERSION=dff35e7a6694acbd14c6222363b3e69f1bd1b96c
3+
# note: avoiding later 7a877568f9250a1f6e2b77551878c06ce2f639bf on purpose
4+
# because that Darwin PPC change restored 10.3 and older "worse" APIs, and
5+
# more importantly that change has been merged without any test...
6+
SDL_VERSION=d95c1a4bbd644baba748d341b03141e5f0481ae6
47

58
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
69
HELPERS_DIR=$PACKAGE_DIR/../../../common

0 commit comments

Comments
 (0)