Skip to content

Commit 3b6d876

Browse files
authored
Upgrade to libvips v8.18.0-rc2 (lovell#308)
1 parent f29a0d0 commit 3b6d876

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/posix.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ fi
395395
# Disable building man pages, gettext po files, tools, and (fuzz-)tests
396396
sed -i'.bak' "/subdir('man')/{N;N;N;N;d;}" meson.build
397397
CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" meson setup _build --default-library=shared --buildtype=release --strip --prefix=${TARGET} ${MESON} \
398-
-Ddeprecated=false -Dexamples=false -Dintrospection=disabled -Dmodules=disabled -Dcfitsio=disabled -Dfftw=disabled -Djpeg-xl=disabled \
399-
${WITHOUT_HIGHWAY:+-Dhighway=disabled} -Dorc=disabled -Dmagick=disabled -Dmatio=disabled -Dnifti=disabled -Dopenexr=disabled \
400-
-Dopenjpeg=disabled -Dopenslide=disabled -Dpdfium=disabled -Dpoppler=disabled -Dquantizr=disabled \
398+
-Ddeprecated=false -Dexamples=false -Dauto_features=enabled -Dintrospection=disabled -Dmodules=disabled -Dcfitsio=disabled -Dfftw=disabled \
399+
-Djpeg-xl=disabled ${WITHOUT_HIGHWAY:+-Dhighway=disabled} -Dorc=disabled -Dmagick=disabled -Dmatio=disabled -Dnifti=disabled -Dopenexr=disabled \
400+
-Dopenjpeg=disabled -Dopenslide=disabled -Dpdfium=disabled -Dpoppler=disabled -Dquantizr=disabled -Draw=disabled -Dspng=disabled \
401401
-Dppm=false -Danalyze=false -Dradiance=false \
402402
${LINUX:+-Dcpp_link_args="$LDFLAGS -Wl,-Bsymbolic-functions -Wl,--version-script=$DEPS/vips/vips.map $EXCLUDE_LIBS"}
403403
meson install -C _build --tag runtime,devel

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ VERSION_PROXY_LIBINTL=0.5
2222
VERSION_RSVG=2.61.3
2323
VERSION_TIFF=4.7.1
2424
VERSION_UHDR=1.4.0
25-
VERSION_VIPS=8.17.3
25+
VERSION_VIPS=8.18.0-rc2
2626
VERSION_WEBP=1.6.0
2727
VERSION_XML2=2.15.1
2828
VERSION_ZLIB_NG=2.3.2

0 commit comments

Comments
 (0)