libgcrypt: Update from 1.7.6 to 1.7.7
[termux-packages] / packages / imagemagick / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.imagemagick.org/
2 TERMUX_PKG_DESCRIPTION="Suite to create, edit, compose, or convert images in a variety of formats"
3 TERMUX_PKG_VERSION="7.0.5-6"
4 TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/ImageMagick-${TERMUX_PKG_VERSION}.tar.xz
5 TERMUX_PKG_SHA256=f60c3e3466ccbf9a0e643284ffec3467363edf9611f16a98387f927a974b49ab
6 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
7 --disable-largefile
8 --without-x
9 --without-gvc
10 --without-ltdl
11 --with-magick-plus-plus=no
12 --with-bzlib=no
13 --with-xml=yes
14 --with-lzma
15 ac_cv_func_ftime=no
16 ac_cv_header_complex_h=no"
17 TERMUX_PKG_RM_AFTER_INSTALL="bin/Magick-config bin/MagickCore-config bin/MagickWand-config bin/Wand-config share/ImageMagick-6/francais.xml share/man/man1/Magick-config.1 share/man/man1/MagickCore-config.1 share/man/man1/MagickWand-config.1 share/man/man1/Wand-config.1"
18 TERMUX_PKG_DEPENDS="fftw, pango, glib, libbz2, libjpeg-turbo, liblzma, libpng, libtiff, libxml2, openjpeg, littlecms"