head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2009.05.12.07.30.07; author rse; state Exp; branches; next 1.2; commitid Hz9xIFWs4MbuoyNt; 1.2 date 2009.03.18.20.03.44; author rse; state Exp; branches; next 1.1; commitid NvFfHH2BNoRCkyGt; 1.1 date 2008.12.19.20.23.36; author rse; state Exp; branches; next ; commitid SLcYvV27nMuOi7vt; desc @@ 1.3 log @upgrading package: poppler 0.10.6 -> 0.11.0 @ text @Index: poppler.pc.in --- poppler.pc.in.orig 2008-10-09 22:30:34 +0200 +++ poppler.pc.in 2009-03-18 20:58:59 +0100 @@@@ -7,5 +7,6 @@@@ Description: PDF rendering library Version: @@VERSION@@ -Libs: -L${libdir} -lpoppler +Libs: -L${libdir} -lpoppler -lz -ljpeg -lopenjpeg Cflags: -I${includedir}/poppler +Requires: fontconfig freetype2 Index: configure --- configure.orig 2009-05-12 09:18:51 +0200 +++ configure 2009-05-12 09:24:16 +0200 @@@@ -22572,7 +22572,7 @@@@ else ac_save_LIBS="$LIBS" -LIBS="$all_libraries $USER_LDFLAGS -lpng -lm" +LIBS="$all_libraries $USER_LDFLAGS -lpng -lz -lm" ac_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $all_includes $USER_INCLUDES" cat >conftest.$ac_ext <<_ACEOF @ 1.2 log @try to fix dependencies @ text @d12 12 @ 1.1 log @fix building against C API by providing headers and fixing pkgconfig requirements @ text @d3 4 a6 2 +++ poppler.pc.in 2008-12-19 21:19:24 +0100 @@@@ -9,3 +9,4 @@@@ d8 2 a9 1 Libs: -L${libdir} -lpoppler @