9 lines
468 B
Bash
9 lines
468 B
Bash
TERMUX_PKG_HOMEPAGE=https://poppler.freedesktop.org/
|
|
TERMUX_PKG_DESCRIPTION="PDF rendering library"
|
|
TERMUX_PKG_VERSION=0.51.0
|
|
TERMUX_PKG_SRCURL=https://poppler.freedesktop.org/poppler-${TERMUX_PKG_VERSION}.tar.xz
|
|
# libcairo and littlecms is used by pdftocairo:
|
|
TERMUX_PKG_DEPENDS="fontconfig, libcairo, libpng, libjpeg-turbo, libtiff, littlecms, openjpeg"
|
|
#texlive needs the xpdf headers
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-poppler-glib --enable-xpdf-headers"
|