Skip to content

Commit fd01c52

Browse files
authored
Upgrade to libvips v8.15.2 (#225)
1 parent 96e00ee commit fd01c52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LIBVIPS_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.15.1
1+
8.15.2

build/lin.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ CFLAGS="${CFLAGS} -O3" meson setup _build --default-library=static --buildtype=r
457457
meson install -C _build --tag devel
458458

459459
mkdir ${DEPS}/vips
460-
$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}/vips-$(without_prerelease $VERSION_VIPS).tar.xz | tar xJC ${DEPS}/vips --strip-components=1
460+
$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}a/vips-$(without_prerelease $VERSION_VIPS).tar.xz | tar xJC ${DEPS}/vips --strip-components=1
461461
cd ${DEPS}/vips
462462
# Link libvips.so.42 statically into libvips-cpp.so.42
463463
sed -i'.bak' "s/library('vips'/static_&/" libvips/meson.build
@@ -475,7 +475,7 @@ fi
475475
# Disable building man pages, gettext po files, tools, and (fuzz-)tests
476476
sed -i'.bak' "/subdir('man')/{N;N;N;N;d;}" meson.build
477477
CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" meson setup _build --default-library=shared --buildtype=release --strip --prefix=${TARGET} ${MESON} \
478-
-Ddeprecated=false -Dintrospection=disabled -Dmodules=disabled -Dcfitsio=disabled -Dfftw=disabled -Djpeg-xl=disabled \
478+
-Ddeprecated=false -Dexamples=false -Dintrospection=disabled -Dmodules=disabled -Dcfitsio=disabled -Dfftw=disabled -Djpeg-xl=disabled \
479479
${WITHOUT_HIGHWAY:+-Dhighway=disabled} -Dorc=disabled -Dmagick=disabled -Dmatio=disabled -Dnifti=disabled -Dopenexr=disabled \
480480
-Dopenjpeg=disabled -Dopenslide=disabled -Dpdfium=disabled -Dpoppler=disabled -Dquantizr=disabled \
481481
-Dppm=false -Danalyze=false -Dradiance=false \

0 commit comments

Comments
 (0)