Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update builds to libvips 8.15.1 #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions build/configurations/heroku-20.config.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ vips --vips-version
libvips 8.14.5
libvips 8.15.1

$ vips --vips-config
enable debug: false
Expand All @@ -11,6 +11,7 @@ enable Analyze7 load/save: false
enable PPM load/save: true
enable GIF load: true
use fftw for FFTs: true
SIMD support with highway: false
accelerate loops with ORC: true
ICC profile support with lcms: true
zlib: true
Expand All @@ -24,7 +25,7 @@ PNG load/save with libspng: true
PNG load/save with libpng: false
selected quantisation package: imagequant
TIFF load/save with libtiff: true
image pyramid save with libgsf: true
image pyramid save with libarchive: false
HEIC/AVIF load/save with libheif: true (dynamic module: false)
WebP load/save with libwebp: true
PDF load with PDFium: false
Expand Down
5 changes: 3 additions & 2 deletions build/configurations/heroku-22.config.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ vips --vips-version
libvips 8.14.5
libvips 8.15.1

$ vips --vips-config
enable debug: false
Expand All @@ -11,6 +11,7 @@ enable Analyze7 load/save: false
enable PPM load/save: true
enable GIF load: true
use fftw for FFTs: true
SIMD support with highway: false
accelerate loops with ORC: true
ICC profile support with lcms: true
zlib: true
Expand All @@ -24,7 +25,7 @@ PNG load/save with libspng: true
PNG load/save with libpng: false
selected quantisation package: imagequant
TIFF load/save with libtiff: true
image pyramid save with libgsf: true
image pyramid save with libarchive: false
HEIC/AVIF load/save with libheif: true (dynamic module: false)
WebP load/save with libwebp: true
PDF load with PDFium: false
Expand Down
Binary file modified build/heroku-20.tar.gz
Binary file not shown.
Binary file modified build/heroku-22.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion container/Dockerfile.heroku-20
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN wget ${VIPS_URL}/v${VIPS_VERSION}/v${VIPS_VERSION}.tar.gz \
-Dradiance=false \
-Danalyze=false \
-Dmodules=disabled \
-Dintrospection=false \
-Dintrospection=disabled \
&& cd build \
&& meson compile \
&& meson install
Expand Down
2 changes: 1 addition & 1 deletion container/Dockerfile.heroku-22
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN wget ${VIPS_URL}/v${VIPS_VERSION}/v${VIPS_VERSION}.tar.gz \
# modules cause issues with loading heif files in ruby-vips \
-Dmodules=disabled \
# allows omitting gobject-introspection library \
-Dintrospection=false \
-Dintrospection=disabled \
&& cd build \
&& meson compile \
&& meson install
Expand Down