Commit Graph

17 Commits (26c46cf6c1519947cab99d7453e938c6788dc614)

Author SHA1 Message Date
Andreas Behr 52bf248b79 Adds option to build opencv with the qt backend
See issue 9444

Closes Homebrew/homebrew#9445.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-01-05 22:31:31 +00:00
Adam Vandenberg 725311b0af Standardize 32 bit build switch 2012-01-02 14:53:36 -08:00
Martin Szarski fa8a121a5b opencv: fix 32-bit build
Removed extra space at the start of -DOPENCV_EXTRA_C_FLAGS parameter that was
killing the 32bit build on Mac OS X Lion.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-29 20:43:01 -08:00
Charlie Sharpsteen 80562282da OpenCV: Remove debugging statement
Oops, left something in that last commit.

Also, fixes the module installation path to where the caveats say it will be.
2011-09-21 16:08:53 -07:00
Charlie Sharpsteen 9724da1f77 OpenCV: Fix Python support
OpenCV relies on the CMake FindPythonLibs module which get pwned pretty hard if
more than one Python installation is available. Copied some code from the VTK
formula that straightens things out manually.

Also added a numpy dependency.

Fixes Homebrew/homebrew#7740.
2011-09-21 16:03:26 -07:00
Yogesh Girdhar 7d1b6d33e3 OpenCV: Update to 2.3.1a
Also correct `PYTHONPATH` in caveats.

Fixes Homebrew/homebrew#5596.

Fixes Homebrew/homebrew#7121.
Fixes Homebrew/homebrew#7453.

Closes Homebrew/homebrew#6692.
Closes Homebrew/homebrew#7500.
Closes Homebrew/homebrew#7706.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20 21:07:33 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Philipp 896aa256fa Updated OpenCV to stable version 2.2
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-11 18:12:11 +00:00
Adam Vandenberg 19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Christopher Denter a9ccec70c4 opencv - --build32 option; needed for some cameras
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-02 08:45:47 -07:00
Adam Vandenberg ab643771fb brew-audit - check for commented-out dependencies
"brew audit" will now warn about commented-out dependencies.

Updated formulae that had these to either take them out or rewrite
the comments around them.
2010-09-13 15:16:09 -07:00
Christopher Denter 8a1858ac1b opencv: Use revision 3478.
Seems to work good. Memory leak from 2.1.0 is fixed. Some later revisions don't compile on OSX, though

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-15 11:35:25 -07:00
Adam Vandenberg 1e9d62f415 Remove empty md5 2010-08-08 18:26:08 -07: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
Christopher Denter 86ec6ac87c opencv -- Make opencv formula use svn, not the 2.1.0 release. Necessary due to a *massive* memory leak that was fixed upstream.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-04 16:59:30 -07:00
David Höppner 5078377f2e opencv: clean up url 2010-05-22 14:48:55 +02:00
kmowery 52918cfe85 OpenCV 2.1.0
Open source Computer Vision is a library of programming functions for real time computer vision.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-18 21:54:04 -07:00