pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/poppler Update to 0.4.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b135698bc46a
branches:  trunk
changeset: 501050:b135698bc46a
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Oct 16 12:24:06 2005 +0000

description:
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:

 print/poppler/Makefile         |   7 +++----
 print/poppler/buildlink3.mk    |   4 ++--
 print/poppler/distinfo         |   9 ++++-----
 print/poppler/patches/patch-aa |  13 -------------
 4 files changed, 9 insertions(+), 24 deletions(-)

diffs (72 lines):

diff -r 19b8d8e242ca -r b135698bc46a print/poppler/Makefile
--- a/print/poppler/Makefile    Sun Oct 16 12:23:15 2005 +0000
+++ b/print/poppler/Makefile    Sun Oct 16 12:24:06 2005 +0000
@@ -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 @@
 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 -r 19b8d8e242ca -r b135698bc46a print/poppler/buildlink3.mk
--- a/print/poppler/buildlink3.mk       Sun Oct 16 12:23:15 2005 +0000
+++ b/print/poppler/buildlink3.mk       Sun Oct 16 12:24:06 2005 +0000
@@ -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+=   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 -r 19b8d8e242ca -r b135698bc46a print/poppler/distinfo
--- a/print/poppler/distinfo    Sun Oct 16 12:23:15 2005 +0000
+++ b/print/poppler/distinfo    Sun Oct 16 12:24:06 2005 +0000
@@ -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 -r 19b8d8e242ca -r b135698bc46a print/poppler/patches/patch-aa
--- a/print/poppler/patches/patch-aa    Sun Oct 16 12:23:15 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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, ...);



Home | Main Index | Thread Index | Old Index