SOURCES: abiword-poppler05x.patch (NEW) - fix poppler 0.5.x API ch...
freetz
freetz at pld-linux.org
Mon Mar 27 20:54:16 CEST 2006
Author: freetz Date: Mon Mar 27 18:54:16 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix poppler 0.5.x API change
---- Files affected:
SOURCES:
abiword-poppler05x.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/abiword-poppler05x.patch
diff -u /dev/null SOURCES/abiword-poppler05x.patch:1.1
--- /dev/null Mon Mar 27 20:54:16 2006
+++ SOURCES/abiword-poppler05x.patch Mon Mar 27 20:54:10 2006
@@ -0,0 +1,12 @@
+diff -aurN abiword-2.4.2.orig/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp abiword-2.4.2/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp
+--- abiword-2.4.2.orig/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp 2005-06-29 04:22:13.000000000 +0200
++++ abiword-2.4.2/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp 2006-03-23 21:21:23.777224992 +0100
+@@ -75,7 +75,7 @@
+ UT_tmpnam(temporary_file);
+
+ TextOutputDev *textOut = new TextOutputDev(temporary_file, gFalse, gFalse, gFalse);
+- doc->displayPages(textOut, 1, doc->getNumPages(), 72, 72, 0, gTrue, gFalse);
++ doc->displayPages(textOut, 1, doc->getNumPages(), 72, 72, 0, gTrue, gFalse, gFalse);
+ delete textOut;
+
+ IE_Imp_Text txt_imp(getDoc(), "UTF-8");
================================================================
More information about the pld-cvs-commit
mailing list