Skip to content

Commit 99375af

Browse files
committed
MACOSXPPC: Update fribidi, libpng and zlib
1 parent 5a3990f commit 99375af

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

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

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

3-
FRIBIDI_VERSION=1.0.12
3+
FRIBIDI_VERSION=1.0.15
44
#FRIBIDI_SHA256=30f93e9c63ee627d1a2cedcf59ac34d45bf30240982f99e44c6e015466b4e73d
55

66
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)

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

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

3-
LIBPNG_VERSION=1.6.39
3+
LIBPNG_VERSION=1.6.44
44
#LIBPNG_SHA256=af4fb7f260f839919e5958e5ab01a275d4fe436d45442a36ee62f73e5beb75ba
55

66
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
@@ -27,10 +27,15 @@ do_make
2727
# Don't install man pages and binaries
2828
do_make install-libLTLIBRARIES \
2929
install-binSCRIPTS \
30-
install-exec-hook \
31-
install-nodist_pkgincludeHEADERS \
3230
install-pkgconfigDATA \
3331
install-pkgincludeHEADERS \
34-
install-data-hook
32+
install-nodist_pkgincludeHEADERS
33+
34+
# As we install everything manually we must handle dependencies ourselves
35+
# Run these after the other ones as they depend on them
36+
do_make install-header-links \
37+
install-library-links \
38+
install-libpng-pc \
39+
install-libpng-config
3540

3641
do_clean_bdir

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

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

3-
ZLIB_VERSION=1.2.13
3+
ZLIB_VERSION=1.3.1
44
#ZLIB_SHA256=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
55

66
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)

0 commit comments

Comments
 (0)