head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.34 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.32 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.30 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.28 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.26 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.24 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.22 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.20 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.18 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.16 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.14 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.12 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.10 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.8 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.6 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.1.1.1.0.2 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2006.04.01.17.22.12; author reed; state dead; branches; next 1.2; 1.2 date 2006.03.30.21.30.25; author jmmv; state Exp; branches; next 1.1; 1.1 date 2006.03.09.01.13.16; author reed; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.03.09.01.13.16; author reed; state Exp; branches; next ; desc @@ 1.3 log @Move the glib/Makefile.in patch-aa from the poppler-glib/patches/ directory to the poppler/patches/ directory. The checksum was removed, but patch still existed. So keep the patch in same place as the distinfo. Uncomment the PATCHDIR for this. (The patch is so libpoppler is not rebuilt -- just use the previously installed version. If there is any change my next patch updates PKGREVISION so will cover this too.) @ text @$NetBSD: patch-aa,v 1.2 2006/03/30 21:30:25 jmmv Exp $ --- glib/Makefile.in.orig 2006-02-28 23:51:30.000000000 +0100 +++ glib/Makefile.in @@@@ -65,7 +65,7 @@@@ LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = @@BUILD_CAIRO_OUTPUT_TRUE@@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) libpoppler_glib_la_DEPENDENCIES = \ - $(top_builddir)/poppler/libpoppler.la \ + $(prefix)/lib/libpoppler.la \ $(top_builddir)/poppler/libpoppler-cairo.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@@@ -78,7 +78,7 @@@@ PROGRAMS = $(noinst_PROGRAMS) am_test_poppler_glib_OBJECTS = test-poppler-glib.$(OBJEXT) test_poppler_glib_OBJECTS = $(am_test_poppler_glib_OBJECTS) test_poppler_glib_DEPENDENCIES = \ - $(top_builddir)/poppler/libpoppler.la libpoppler-glib.la \ + $(prefix)/lib/libpoppler.la libpoppler-glib.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/poppler @@@@ -306,7 +306,7 @@@@ libpoppler_glib_la_SOURCES = \ poppler-private.h libpoppler_glib_la_LIBADD = \ - $(top_builddir)/poppler/libpoppler.la \ + $(prefix)/lib/libpoppler.la \ $(top_builddir)/poppler/libpoppler-cairo.la \ $(POPPLER_GLIB_LIBS) \ $(FREETYPE_LIBS) \ @@@@ -317,7 +317,7 @@@@ test_poppler_glib_SOURCES = \ test-poppler-glib.c test_poppler_glib_LDADD = \ - $(top_builddir)/poppler/libpoppler.la \ + $(prefix)/lib/libpoppler.la \ libpoppler-glib.la \ $(POPPLER_GLIB_LIBS) \ $(FREETYPE_LIBS) \ @ 1.2 log @Update poppler, poppler-glib and poppler-qt to 0.5.1. This is a development version but is needed to update evince to 0.5.2, which is part of GNOME 2.14.0. Release 0.5.1 - Support for embedded files. - Handle 0-width lines correctly. - Avoid external file use when opening fonts. - Only use vector fonts returned from fontconfig (#5758). - Fix scaled 1x1 pixmaps use for drawing lines (#3387). - drawSoftMaskedImage support in cairo backend. - Misc bug fixes: #5922, #5946, #5749, #5952, #4030, #5420. Release 0.5.0 - Font matching code for non embedded fonts now use fontconfig instead of hard coded list of fonts. - Merge in Xpdf 3.01 changes. - Add command line tools from Xpdf. - Make install of Xpdf header files ./configure'able. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2006/03/09 01:13:16 reed Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- glib/Makefile.in.orig 2006-03-08 16:43:11.000000000 -0800 +++ glib/Makefile.in 2006-03-08 16:47:11.000000000 -0800 @@@@ -63,7 +63,7 @@@@ d9 6 a14 6 - $(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1) \ + $(prefix)/lib/libpoppler.la $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) am__objects_1 = poppler-enums.lo am_libpoppler_glib_la_OBJECTS = $(am__objects_1) poppler-action.lo \ @@@@ -73,7 +73,7 @@@@ d23 1 a23 1 @@@@ -277,7 +277,7 @@@@ d27 6 a32 6 - $(top_builddir)/poppler/libpoppler.la \ + $(prefix)/lib/libpoppler.la \ $(POPPLER_GLIB_LIBS) \ $(FREETYPE_LIBS) \ $(cairo_libs) @@@@ -286,7 +286,7 @@@@ @ 1.1.1.1 log @Import of poppler-glib package. This provides the "glib" (and GTK2's gdk-pixbuf) components from the poppler suite. The poppler package updates will be committed next. This means that X11 (and GTK) is not needed for the normal poppler. @ text @@