aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/opencv.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-11Updated OpenCV to stable version 2.2Philipp
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-10-02opencv - --build32 option; needed for some camerasChristopher Denter
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-13brew-audit - check for commented-out dependenciesAdam Vandenberg
"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-08-15opencv: Use revision 3478.Christopher Denter
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-08Remove empty md5Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-04opencv -- Make opencv formula use svn, not the 2.1.0 release. Necessary due ↵Christopher Denter
to a *massive* memory leak that was fixed upstream. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-22opencv: clean up urlDavid Höppner
2010-05-18OpenCV 2.1.0kmowery
Open source Computer Vision is a library of programming functions for real time computer vision. Signed-off-by: Adam Vandenberg <flangy@gmail.com>