2017-05-17 23:22:56 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.imagemagick.org/
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Suite to create, edit, compose, or convert images in a variety of formats"
|
2019-01-21 15:00:12 +01:00
|
|
|
TERMUX_PKG_LICENSE="ImageMagick"
|
2020-02-24 18:54:32 +01:00
|
|
|
TERMUX_PKG_VERSION=7.0.9.25
|
2019-05-21 13:19:06 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/ImageMagick/ImageMagick/archive/$(echo $TERMUX_PKG_VERSION | sed 's/\(.*\)\./\1-/').tar.gz
|
2020-02-24 18:54:32 +01:00
|
|
|
TERMUX_PKG_SHA256=7114d6f6358ac1c6b52fe433dd4c0d385f017d553777577650777f5166251aad
|
2019-08-31 12:58:13 +02:00
|
|
|
TERMUX_PKG_DEPENDS="fftw, pango, glib, libbz2, libjpeg-turbo, liblzma, libpng, libtiff, libxml2, openjpeg, littlecms, libwebp, librsvg"
|
2019-07-20 10:42:33 +02:00
|
|
|
TERMUX_PKG_BREAKS="imagemagick-dev"
|
|
|
|
TERMUX_PKG_REPLACES="imagemagick-dev"
|
2019-05-21 13:19:06 +02:00
|
|
|
|
2017-01-28 16:39:37 +01:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
2017-01-24 01:52:09 +01:00
|
|
|
--without-x
|
|
|
|
--without-gvc
|
|
|
|
--with-magick-plus-plus=no
|
2019-11-08 08:43:01 +01:00
|
|
|
--with-bzlib=yes
|
2017-01-24 01:52:09 +01:00
|
|
|
--with-xml=yes
|
2019-08-31 12:58:13 +02:00
|
|
|
--with-rsvg=yes
|
2017-01-24 01:52:09 +01:00
|
|
|
--with-lzma
|
2018-06-22 00:12:05 +02:00
|
|
|
--disable-openmp
|
2017-01-24 01:52:09 +01:00
|
|
|
ac_cv_func_ftime=no
|
2018-06-13 01:11:08 +02:00
|
|
|
"
|
2019-05-21 13:19:06 +02:00
|
|
|
|
2017-07-29 00:35:36 +02:00
|
|
|
TERMUX_PKG_RM_AFTER_INSTALL="
|
2018-06-13 01:11:08 +02:00
|
|
|
share/ImageMagick-7/francais.xml
|
2017-07-29 00:35:36 +02:00
|
|
|
"
|
2017-06-19 15:26:27 +02:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
if [ $TERMUX_ARCH = "i686" ]; then
|
|
|
|
# Avoid "libMagickCore-7.Q16HDRI.so: error: undefined reference to '__atomic_load'":
|
|
|
|
LDFLAGS+=" -latomic"
|
|
|
|
fi
|
|
|
|
}
|