head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q2:1.2.0.22 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.20 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.18 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.16 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.14 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.12 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.10 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.8 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.6 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.4 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2012.07.04.20.25.16; author drochner; state dead; branches; next 1.2; 1.2 date 2009.10.21.10.18.57; author drochner; state Exp; branches; next 1.1; 1.1 date 2009.09.11.10.09.13; author drochner; state Exp; branches; next ; desc @@ 1.3 log @update to 0.20.1 This switches to the 0.20 release branch - many fixes and improvements. (0.18 was skipped) The qt3 frontend isn't supported anymore - the poppler016 pkg is kept for now for KDE3. Atm, it conflicts with newer popper pkgs. This can be fixed by renaming include paths and libraries, but this would need modifications of the KDE3 pkgs. @ text @$NetBSD: patch-ao,v 1.2 2009/10/21 10:18:57 drochner Exp $ --- qt/Makefile.in.orig 2009-10-18 01:28:47.000000000 +0200 +++ qt/Makefile.in @@@@ -80,7 +80,7 @@@@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(poppler_includedir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = -libpoppler_qt_la_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ +libpoppler_qt_la_DEPENDENCIES = $(prefix)/lib/libpoppler.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_libpoppler_qt_la_OBJECTS = poppler-document.lo poppler-fontinfo.lo \ @@@@ -349,7 +349,7 @@@@ libpoppler_qt_la_SOURCES = \ poppler-private.h libpoppler_qt_la_LIBADD = \ - $(top_builddir)/poppler/libpoppler.la \ + $(prefix)/lib/libpoppler.la \ $(POPPLER_QT_LIBS) \ $(FREETYPE_LIBS) \ $(FONTCONFIG_LIBS) @ 1.2 log @update to 0.12.1 changes: -Security fixes from xpdf 3.02pl4 -bugfixes -qt4 API improvements pkgsrc change: add patch for CVE-2009-3607 (integer overflow in create_surface_from_thumbnail_data) @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @throw away the custom build rules in the poppler-qt pkg Makefile (which got slightly out of sync) and use the original Makefile, fixes an unresolved autoconf variable in the .pc file reported by Hasso Tepper bump PKGREVISION @ text @d3 1 a3 1 --- qt/Makefile.in.orig 2009-09-11 09:20:03.000000000 +0200 d5 2 a6 2 @@@@ -63,7 +63,7 @@@@ am__installdirs = "$(DESTDIR)$(libdir)" libLTLIBRARIES_INSTALL = $(INSTALL) d14 1 a14 1 @@@@ -308,7 +308,7 @@@@ libpoppler_qt_la_SOURCES = \ @