aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/open-scene-graph.rb
AgeCommit message (Collapse)Author
2015-02-06open-scene-graph: update 3.3.3 bottle.BrewTestBot
2015-02-06open-scene-graph 3.3.3Ian Lancaster
Closes #36587. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-19Fix places where bottle block was inserted incorrectlyJack Nagel
2014-11-14open-scene-graph: update docs optionJack Nagel
2014-10-06open-scene-graph: add 3.2.0_1 bottle.BrewTestBot
2014-10-06Bump revision for dependents of ffmpegJaime Marquínez Ferrándiz
2014-06-12open-scene-graph: fix several build issuesJack Nagel
- add upstream patch to fix C++11 support - add upstream patch to fix freetype detection - remove hardcoded reference to "i386" - branch on build.with?, not installed? Fixes #29839. Closes #30097.
2014-03-19open-scene-graph: use patch DSLJack Nagel
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-27open-scene-graph: use Formula[]Adam Vandenberg
2014-01-13open-scene-graph: add qt, qt5 support.Jens Cornelis
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-27open-scene-graph: support C++11 mode.Xiyue Deng
Closes #19999.
2013-08-15Use Hardware::CPU.arch(32|64)_bit in formulaeMisty De Meo
2013-08-06open-scene-graph: make ffmpeg an :optionalAdam Vandenberg
2013-08-06open-scene-graph 3.2.0Adam Vandenberg
2013-03-08open-scene-graph: use /usr/bin/sw_vers to determine osx versionFrederic Morin
current behaviour uses SDKSettings.plist to determine osx version but this file is only available when XCode is installed. Closes #18210. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
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-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>