summaryrefslogtreecommitdiff
path: root/print/poppler
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-10-16 12:24:06 +0000
committerjmmv <jmmv@pkgsrc.org>2005-10-16 12:24:06 +0000
commit0b39b61f5ba8e3c930038143fc2f7b4c36136d4c (patch)
treefded73cbc6d929e38fbf4428ade76696198449a1 /print/poppler
parenta302a95493dcbd48f7f026fea864a084f8de9487 (diff)
downloadpkgsrc-0b39b61f5ba8e3c930038143fc2f7b4c36136d4c.tar.gz
Update to 0.4.2:
Release 0.4.2 - Fix a rotation bug. - Fix freetype pkg-config check - Default to built-in decompression. Release 0.4.1 - Fix and simplify glib rotation API. - Fix build issue with freetype flags. Release 0.4.0 - Real text selection. - API breakage in glib wrapper: dropping dest_x and dest_y arguments from poppler_page_render_to_pixbuf(). - Updates to glib printing API from Martin Kretzschmar to support setting paper size and duplex from the application. - Much work on Qt4 bindings and Arthur output device. Still work in progress, thouhg.
Diffstat (limited to 'print/poppler')
-rw-r--r--print/poppler/Makefile7
-rw-r--r--print/poppler/buildlink3.mk4
-rw-r--r--print/poppler/distinfo9
-rw-r--r--print/poppler/patches/patch-aa13
4 files changed, 9 insertions, 24 deletions
diff --git a/print/poppler/Makefile b/print/poppler/Makefile
index af3ecd355e9..20491f717be 100644
--- a/print/poppler/Makefile
+++ b/print/poppler/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/07/08 20:31:34 reed Exp $
+# $NetBSD: Makefile,v 1.2 2005/10/16 12:24:06 jmmv Exp $
#
-DISTNAME= poppler-0.3.3
-PKGREVISION= 1
+DISTNAME= poppler-0.4.2
CATEGORIES= print
MASTER_SITES= http://poppler.freedesktop.org/
@@ -10,7 +9,7 @@ MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://poppler.freedesktop.org/
COMMENT= PDF rendering library
-USE_TOOLS= gmake
+USE_TOOLS= gmake pkg-config
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
#PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-cairo.pc.in
diff --git a/print/poppler/buildlink3.mk b/print/poppler/buildlink3.mk
index cd81c4d1edc..3722f835d0f 100644
--- a/print/poppler/buildlink3.mk
+++ b/print/poppler/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/07/08 20:31:34 reed Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2005/10/16 12:24:06 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
POPPLER_BUILDLINK3_MK:= ${POPPLER_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npoppler}
BUILDLINK_PACKAGES+= poppler
.if !empty(POPPLER_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.poppler+= poppler>=0.3.3
+BUILDLINK_DEPENDS.poppler+= poppler>=0.4.1
BUILDLINK_PKGSRCDIR.poppler?= ../../print/poppler
.endif # POPPLER_BUILDLINK3_MK
diff --git a/print/poppler/distinfo b/print/poppler/distinfo
index 302af0593de..b605dfa2c33 100644
--- a/print/poppler/distinfo
+++ b/print/poppler/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/07/08 20:31:34 reed Exp $
+$NetBSD: distinfo,v 1.2 2005/10/16 12:24:06 jmmv Exp $
-SHA1 (poppler-0.3.3.tar.gz) = 4dd3e060815a307dfb217dbe7dd7d52c7f688edf
-RMD160 (poppler-0.3.3.tar.gz) = a607766a46a39ae27cbd1bdfd5866c1bc74cf4d3
-Size (poppler-0.3.3.tar.gz) = 742493 bytes
-SHA1 (patch-aa) = be585bf002516f55d98cff5a7902327c41733c09
+SHA1 (poppler-0.4.2.tar.gz) = fa1dec65f0df87f9348441563593915344caf9be
+RMD160 (poppler-0.4.2.tar.gz) = e81a8d900c4f3ca51b09ebec8f0ca62b0165d3a3
+Size (poppler-0.4.2.tar.gz) = 777935 bytes
diff --git a/print/poppler/patches/patch-aa b/print/poppler/patches/patch-aa
deleted file mode 100644
index 031efe75e10..00000000000
--- a/print/poppler/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/07/08 20:31:34 reed Exp $
-
---- poppler/Error.h.orig 2005-07-08 10:38:26.000000000 -0700
-+++ poppler/Error.h 2005-07-08 10:38:41.000000000 -0700
-@@ -13,7 +13,7 @@
- #pragma interface
- #endif
-
--#include <stdio.h>
-+#include <stdarg.h>
- #include "poppler-config.h"
-
- extern void CDECL error(int pos, char *msg, ...);