summaryrefslogtreecommitdiff
path: root/package/poppler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-08 20:37:10 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-08 20:37:10 +0100
commite45bc457ab9015c50a9f4e22ac248d780de826fe (patch)
treee657718ecddc852ae897cd0e057624b295fc0d48 /package/poppler
parent686a06394ba839d3f246a2bb3acc152da5167c2f (diff)
fix release build for uClibc raspberry-pi
Diffstat (limited to 'package/poppler')
-rw-r--r--package/poppler/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/package/poppler/Makefile b/package/poppler/Makefile
index 1e15a4340..415cf8adc 100644
--- a/package/poppler/Makefile
+++ b/package/poppler/Makefile
@@ -4,17 +4,19 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= poppler
-PKG_VERSION:= 0.22.1
+PKG_VERSION:= 0.24.4
PKG_RELEASE:= 1
-PKG_MD5SUM:= 50c259fdda538c1ba94b62aa25f7ec87
+PKG_MD5SUM:= 2da22b966cf7a2f8da5bf021e68188ce
PKG_DESCR:= pdf rendering library
PKG_SECTION:= libs
-PKG_BUILDDEP:= fontconfig libstdcxx
-PKG_DEPENDS:= fontconfig libstdcxx
+PKG_BUILDDEP:= fontconfig libstdcxx libpng cairo
+PKG_DEPENDS:= fontconfig libstdcxx libpng cairo
PKG_URL:= http://poppler.freedesktop.org/
PKG_SITES:= http://poppler.freedesktop.org/
PKG_OPTS:= dev
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,POPPLER,poppler,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))