imagemagick: Update from 7.0.3-4 to 7.0.3-8
[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"
6fd92f91 3TERMUX_PKG_VERSION="7.0.3-8"
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.
6# TERMUX_PKG_SRCURL=http://www.imagemagick.org/download/ImageMagick-${TERMUX_PKG_VERSION}.tar.xz
7TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/ImageMagick-${TERMUX_PKG_VERSION}.tar.xz
6fd92f91 8TERMUX_PKG_SHA256=dc128b281c255d71d754934408d278b3ca314253103ca2501cd0b8d5ec98db74
59f0d218
FF
9TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-largefile --without-x --with-magick-plus-plus=no --with-bzlib=no --with-xml=yes --with-lzma ac_cv_func_ftime=no ac_cv_header_complex_h=no"
10TERMUX_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"
11TERMUX_PKG_DEPENDS="fftw, pango, glib, libbz2, libjpeg-turbo, liblzma, libpng, libtiff, libxml2, openjpeg, littlecms"