File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 8.15.1
1
+ 8.15.2
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ CFLAGS="${CFLAGS} -O3" meson setup _build --default-library=static --buildtype=r
457
457
meson install -C _build --tag devel
458
458
459
459
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
461
461
cd ${DEPS} /vips
462
462
# Link libvips.so.42 statically into libvips-cpp.so.42
463
463
sed -i' .bak' " s/library('vips'/static_&/" libvips/meson.build
475
475
# Disable building man pages, gettext po files, tools, and (fuzz-)tests
476
476
sed -i' .bak' " /subdir('man')/{N;N;N;N;d;}" meson.build
477
477
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 \
479
479
${WITHOUT_HIGHWAY: +-Dhighway=disabled} -Dorc=disabled -Dmagick=disabled -Dmatio=disabled -Dnifti=disabled -Dopenexr=disabled \
480
480
-Dopenjpeg=disabled -Dopenslide=disabled -Dpdfium=disabled -Dpoppler=disabled -Dquantizr=disabled \
481
481
-Dppm=false -Danalyze=false -Dradiance=false \
You can’t perform that action at this time.
0 commit comments