@@ -39,7 +39,6 @@ VERSION_PIXMAN=0.38.4
39
39
VERSION_CAIRO=1.16.0
40
40
VERSION_FRIBIDI=1.0.8
41
41
VERSION_PANGO=1.44.7
42
- VERSION_CROCO=0.6.13
43
42
VERSION_SVG=2.47.1
44
43
VERSION_GIF=5.1.4
45
44
@@ -79,7 +78,6 @@ version_latest "pixman" "$VERSION_PIXMAN" "3648"
79
78
# version_latest "cairo" "$VERSION_CAIRO" "247" # latest version in release monitoring does not exist
80
79
version_latest " fribidi" " $VERSION_FRIBIDI " " 857"
81
80
version_latest " pango" " $VERSION_PANGO " " 11783"
82
- version_latest " croco" " $VERSION_CROCO " " 11787"
83
81
version_latest " svg" " $VERSION_SVG " " 5420"
84
82
# version_latest "gif" "$VERSION_GIF" "1158" # v5.1.5+ provides a Makefile only so will require custom cross-compilation setup
85
83
if [ " $ALL_AT_VERSION_LATEST " = " false" ]; then exit 1; fi
@@ -250,12 +248,6 @@ CFLAGS= CXXFLAGS= meson setup _build --buildtype=release --strip --libdir=lib --
250
248
ninja -C _build
251
249
ninja -C _build install
252
250
253
- mkdir ${DEPS} /croco
254
- curl -Lks https://download.gnome.org/sources/libcroco/$( without_patch $VERSION_CROCO ) /libcroco-${VERSION_CROCO} .tar.xz | tar xJC ${DEPS} /croco --strip-components=1
255
- cd ${DEPS} /croco
256
- ./configure --host=${CHOST} --prefix=${TARGET} --enable-shared --disable-static --disable-dependency-tracking
257
- make install-strip
258
-
259
251
mkdir ${DEPS} /svg
260
252
curl -Lks https://download.gnome.org/sources/librsvg/$( without_patch $VERSION_SVG ) /librsvg-${VERSION_SVG} .tar.xz | tar xJC ${DEPS} /svg --strip-components=1
261
253
cd ${DEPS} /svg
@@ -296,7 +288,6 @@ find ${TARGET}/lib -type f -name "*.so*" -exec sh -c "patchelf --set-rpath '\$OR
296
288
cd ${TARGET}
297
289
printf " {\n\
298
290
\" cairo\" : \" ${VERSION_CAIRO} \" ,\n\
299
- \" croco\" : \" ${VERSION_CROCO} \" ,\n\
300
291
\" exif\" : \" ${VERSION_EXIF} \" ,\n\
301
292
\" expat\" : \" ${VERSION_EXPAT} \" ,\n\
302
293
\" ffi\" : \" ${VERSION_FFI} \" ,\n\
0 commit comments