Commit graph

24 commits

Author SHA1 Message Date
Charlie Sharpsteen
e797b7ff42 tesseract: Don't run autogen.sh
A call to `autogen.sh` was introduced in 64bb607 because version 3.01 of
tesseract shipped without a `Makefile.in`. This has been corrected, so
re-generating the buildsystem is no longer necessary.

Also, the current `configure.ac` is no longer compatible with automake 1.13 so
builds were failing. Upstream issue:

  http://code.google.com/p/tesseract-ocr/issues/detail?id=819

Closes Homebrew/homebrew#16917.
2013-01-05 22:05:28 -08:00
Jack Nagel
371378badb tesseract 3.02.02
Closes Homebrew/homebrew#16536, because I'm not going to argue about it.
2012-12-13 01:30:15 -06:00
Adam Vandenberg
3b61409d72 tesseract: remove unused skip_clean 2012-10-21 13:24:06 -07:00
Mike McQuaid
5ddc7617b3 Fix subformulae sha1s. 2012-09-03 18:59:29 -07:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg
425e30ad6c tesseract: use new dsl 2012-08-25 09:47:30 -07:00
Adam Vandenberg
62fa0c4f42 Use autotools symbols 2012-07-10 08:56:02 -07:00
Misty De Meo
863071310c tesseract: refactor language classes
Removes the ugly terrible klass_inna_strings.
2012-07-06 11:54:50 -05:00
Adam Vandenberg
64c6b6017e Tesseract: style nits 2012-05-05 12:41:59 -07:00
Jack Nagel
64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Elliot Saba
76a16bb26a Tesseract: add explicit leptonica include path
Fixes compilation for non-/usr/local/ HOMEBREW installs.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15 19:41:28 -07:00
Max Howell
06cb65df78 These now depend on automake for Xcode >= 4.3
Fixes Homebrew/homebrew#10559.

Also added missing deps for osm2pgsql.

Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
2012-02-28 15:40:59 +00:00
Misty De Meo
b7bba8e6fb tesseract: add --all-languages option
tesseract previously built with English as the only language. This adds
an --all-languages option, which builds every available language.
English remains default.
2011-12-15 08:20:21 -06:00
Ralf Stephan
5b39b32822 tesseract 3.01
Closes Homebrew/homebrew#8769.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-12-14 23:37:03 -06:00
Misty De Meo
9c4857d0b6 tesseract: skip_clean 'bin'
mftraining would fail with a missing symbol error when cleaned.

Fixes Homebrew/homebrew#5921.
Closes Homebrew/homebrew#8413.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-01 19:34:09 -05:00
Adam Vandenberg
5bce4aca27 Move gz-only strategy into core. 2011-05-19 07:37:24 -07:00
Kerry Wright
c927c04a1e Updated tesseract to version 3.00
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-02 16:46:44 -07:00
Adam Vandenberg
99b61b9a23 Update fails_with_llvm in formulae 2011-03-25 23:31:30 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Adam Vandenberg
e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Erik Kastner
2f0c2d3da2 tesseract: adding about
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-02-03 16:05:16 +01:00
David Höppner
790d0e2cfd tesseract: segfaults on 10.6 when compiled with llvm-gcc 2010-01-31 13:35:51 +01:00
Ryan Shaw
67fe99f417 Added new formula for tesseract 2.04. 2010-01-30 14:11:29 +01:00