File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ VERSION_TIFF=4.0.10
30
30
VERSION_ORC=0.4.28
31
31
VERSION_GETTEXT=0.19.8.1
32
32
VERSION_GDKPIXBUF=2.36.12
33
- VERSION_FREETYPE=2.9.1
33
+ VERSION_FREETYPE=2.10.0
34
34
VERSION_EXPAT=2.2.6
35
35
VERSION_UUID=2.33.1
36
36
VERSION_FONTCONFIG=2.13.1
@@ -40,7 +40,7 @@ VERSION_CAIRO=1.16.0
40
40
VERSION_FRIBIDI=1.0.5
41
41
VERSION_PANGO=1.42.4
42
42
VERSION_CROCO=0.6.12
43
- VERSION_SVG=2.45.4
43
+ VERSION_SVG=2.45.5
44
44
VERSION_GIF=5.1.4
45
45
46
46
# Least out-of-sync Sourceforge mirror
@@ -231,6 +231,7 @@ cd ${DEPS}/harfbuzz
231
231
sed -i " s/error \" -Wunused-local-typedefs\" /ignored \" -Wunused-local-typedefs\" /" src/hb.hh
232
232
./configure --host=${CHOST} --prefix=${TARGET} --enable-shared --disable-static --disable-dependency-tracking
233
233
make install-strip
234
+ rm ${TARGET} /lib/libharfbuzz-subset*
234
235
235
236
mkdir ${DEPS} /pixman
236
237
curl -Ls http://cairographics.org/releases/pixman-${VERSION_PIXMAN} .tar.gz | tar xzC ${DEPS} /pixman --strip-components=1
You can’t perform that action at this time.
0 commit comments