php: Update from 7.1.1 to 7.1.2 and enable pcntl
[termux-packages] / packages / imagemagick / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=http://www.imagemagick.org/
2TERMUX_PKG_DESCRIPTION="Suite to create, edit, compose, or convert images in a variety of formats"
bb04b668 3TERMUX_PKG_VERSION="7.0.4-5"
e45652b2
FF
4# Since older releases are removed from imagemagick.org we use our bintray mirror to avoid breaking
5# the build for each minor version bump.
e45652b2 6TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/ImageMagick-${TERMUX_PKG_VERSION}.tar.xz
bb04b668 7TERMUX_PKG_SHA256=6bea9ab6509f34fa9cb6ab5e113507a47203d360ba5872f013d797fc11075ccd
b6c7cb34 8TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
bb04b668
FF
9--disable-largefile
10--without-x
11--without-gvc
12--without-ltdl
13--with-magick-plus-plus=no
14--with-bzlib=no
15--with-xml=yes
16--with-lzma
17ac_cv_func_ftime=no
18ac_cv_header_complex_h=no"
59f0d218
FF
19TERMUX_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"
20TERMUX_PKG_DEPENDS="fftw, pango, glib, libbz2, libjpeg-turbo, liblzma, libpng, libtiff, libxml2, openjpeg, littlecms"