mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
OpenSceneGraph 3.2.1 - More fixes
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
SUMMARY="An open source, real-time graphics middle-ware used by application developers"
|
||||
SUMMARY="An open source, real-time graphics middle-ware used by developers"
|
||||
DESCRIPTION="
|
||||
The OpenSceneGraph is an open source high performance 3D graphics toolkit, used\
|
||||
by application developers in fields such as visual simulation, games, virtual\
|
||||
reality, scientific visualization and modelling. Written entirely in Standard\
|
||||
C++ and OpenGL it runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris\
|
||||
, HP-Ux, AIX and FreeBSD operating systems. The OpenSceneGraph is now well\
|
||||
established as the world leading scene graph technology, used widely in the\
|
||||
The OpenSceneGraph is an open source high performance 3D graphics toolkit, used \
|
||||
by application developers in fields such as visual simulation, games, virtual \
|
||||
reality, scientific visualization and modelling. Written entirely in Standard \
|
||||
C++ and OpenGL it runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris \
|
||||
, HP-Ux, AIX and FreeBSD operating systems. The OpenSceneGraph is now well \
|
||||
established as the world leading scene graph technology, used widely in the \
|
||||
vis-sim, space, scientific, oil-gas, games and virtual reality industries."
|
||||
HOMEPAGE="http://www.openscenegraph.org"
|
||||
SRC_URI="http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.2.1.zip"
|
||||
@@ -77,14 +77,14 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCH="openscenegraph_x86-3.2.1.patchset"
|
||||
PATCHES="openscenegraph-3.2.1.patchset"
|
||||
|
||||
SOURCE_DIR="OpenSceneGraph-3.2.1"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=$prefix -DOSG_USE_QT=OFF -DBUILD_OSG_APPLICATIONS=OFF -DOSG_WINDOWING_SYSTEM=None
|
||||
make
|
||||
make $jobArgs
|
||||
|
||||
}
|
||||
|
||||
@@ -103,23 +103,12 @@ INSTALL()
|
||||
mv $prefix/lib-temp/* $libDir
|
||||
rm -rf $prefix/lib-temp
|
||||
|
||||
prepareInstalledDevelLibs libOpenThreads
|
||||
prepareInstalledDevelLibs libosg
|
||||
prepareInstalledDevelLibs libosgAnimation
|
||||
prepareInstalledDevelLibs libosgDB
|
||||
prepareInstalledDevelLibs libosgFX
|
||||
prepareInstalledDevelLibs libosgGA
|
||||
prepareInstalledDevelLibs libosgManipulator
|
||||
prepareInstalledDevelLibs libosgParticle
|
||||
prepareInstalledDevelLibs libosgPresentation
|
||||
prepareInstalledDevelLibs libosgShadow
|
||||
prepareInstalledDevelLibs libosgSim
|
||||
prepareInstalledDevelLibs libosgTerrain
|
||||
prepareInstalledDevelLibs libosgText
|
||||
prepareInstalledDevelLibs libosgUtil
|
||||
prepareInstalledDevelLibs libosgViewer
|
||||
prepareInstalledDevelLibs libosgVolume
|
||||
prepareInstalledDevelLibs libosgWidget
|
||||
prepareInstalledDevelLibs libOpenThreads \
|
||||
libosg libosgAnimation libosgDB libosgFX \
|
||||
libosgGA libosgManipulator libosgParticle \
|
||||
libosgPresentation libosgShadow libosgSim \
|
||||
libosgTerrain libosgText libosgUtil libosgViewer \
|
||||
libosgVolume libosgWidget
|
||||
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user