File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ VERSION_XML2=2.9.9
23
23
VERSION_GSF=1.14.45
24
24
VERSION_EXIF=0.6.21
25
25
VERSION_LCMS2=2.9
26
- VERSION_JPEG=2.0.1
26
+ VERSION_JPEG=2.0.2
27
27
VERSION_PNG16=1.6.34
28
28
VERSION_WEBP=1.0.2
29
29
VERSION_TIFF=4.0.10
@@ -34,8 +34,8 @@ VERSION_FREETYPE=2.9.1
34
34
VERSION_EXPAT=2.2.6
35
35
VERSION_UUID=2.33.1
36
36
VERSION_FONTCONFIG=2.13.1
37
- VERSION_HARFBUZZ=2.3.0
38
- VERSION_PIXMAN=0.36 .0
37
+ VERSION_HARFBUZZ=2.3.1
38
+ VERSION_PIXMAN=0.38 .0
39
39
VERSION_CAIRO=1.16.0
40
40
VERSION_FRIBIDI=1.0.5
41
41
VERSION_PANGO=1.42.4
@@ -85,7 +85,7 @@ version_latest "fribidi" "$VERSION_FRIBIDI" "857"
85
85
# version_latest "pango" "$VERSION_PANGO" "11783" # latest version requires meson instead of autotools
86
86
version_latest " croco" " $VERSION_CROCO " " 11787"
87
87
version_latest " svg" " $VERSION_SVG " " 5420"
88
- version_latest " gif" " $VERSION_GIF " " 1158"
88
+ # version_latest "gif" "$VERSION_GIF" "1158" # v5.1.5+ provides a Makefile only so will require custom cross-compilation setup
89
89
if [ " $ALL_AT_VERSION_LATEST " = " false" ]; then exit 1; fi
90
90
91
91
# Download and build dependencies from source
@@ -228,6 +228,7 @@ make install-strip
228
228
mkdir ${DEPS} /harfbuzz
229
229
curl -Ls https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${VERSION_HARFBUZZ} .tar.bz2 | tar xjC ${DEPS} /harfbuzz --strip-components=1
230
230
cd ${DEPS} /harfbuzz
231
+ sed -i " s/error \" -Wunused-local-typedefs\" /ignored \" -Wunused-local-typedefs\" /" src/hb.hh
231
232
./configure --host=${CHOST} --prefix=${TARGET} --enable-shared --disable-static --disable-dependency-tracking
232
233
make install-strip
233
234
You can’t perform that action at this time.
0 commit comments