@@ -109,7 +109,7 @@ VERSION_PROXY_LIBINTL=0.4
109
109
VERSION_GDKPIXBUF=2.42.10
110
110
VERSION_FREETYPE=2.13.2
111
111
VERSION_EXPAT=2.6.2
112
- VERSION_ARCHIVE=3.7.2
112
+ VERSION_ARCHIVE=3.7.3
113
113
VERSION_FONTCONFIG=2.15.0
114
114
VERSION_HARFBUZZ=8.4.0
115
115
VERSION_PIXMAN=0.43.4
@@ -119,7 +119,7 @@ VERSION_PANGO=1.52.2
119
119
VERSION_RSVG=2.57.3
120
120
VERSION_AOM=3.8.2
121
121
VERSION_HEIF=1.17.6
122
- VERSION_CGIF=0.3.2
122
+ VERSION_CGIF=0.4.0
123
123
124
124
# Remove patch version component
125
125
without_patch () {
@@ -143,7 +143,7 @@ version_latest() {
143
143
VERSION_SELECTOR=" versions"
144
144
fi
145
145
if [[ " $3 " == * " /" * ]]; then
146
- VERSION_LATEST=$( git ls-remote --tags --refs https://github.com/$3 .git | sort -t' /' -k3 -V | awk -F' /' ' END{print $3}' | tr -d ' vV ' )
146
+ VERSION_LATEST=$( git ls-remote --tags --refs https://github.com/$3 .git | sort -t' /' -k3 -V | awk -F' /' ' END{print $3}' | tr -d ' v ' )
147
147
else
148
148
VERSION_LATEST=$( $CURL " https://release-monitoring.org/api/v2/versions/?project_id=$3 " | jq -j " .$VERSION_SELECTOR [0]" | tr ' _' ' .' )
149
149
fi
@@ -161,7 +161,7 @@ version_latest "lcms2" "$VERSION_LCMS2" "9815"
161
161
version_latest " mozjpeg" " $VERSION_MOZJPEG " " mozilla/mozjpeg"
162
162
version_latest " png" " $VERSION_PNG16 " " 1705"
163
163
version_latest " spng" " $VERSION_SPNG " " 24289"
164
- version_latest " webp" " $VERSION_WEBP " " webmproject/libwebp"
164
+ # version_latest "webp" "$VERSION_WEBP" "webmproject/libwebp" # latest version on GitHub is a release candidate
165
165
version_latest " tiff" " $VERSION_TIFF " " 1738"
166
166
version_latest " highway" " $VERSION_HWY " " 205809"
167
167
version_latest " proxy-libintl" " $VERSION_PROXY_LIBINTL " " frida/proxy-libintl"
@@ -449,7 +449,7 @@ PKG_CONFIG=${PKG_CONFIG/ --static/} ./configure --host=${CHOST} --prefix=${TARGE
449
449
PKG_CONFIG_ALL_STATIC=1 make install-strip bin_SCRIPTS=
450
450
451
451
mkdir ${DEPS} /cgif
452
- $CURL https://github.com/dloebl/cgif/archive/V ${VERSION_CGIF} .tar.gz | tar xzC ${DEPS} /cgif --strip-components=1
452
+ $CURL https://github.com/dloebl/cgif/archive/v ${VERSION_CGIF} .tar.gz | tar xzC ${DEPS} /cgif --strip-components=1
453
453
cd ${DEPS} /cgif
454
454
CFLAGS=" ${CFLAGS} -O3" meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
455
455
-Dtests=false
0 commit comments