Skip to content
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.2

$ 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: true
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.2

$ 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: true
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.
4 changes: 2 additions & 2 deletions container/Dockerfile.heroku-20
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get install -y \
libpoppler-glib-dev \
libimagequant-dev \
liborc-0.4-dev \
libgsf-1-dev
libarchive-dev

WORKDIR /usr/local/src

Expand Down 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
4 changes: 2 additions & 2 deletions container/Dockerfile.heroku-22
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get install -y \
libpoppler-glib-dev \
libimagequant-dev \
liborc-0.4-dev \
libgsf-1-dev \
libarchive-dev \
libcgif-dev \
libheif-dev

Expand Down 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