You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
653 B
15 lines
653 B
TERMUX_PKG_HOMEPAGE=http://www.graphicsmagick.org/
|
|
TERMUX_PKG_DESCRIPTION="Collection of image processing tools"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_VERSION=1.3.32
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/GraphicsMagick-$TERMUX_PKG_VERSION.tar.xz
|
|
TERMUX_PKG_SHA256=b842a5a0d6c84fd6c5f161b5cd8e02bbd210b0c0b6728dd762b7c53062ba94e1
|
|
TERMUX_PKG_DEPENDS="littlecms, libc++, libtiff, freetype, libjasper, libjpeg-turbo, libpng, libbz2, libxml2, liblzma, zstd, zlib"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
ac_cv_func_ftime=no
|
|
--with-fontpath=/system/fonts
|
|
--without-webp
|
|
--without-x
|
|
"
|
|
TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/*-config"
|
|
|