Commit Graph

8 Commits (d7de7d6df5c9e5addcd192041cb67e769c49619d)

Author SHA1 Message Date
Jack Nagel 53473b6bf5 Clean up MacOS version method usage
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.

"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.

The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
nibbles 2bits d5fdce8efb open-scene-graph 3.1.2
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 Homebrew/homebrew#13840

Closes Homebrew/homebrew#14563.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-30 13:31:36 -07:00
nibbles 2bits 3068061b1c open-scene-graph: fix patch array, adjust fails_with
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 Homebrew/homebrew#14236.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:28:27 -05:00
Dominik Moritz f22802fd8b open-scene-graph: apply patch only to stable version
Closes Homebrew/homebrew#12689.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 11:44:20 -05:00
fhesse 48897fc67d open-scene-graph: displayBitsPerPixel patch for Lion
Closes Homebrew/homebrew#11788.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16 20:42:44 -05:00
Dominik Moritz 066c02f8b0 open-scene-graph --devel 3.1.1
This fixes install and runtime issues on Lion.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-28 10:55:23 -07:00
Jack Nagel d17fc4ef5e open-scene-graph: fails with clang
Closes Homebrew/homebrew#11348.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 14:30:06 -05:00
Ryan Pavlik 2583e0cd15 OpenSceneGraph 3.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-21 20:18:51 -07:00