Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins/files: abiword-plugins-2.4.6-poppler-0.6-api.patch digest-abiword-plugins-2.4.5
Date: Sat, 08 Sep 2007 11:37:37
Message-Id: E1ITyWV-0002W5-Lu@stork.gentoo.org
1 eva 07/09/08 11:30:47
2
3 Added: abiword-plugins-2.4.6-poppler-0.6-api.patch
4 Removed: digest-abiword-plugins-2.4.5
5 Log:
6 Prune older versions and fix compilation against poppler-0.6, fix bug #183361
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.1 app-office/abiword-plugins/files/abiword-plugins-2.4.6-poppler-0.6-api.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/files/abiword-plugins-2.4.6-poppler-0.6-api.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/files/abiword-plugins-2.4.6-poppler-0.6-api.patch?rev=1.1&content-type=text/plain
14
15 Index: abiword-plugins-2.4.6-poppler-0.6-api.patch
16 ===================================================================
17 --- abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp 2007-09-07 21:45:24.000000000 +0000
18 +++ abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp 2007-09-07 21:49:02.000000000 +0000
19 @@ -63,7 +63,7 @@
20
21 PDFDoc * doc = new PDFDoc(fileName);
22
23 - globalParams = new GlobalParams("");
24 + globalParams = new GlobalParams();
25 globalParams->setTextEncoding("UTF-8");
26 globalParams->setTextEOL("\n");
27 globalParams->setTextPageBreaks(gFalse);
28
29
30
31 --
32 gentoo-commits@g.o mailing list