mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 16:09:14 +00:00
Enable shared build of ImageMagick.
#1211 * Add benchmark magickwand. * Enable shared magick. * Remove MagickWand test because it can't be compiled with current dependency image. * Enable formats explicitly.
This commit is contained in:
9
dependencies/build_imagemagick.sh
vendored
9
dependencies/build_imagemagick.sh
vendored
@@ -13,7 +13,14 @@ curl -L -o ./magick.tar.gz "$URL"
|
|||||||
|
|
||||||
tar xfv ./magick.tar.gz
|
tar xfv ./magick.tar.gz
|
||||||
cd ImageMagick-*
|
cd ImageMagick-*
|
||||||
./configure --enable-64bit-channel-masks --enable-static --enable-delegate-build --disable-shared --with-x=no --with-magick-plus-plus=no --host=${DEB_HOST_MULTIARCH}
|
./configure \
|
||||||
|
--enable-64bit-channel-masks \
|
||||||
|
--enable-static --enable-shared --enable-delegate-build \
|
||||||
|
--with-heic --with-jpeg --with-png \
|
||||||
|
--with-raw --with-tiff --with-webp \
|
||||||
|
--without-x --without-magick-plus-plus \
|
||||||
|
--without-perl --disable-doc \
|
||||||
|
--host=${DEB_HOST_MULTIARCH}
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user