SOURCES: tesseract-gcc43.patch (NEW), tesseract-no-java.patch (NEW) - new
adamg
adamg at pld-linux.org
Fri Dec 26 12:05:15 CET 2008
Author: adamg Date: Fri Dec 26 11:05:15 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- new
---- Files affected:
SOURCES:
tesseract-gcc43.patch (NONE -> 1.1) (NEW), tesseract-no-java.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/tesseract-gcc43.patch
diff -u /dev/null SOURCES/tesseract-gcc43.patch:1.1
--- /dev/null Fri Dec 26 12:05:15 2008
+++ SOURCES/tesseract-gcc43.patch Fri Dec 26 12:05:08 2008
@@ -0,0 +1,32 @@
+--- tesseract-2.03/viewer/svmnode.cpp~ 2008-04-19 06:44:06.000000000 +0200
++++ tesseract-2.03/viewer/svmnode.cpp 2008-12-26 11:45:09.690939248 +0100
+@@ -27,6 +27,7 @@
+ #include "svmnode.h"
+
+ #include <iostream>
++#include <cstring>
+
+ #include "scrollview.h"
+
+--- tesseract-2.03/viewer/svutil.cpp~ 2008-04-22 02:07:25.000000000 +0200
++++ tesseract-2.03/viewer/svutil.cpp 2008-12-26 11:48:10.275087530 +0100
+@@ -38,6 +38,8 @@
+
+ #include <iostream>
+ #include <string>
++#include <cstring>
++#include <cstdlib>
+
+ const int kBufferSize = 65536;
+ const int kMaxMsgSize = 4096;
+--- tesseract-2.03/viewer/scrollview.cpp~ 2008-04-22 02:06:24.000000000 +0200
++++ tesseract-2.03/viewer/scrollview.cpp 2008-12-26 11:48:40.260917668 +0100
+@@ -35,6 +35,8 @@
+ #include <algorithm>
+ #include <vector>
+ #include <string>
++#include <cstring>
++#include <limits.h>
+
+ #include "svutil.h"
+
================================================================
Index: SOURCES/tesseract-no-java.patch
diff -u /dev/null SOURCES/tesseract-no-java.patch:1.1
--- /dev/null Fri Dec 26 12:05:16 2008
+++ SOURCES/tesseract-no-java.patch Fri Dec 26 12:05:09 2008
@@ -0,0 +1,20 @@
+--- tesseract-2.03/Makefile.am~ 2008-04-22 19:33:57.000000000 +0200
++++ tesseract-2.03/Makefile.am 2008-12-26 12:00:08.254182338 +0100
+@@ -1,5 +1,5 @@
+ # TODO(luc) Add 'doc' to this list when ready
+-SUBDIRS = ccstruct ccutil classify cutil dict pageseg image textord viewer wordrec ccmain training tessdata testing dlltest java
++SUBDIRS = ccstruct ccutil classify cutil dict pageseg image textord viewer wordrec ccmain training tessdata testing dlltest
+
+ EXTRA_DIST = eurotext.tif phototest.tif ReleaseNotes tesseract.spec config \
+ tesseract.dsp tesseract.dsw tesseract.vcproj tesseract.sln \
+--- tesseract-2.03/Makefile.in~ 2008-04-22 19:36:27.000000000 +0200
++++ tesseract-2.03/Makefile.in 2008-12-26 12:04:01.680825552 +0100
+@@ -76,7 +76,7 @@
+ RANLIB = @RANLIB@
+ VERSION = @VERSION@
+
+-SUBDIRS = ccstruct ccutil classify cutil dict pageseg image textord viewer wordrec ccmain training tessdata testing dlltest java
++SUBDIRS = ccstruct ccutil classify cutil dict pageseg image textord viewer wordrec ccmain training tessdata testing dlltest
+
+ EXTRA_DIST = eurotext.tif phototest.tif ReleaseNotes tesseract.spec config tesseract.dsp tesseract.dsw tesseract.vcproj tesseract.sln StdAfx.cpp StdAfx.h tessdll.cpp tessdll.h tessdll.dsp tessdll.vcproj
+
================================================================
More information about the pld-cvs-commit
mailing list