]> git.pld-linux.org Git - packages/tesseract.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 26 Dec 2008 11:05:09 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tesseract-gcc43.patch -> 1.1
    tesseract-no-java.patch -> 1.1

tesseract-gcc43.patch [new file with mode: 0644]
tesseract-no-java.patch [new file with mode: 0644]

diff --git a/tesseract-gcc43.patch b/tesseract-gcc43.patch
new file mode 100644 (file)
index 0000000..e39b893
--- /dev/null
@@ -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"
diff --git a/tesseract-no-java.patch b/tesseract-no-java.patch
new file mode 100644 (file)
index 0000000..604509c
--- /dev/null
@@ -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
This page took 0.167892 seconds and 4 git commands to generate.