Browse Source
This avoids depending on glib. It can be split up into separate subpackage if anyone needs that, but for now just don't build it.android-5
Fredrik Fornwall
9 years ago
1 changed files with 2 additions and 0 deletions
@ -1,9 +1,11 @@ |
|||||
TERMUX_PKG_HOMEPAGE=http://poppler.freedesktop.org/ |
TERMUX_PKG_HOMEPAGE=http://poppler.freedesktop.org/ |
||||
TERMUX_PKG_DESCRIPTION="PDF rendering library" |
TERMUX_PKG_DESCRIPTION="PDF rendering library" |
||||
TERMUX_PKG_VERSION=0.37.0 |
TERMUX_PKG_VERSION=0.37.0 |
||||
|
TERMUX_PKG_BUILD_REVISION=1 |
||||
TERMUX_PKG_SRCURL=http://poppler.freedesktop.org/poppler-${TERMUX_PKG_VERSION}.tar.xz |
TERMUX_PKG_SRCURL=http://poppler.freedesktop.org/poppler-${TERMUX_PKG_VERSION}.tar.xz |
||||
# libcairo and littlecms is used by pdftocairo: |
# libcairo and littlecms is used by pdftocairo: |
||||
TERMUX_PKG_DEPENDS="fontconfig, libcairo, libpng, libjpeg-turbo, libtiff, littlecms, libgnustl, openjpeg" |
TERMUX_PKG_DEPENDS="fontconfig, libcairo, libpng, libjpeg-turbo, libtiff, littlecms, libgnustl, openjpeg" |
||||
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-poppler-glib" |
||||
|
|
||||
# $NDK/docs/STANDALONE-TOOLCHAIN.html: "If you use the GNU libstdc++, you will need to explicitly link with libsupc++ if you use these features" |
# $NDK/docs/STANDALONE-TOOLCHAIN.html: "If you use the GNU libstdc++, you will need to explicitly link with libsupc++ if you use these features" |
||||
export LDFLAGS="$LDFLAGS -lgnustl_shared" # -lsupc++" |
export LDFLAGS="$LDFLAGS -lgnustl_shared" # -lsupc++" |
||||
|
Loading…
Reference in new issue