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