aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/open-scene-graph.rb
AgeCommit message (Collapse)Author
2012-08-30open-scene-graph 3.1.2nibbles 2bits
Upgrade open-scene-graph to version 3.1.2. Remove that patch that is merged into this version. Add a `--docs` option. Don't build them by default. Add deps on doxygen and graphviz if building docs. Install the docs into the correct path. Add a dep on gnuplot. Add a dep on gtkglext. Add an option to build ffmpeg support. It is off by default. Make the ffmpeg dep conditional on the option. Use inreplace to turn off ffmpeg rather than 10 CMake vars. Actually build the docs using `make doc_openscenegraph` if asked. Remove the `fails_with` because it works now. Add a patch to fix a syntax error during `cmake`, missing OR. Change to 10.7 specific cmake code to `10.7 or 10.8`. Reported upstream and noted removal date in comments. Tested on ML using clang and llvm from XCode-4.4.1. Fixes #13840 Closes #14563. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-17open-scene-graph: fix patch array, adjust fails_withnibbles 2bits
Open-scene-graph has two patches. Change the patch block so that something is returned. Fixes patches not being applied. Change the fails_with build number for clang to 421. Closes #14236. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12open-scene-graph: apply patch only to stable versionDominik Moritz
Closes #12689. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16open-scene-graph: displayBitsPerPixel patch for Lionfhesse
Closes #11788. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28open-scene-graph --devel 3.1.1Dominik Moritz
This fixes install and runtime issues on Lion. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01open-scene-graph: fails with clangJack Nagel
Closes #11348. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-21OpenSceneGraph 3.0.1Ryan Pavlik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>