SOURCES: pdftohtml-c++.patch, pdftohtml-FLAGS.patch - updated
arekm
arekm at pld-linux.org
Wed Jun 6 18:02:38 CEST 2007
Author: arekm Date: Wed Jun 6 16:02:38 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated
---- Files affected:
SOURCES:
pdftohtml-c++.patch (1.1 -> 1.2) , pdftohtml-FLAGS.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/pdftohtml-c++.patch
diff -u SOURCES/pdftohtml-c++.patch:1.1 SOURCES/pdftohtml-c++.patch:1.2
--- SOURCES/pdftohtml-c++.patch:1.1 Thu Mar 23 19:44:40 2006
+++ SOURCES/pdftohtml-c++.patch Wed Jun 6 18:02:32 2007
@@ -9,15 +9,4 @@
GString *getDest(){return new GString(dest);}
double getX1() const {return Xmin;}
double getX2() const {return Xmax;}
---- pdftohtml-0.38/xpdf/TextOutputDev.h.orig 2004-01-22 02:26:46.000000000 +0100
-+++ pdftohtml-0.38/xpdf/TextOutputDev.h 2006-03-23 19:29:48.592201000 +0100
-@@ -25,6 +25,9 @@
- class GfxFont;
- class GfxState;
- class UnicodeMap;
-+class TextBlock;
-+class TextPage;
-+class TextLineFrag;
-
- //------------------------------------------------------------------------
-
+
================================================================
Index: SOURCES/pdftohtml-FLAGS.patch
diff -u SOURCES/pdftohtml-FLAGS.patch:1.2 SOURCES/pdftohtml-FLAGS.patch:1.3
--- SOURCES/pdftohtml-FLAGS.patch:1.2 Thu Mar 23 19:44:09 2006
+++ SOURCES/pdftohtml-FLAGS.patch Wed Jun 6 18:02:33 2007
@@ -60,15 +60,15 @@
--- pdftohtml-0.38/xpdf/Makefile.orig 2005-12-21 00:51:22.000000000 +0100
+++ pdftohtml-0.38/xpdf/Makefile 2006-03-23 19:08:36.748715750 +0100
@@ -18,7 +18,8 @@
- SPLASHSRCDIR = $(srcdir)/../splash
- SPLASHLIBDIR = ../splash
-
--CXXFLAGS += -g -O2 -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(SPLASHSRCDIR) -I$(srcdir) -I/usr/X11R6/include
-+CXXFLAGS = -g -O2 -I/usr/X11R6/include
-+override CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(SPLASHSRCDIR) -I$(srcdir)
-
- CC ?= cc
- CXX ?= c++
+ SPLASHSRCDIR = $(srcdir)/../splash
+ SPLASHLIBDIR = ../splash
+
+-CXXFLAGS += -g -O2 -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(SPLASHSRCDIR) -I$(srcdir) -I/usr/X11R6/include
++CXXFLAGS = -g -O2 -I/usr/X11R6/include
++override CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(SPLASHSRCDIR) -I$(srcdir)
+
+ CC ?= cc
+ CXX ?= c++
--- pdftohtml-0.38/fofi/Makefile.orig 2006-01-07 17:52:54.000000000 +0100
+++ pdftohtml-0.38/fofi/Makefile 2006-03-23 19:13:04.661459250 +0100
@@ -14,9 +14,10 @@
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/pdftohtml-c++.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/SOURCES/pdftohtml-FLAGS.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list