Update build.sh
[termux-packages] / packages / poppler / build.sh
CommitLineData
0e180bd6 1TERMUX_PKG_HOMEPAGE=https://poppler.freedesktop.org/
59f0d218 2TERMUX_PKG_DESCRIPTION="PDF rendering library"
42aaa179
A
3TERMUX_PKG_VERSION=0.59.0
4TERMUX_PKG_REVISION=0
5TERMUX_PKG_SHA256=b808ebbfb794a900828baa9b93d3eaea5671d1be03104d12a98d8d0c9f3658d3
0e180bd6 6TERMUX_PKG_SRCURL=https://poppler.freedesktop.org/poppler-${TERMUX_PKG_VERSION}.tar.xz
59f0d218 7# libcairo and littlecms is used by pdftocairo:
3f300a10 8TERMUX_PKG_DEPENDS="fontconfig, libcairo, libpng, libjpeg-turbo, libtiff, littlecms, openjpeg"
cb2a32e4 9#texlive needs the xpdf headers
10TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-poppler-glib --enable-xpdf-headers"