2018-04-02 00:08:22 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.ghostscript.com/
|
2017-08-11 13:25:55 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Interpreter for the PostScript language and for PDF"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="AGPL-V3"
|
2019-04-12 01:29:11 +02:00
|
|
|
TERMUX_PKG_VERSION=9.27
|
2019-05-23 20:32:55 +02:00
|
|
|
TERMUX_PKG_REVISION=2
|
2019-04-12 01:29:11 +02:00
|
|
|
TERMUX_PKG_SHA256=9e089546624296bf4aca14c2adcb0762b323ca77ae14176d21127b749baac8d6
|
2017-08-11 13:25:55 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${TERMUX_PKG_VERSION//.}/ghostpdl-${TERMUX_PKG_VERSION}.tar.gz
|
2019-05-05 16:45:07 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libiconv, libtiff, libjpeg-turbo, libpng, libexpat, freetype, fontconfig, libidn, littlecms, openjpeg"
|
2017-11-07 18:34:21 +01:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
ac_cv_lib_lcms2__cmsCreateMutex=yes
|
|
|
|
CCAUX=gcc
|
|
|
|
--build=$TERMUX_BUILD_TUPLE
|
|
|
|
--enable-little-endian
|
|
|
|
--with-arch_h=$TERMUX_PKG_BUILDER_DIR/arch-${TERMUX_ARCH}.h
|
|
|
|
--without-pcl
|
|
|
|
--without-x
|
|
|
|
--with-system-libtiff
|
|
|
|
"
|
2017-08-11 13:25:55 +02:00
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_post_extract_package() {
|
2019-02-09 12:16:54 +01:00
|
|
|
rm -rdf $TERMUX_PKG_SRCDIR/{jpeg,libpng,expat,jasper,freetype,lcms2,tiff,openjpeg}
|
2017-08-11 13:25:55 +02:00
|
|
|
}
|
2019-05-23 20:32:55 +02:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
# Use `make -j1` otherwise build may fail with error
|
|
|
|
# about missing 'arch.h'.
|
|
|
|
TERMUX_MAKE_PROCESSES=1
|
|
|
|
}
|