Skip to content

Commit

Permalink
Test if turning on modules breaks heif again
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncc committed Sep 17, 2023
1 parent fc62dfe commit 0d7bddb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/configurations/heroku-20.config.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libvips 8.14.4
$ vips --vips-config
enable debug: false
enable deprecated: true
enable modules: false
enable modules: true
enable cplusplus: true
enable RAD load/save: false
enable Analyze7 load/save: false
Expand All @@ -25,7 +25,7 @@ PNG load/save with libpng: false
selected quantisation package: imagequant
TIFF load/save with libtiff: true
image pyramid save with libgsf: true
HEIC/AVIF load/save with libheif: true (dynamic module: false)
HEIC/AVIF load/save with libheif: true (dynamic module: true)
WebP load/save with libwebp: true
PDF load with PDFium: true
PDF load with poppler-glib: false (dynamic module: false)
Expand All @@ -36,7 +36,7 @@ Matlab load with libmatio: false
NIfTI load/save with niftiio: false
FITS load/save with cfitsio: false
GIF save with cgif: true
selected Magick package: MagickCore (dynamic module: false)
selected Magick package: MagickCore (dynamic module: true)
Magick API version: magick6
Magick load: true
Magick save: true
6 changes: 3 additions & 3 deletions build/configurations/heroku-22.config.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libvips 8.14.4
$ vips --vips-config
enable debug: false
enable deprecated: true
enable modules: false
enable modules: true
enable cplusplus: true
enable RAD load/save: false
enable Analyze7 load/save: false
Expand All @@ -25,7 +25,7 @@ PNG load/save with libpng: false
selected quantisation package: imagequant
TIFF load/save with libtiff: true
image pyramid save with libgsf: true
HEIC/AVIF load/save with libheif: true (dynamic module: false)
HEIC/AVIF load/save with libheif: true (dynamic module: true)
WebP load/save with libwebp: true
PDF load with PDFium: true
PDF load with poppler-glib: false (dynamic module: false)
Expand All @@ -36,7 +36,7 @@ Matlab load with libmatio: false
NIfTI load/save with niftiio: false
FITS load/save with cfitsio: false
GIF save with cgif: true
selected Magick package: MagickCore (dynamic module: false)
selected Magick package: MagickCore (dynamic module: true)
Magick API version: magick6
Magick load: true
Magick save: true
Binary file modified build/heroku-20.tar.gz
Binary file not shown.
Binary file modified build/heroku-22.tar.gz
Binary file not shown.
1 change: 0 additions & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ RUN wget ${VIPS_URL}/v${VIPS_VERSION}/v${VIPS_VERSION}.tar.gz \
--buildtype=release \
-Dradiance=false \
-Danalyze=false \
-Dmodules=disabled \
-Dintrospection=false \
&& cd build \
&& meson compile \
Expand Down

0 comments on commit 0d7bddb

Please sign in to comment.