37375312b9
In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build
19 lines
772 B
Bash
19 lines
772 B
Bash
TERMUX_PKG_HOMEPAGE=https://poppler.freedesktop.org/
|
|
TERMUX_PKG_DESCRIPTION="PDF rendering library"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=20.10.0
|
|
TERMUX_PKG_SRCURL=https://poppler.freedesktop.org/poppler-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=434ecbbb539c1a75955030a1c9b24c7b58200b7f68d2e4269e29acf2f8f13336
|
|
TERMUX_PKG_DEPENDS="fontconfig, freetype, glib, libc++, libcairo, libcurl, libiconv, libjpeg-turbo, libpng, libtiff, littlecms, openjpeg, zlib"
|
|
TERMUX_PKG_BUILD_DEPENDS="boost"
|
|
TERMUX_PKG_BREAKS="poppler-dev"
|
|
TERMUX_PKG_REPLACES="poppler-dev"
|
|
#texlive needs the xpdf headers
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-DENABLE_GLIB=ON
|
|
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON
|
|
-DENABLE_QT5=OFF
|
|
-DFONT_CONFIGURATION=fontconfig
|
|
"
|