imagemagick: Avoid opportunistic linking
This commit is contained in:
parent
6786304adc
commit
bb04b66835
@ -1,11 +1,20 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://www.imagemagick.org/
|
TERMUX_PKG_HOMEPAGE=http://www.imagemagick.org/
|
||||||
TERMUX_PKG_DESCRIPTION="Suite to create, edit, compose, or convert images in a variety of formats"
|
TERMUX_PKG_DESCRIPTION="Suite to create, edit, compose, or convert images in a variety of formats"
|
||||||
TERMUX_PKG_VERSION="7.0.4-4"
|
TERMUX_PKG_VERSION="7.0.4-5"
|
||||||
# Since older releases are removed from imagemagick.org we use our bintray mirror to avoid breaking
|
# Since older releases are removed from imagemagick.org we use our bintray mirror to avoid breaking
|
||||||
# the build for each minor version bump.
|
# the build for each minor version bump.
|
||||||
# TERMUX_PKG_SRCURL=http://www.imagemagick.org/download/ImageMagick-${TERMUX_PKG_VERSION}.tar.xz
|
|
||||||
TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/ImageMagick-${TERMUX_PKG_VERSION}.tar.xz
|
TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/ImageMagick-${TERMUX_PKG_VERSION}.tar.xz
|
||||||
TERMUX_PKG_SHA256=2125ee63b919c16b21e8bd4e6d02a45d54097d264b1b58b02109ecae7311b8fa
|
TERMUX_PKG_SHA256=6bea9ab6509f34fa9cb6ab5e113507a47203d360ba5872f013d797fc11075ccd
|
||||||
TERMUX_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"
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="\
|
||||||
|
--disable-largefile
|
||||||
|
--without-x
|
||||||
|
--without-gvc
|
||||||
|
--without-ltdl
|
||||||
|
--with-magick-plus-plus=no
|
||||||
|
--with-bzlib=no
|
||||||
|
--with-xml=yes
|
||||||
|
--with-lzma
|
||||||
|
ac_cv_func_ftime=no
|
||||||
|
ac_cv_header_complex_h=no"
|
||||||
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"
|
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"
|
||||||
TERMUX_PKG_DEPENDS="fftw, pango, glib, libbz2, libjpeg-turbo, liblzma, libpng, libtiff, libxml2, openjpeg, littlecms"
|
TERMUX_PKG_DEPENDS="fftw, pango, glib, libbz2, libjpeg-turbo, liblzma, libpng, libtiff, libxml2, openjpeg, littlecms"
|
||||||
|
Loading…
Reference in New Issue
Block a user