Skip to content

Commit

Permalink
Upgrade libvips to v8.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 26, 2021
1 parent 455ea39 commit 9ec3724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/lin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ CFLAGS="${CFLAGS} -O3" ./configure --host=${CHOST} --prefix=${TARGET} --enable-s
make install-strip

mkdir ${DEPS}/vips
$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}-beta2/vips-${VERSION_VIPS}.tar.gz | tar xzC ${DEPS}/vips --strip-components=1
$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}/vips-${VERSION_VIPS}.tar.gz | tar xzC ${DEPS}/vips --strip-components=1
cd ${DEPS}/vips
# Prevent exporting the g_param_spec_types symbol to avoid collisions with shared libraries
printf "{\n\
Expand Down
4 changes: 2 additions & 2 deletions build/win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ case ${PLATFORM} in
;;
esac

FILENAME="vips-dev-${ARCH}-web-${VERSION_VIPS}-beta2-static.zip"
URL="https://github.com/libvips/build-win64-mxe/releases/download/v${VERSION_VIPS}-beta2/${FILENAME}"
FILENAME="vips-dev-${ARCH}-web-${VERSION_VIPS}-static.zip"
URL="https://github.com/libvips/build-win64-mxe/releases/download/v${VERSION_VIPS}/${FILENAME}"
echo "Downloading $URL"
$CURL -O $URL
unzip $FILENAME
Expand Down

0 comments on commit 9ec3724

Please sign in to comment.