summaryrefslogtreecommitdiff
path: root/graphics/Coin
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-03-31 09:28:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-03-31 09:28:08 +0000
commita1d8b80f8103fceee9c0ca53c5b348e696755055 (patch)
tree031ecffa6f3b0d9603d1a6f92a108272595fbcc7 /graphics/Coin
parent* Update exim-4.12 -> exim-4.14: (diff)
Update port devel/Coin to the latest and greatest version 2.0.0.
PR: ports/49005 Submitted by: Roland Jesse <roland.jesse@gmx.net>
Notes
Notes: svn path=/head/; revision=77825
Diffstat (limited to 'graphics/Coin')
-rw-r--r--graphics/Coin/Makefile14
-rw-r--r--graphics/Coin/distinfo2
-rw-r--r--graphics/Coin/pkg-plist278
3 files changed, 222 insertions, 72 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile
index cff8a67b0bde..ffb37be390f9 100644
--- a/graphics/Coin/Makefile
+++ b/graphics/Coin/Makefile
@@ -6,26 +6,30 @@
#
PORTNAME= Coin
-PORTVERSION= 1.0.3
+PORTVERSION= 2.0.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/
MAINTAINER= roland.jesse@gmx.net
COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API
-LIB_DEPENDS= simage.22:${PORTSDIR}/graphics/simage
+LIB_DEPENDS= simage.22:${PORTSDIR}/graphics/simage \
+ openal.0:${PORTSDIR}/audio/openal
USE_REINPLACE= yes
USE_MESA= yes
USE_XLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
- LDFLAGS="${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --program-transform-name="s/x/x/"
+CONFIGURE_ARGS= --program-transform-name="s/x/x/" --with-pthread=yes --enable-threadsafe --enable-3ds-import --enable-sound
INSTALLS_SHLIB= yes
MAN1= coin-config.1
+# Fixed in Coin's CVS but needed for the 2.0.0 release:
+pre-configure:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure
+
post-patch:
@${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in
diff --git a/graphics/Coin/distinfo b/graphics/Coin/distinfo
index f6ee67f96046..c7420741add5 100644
--- a/graphics/Coin/distinfo
+++ b/graphics/Coin/distinfo
@@ -1 +1 @@
-MD5 (Coin-1.0.3.tar.gz) = 3c1ca26343ece7d80894d6dcea891f7c
+MD5 (Coin-2.0.0.tar.gz) = af51b92c5ae932cf0c4a9d5fdb2fdc0a
diff --git a/graphics/Coin/pkg-plist b/graphics/Coin/pkg-plist
index d3a656fed298..a1b5d85571c1 100644
--- a/graphics/Coin/pkg-plist
+++ b/graphics/Coin/pkg-plist
@@ -1,10 +1,33 @@
bin/coin-config
+include/Inventor/C/base/hash.h
+include/Inventor/C/base/heap.h
+include/Inventor/C/base/memalloc.h
+include/Inventor/C/base/rbptree.h
+include/Inventor/C/base/time.h
+include/Inventor/C/base/string.h
+include/Inventor/C/base/list.h
+include/Inventor/C/errors/error.h
+include/Inventor/C/errors/debugerror.h
+include/Inventor/C/glue/gl.h
+include/Inventor/C/glue/dl.h
+include/Inventor/C/threads/common.h
+include/Inventor/C/threads/thread.h
+include/Inventor/C/threads/mutex.h
+include/Inventor/C/threads/condvar.h
+include/Inventor/C/threads/rwmutex.h
+include/Inventor/C/threads/storage.h
+include/Inventor/C/threads/worker.h
+include/Inventor/C/threads/wpool.h
+include/Inventor/C/threads/sched.h
+include/Inventor/C/threads/sync.h
+include/Inventor/C/threads/fifo.h
+include/Inventor/C/threads/barrier.h
+include/Inventor/C/tidbits.h
+include/Inventor/C/basic.h
include/Inventor/lock/SoLockMgr.h
+include/Inventor/system/gl.h
include/Inventor/system/inttypes.h
include/Inventor/SbBasic.h
-include/Inventor/C/basic.h
-include/Inventor/VRMLnodes/SoVRMLInterpOutput.h
-include/Inventor/VRMLnodes/SoVRMLInterpolator.h
include/Inventor/actions/SoSubAction.h
include/Inventor/actions/SoActions.h
include/Inventor/actions/SoAction.h
@@ -19,9 +42,13 @@ include/Inventor/actions/SoLineHighlightRenderAction.h
include/Inventor/actions/SoPickAction.h
include/Inventor/actions/SoRayPickAction.h
include/Inventor/actions/SoSearchAction.h
+include/Inventor/actions/SoToVRMLAction.h
+include/Inventor/actions/SoToVRML2Action.h
include/Inventor/actions/SoWriteAction.h
+include/Inventor/actions/SoAudioRenderAction.h
include/Inventor/bundles/SoBundle.h
include/Inventor/bundles/SoMaterialBundle.h
+include/Inventor/bundles/SoNormalBundle.h
include/Inventor/bundles/SoTextureCoordinateBundle.h
include/Inventor/caches/SoBoundingBoxCache.h
include/Inventor/caches/SoCache.h
@@ -63,6 +90,33 @@ include/Inventor/draggers/SoTransformBoxDragger.h
include/Inventor/draggers/SoTransformerDragger.h
include/Inventor/draggers/SoTranslate1Dragger.h
include/Inventor/draggers/SoTranslate2Dragger.h
+include/Inventor/elements/SoGLCacheContextElement.h
+include/Inventor/elements/SoGLClipPlaneElement.h
+include/Inventor/elements/SoGLColorIndexElement.h
+include/Inventor/elements/SoGLCoordinateElement.h
+include/Inventor/elements/SoGLDrawStyleElement.h
+include/Inventor/elements/SoGLEnvironmentElement.h
+include/Inventor/elements/SoGLLazyElement.h
+include/Inventor/elements/SoGLLightIdElement.h
+include/Inventor/elements/SoGLLinePatternElement.h
+include/Inventor/elements/SoGLLineWidthElement.h
+include/Inventor/elements/SoGLModelMatrixElement.h
+include/Inventor/elements/SoGLNormalElement.h
+include/Inventor/elements/SoGLNormalizeElement.h
+include/Inventor/elements/SoGLPointSizeElement.h
+include/Inventor/elements/SoGLRenderPassElement.h
+include/Inventor/elements/SoGLPolygonOffsetElement.h
+include/Inventor/elements/SoGLProjectionMatrixElement.h
+include/Inventor/elements/SoGLShapeHintsElement.h
+include/Inventor/elements/SoGLShadeModelElement.h
+include/Inventor/elements/SoGLTextureCoordinateElement.h
+include/Inventor/elements/SoGLTextureEnabledElement.h
+include/Inventor/elements/SoGLTexture3EnabledElement.h
+include/Inventor/elements/SoGLTextureImageElement.h
+include/Inventor/elements/SoGLTextureMatrixElement.h
+include/Inventor/elements/SoGLUpdateAreaElement.h
+include/Inventor/elements/SoGLViewingMatrixElement.h
+include/Inventor/elements/SoGLViewportRegionElement.h
include/Inventor/elements/SoSubElement.h
include/Inventor/elements/SoElements.h
include/Inventor/elements/SoAccumulatedElement.h
@@ -78,50 +132,17 @@ include/Inventor/elements/SoComplexityTypeElement.h
include/Inventor/elements/SoCoordinateElement.h
include/Inventor/elements/SoCreaseAngleElement.h
include/Inventor/elements/SoCullElement.h
-include/Inventor/elements/SoGLColorIndexElement.h
include/Inventor/elements/SoDecimationPercentageElement.h
include/Inventor/elements/SoDecimationTypeElement.h
+include/Inventor/elements/SoElement.h
include/Inventor/elements/SoDiffuseColorElement.h
include/Inventor/elements/SoDrawStyleElement.h
-include/Inventor/elements/SoElement.h
include/Inventor/elements/SoEmissiveColorElement.h
include/Inventor/elements/SoEnvironmentElement.h
include/Inventor/elements/SoFloatElement.h
include/Inventor/elements/SoFocalDistanceElement.h
include/Inventor/elements/SoFontNameElement.h
include/Inventor/elements/SoFontSizeElement.h
-include/Inventor/elements/SoGLAmbientColorElement.h
-include/Inventor/elements/SoGLCacheContextElement.h
-include/Inventor/elements/SoGLClipPlaneElement.h
-include/Inventor/elements/SoGLLazyElement.h
-include/Inventor/elements/SoGLCoordinateElement.h
-include/Inventor/elements/SoGLDiffuseColorElement.h
-include/Inventor/elements/SoGLDrawStyleElement.h
-include/Inventor/elements/SoGLEmissiveColorElement.h
-include/Inventor/elements/SoGLEnvironmentElement.h
-include/Inventor/elements/SoGLLightIdElement.h
-include/Inventor/elements/SoGLLightModelElement.h
-include/Inventor/elements/SoGLLinePatternElement.h
-include/Inventor/elements/SoGLLineWidthElement.h
-include/Inventor/elements/SoGLModelMatrixElement.h
-include/Inventor/elements/SoGLNormalElement.h
-include/Inventor/elements/SoGLNormalizeElement.h
-include/Inventor/elements/SoGLPointSizeElement.h
-include/Inventor/elements/SoGLPolygonOffsetElement.h
-include/Inventor/elements/SoGLPolygonStippleElement.h
-include/Inventor/elements/SoGLProjectionMatrixElement.h
-include/Inventor/elements/SoGLRenderPassElement.h
-include/Inventor/elements/SoGLShadeModelElement.h
-include/Inventor/elements/SoGLShapeHintsElement.h
-include/Inventor/elements/SoGLShininessElement.h
-include/Inventor/elements/SoGLSpecularColorElement.h
-include/Inventor/elements/SoGLTextureCoordinateElement.h
-include/Inventor/elements/SoGLTextureEnabledElement.h
-include/Inventor/elements/SoGLTextureImageElement.h
-include/Inventor/elements/SoGLTextureMatrixElement.h
-include/Inventor/elements/SoGLUpdateAreaElement.h
-include/Inventor/elements/SoGLViewingMatrixElement.h
-include/Inventor/elements/SoGLViewportRegionElement.h
include/Inventor/elements/SoInt32Element.h
include/Inventor/elements/SoLazyElement.h
include/Inventor/elements/SoLightAttenuationElement.h
@@ -152,17 +173,25 @@ include/Inventor/elements/SoSwitchElement.h
include/Inventor/elements/SoTextOutlineEnabledElement.h
include/Inventor/elements/SoTextureCoordinateBindingElement.h
include/Inventor/elements/SoTextureCoordinateElement.h
+include/Inventor/elements/SoTextureEnabledElement.h
+include/Inventor/elements/SoTexture3EnabledElement.h
include/Inventor/elements/SoTextureImageElement.h
include/Inventor/elements/SoTextureMatrixElement.h
-include/Inventor/elements/SoUnitsElement.h
include/Inventor/elements/SoTextureOverrideElement.h
include/Inventor/elements/SoTextureQualityElement.h
include/Inventor/elements/SoTransparencyElement.h
+include/Inventor/elements/SoUnitsElement.h
include/Inventor/elements/SoViewVolumeElement.h
include/Inventor/elements/SoViewingMatrixElement.h
include/Inventor/elements/SoViewportRegionElement.h
include/Inventor/elements/SoWindowElement.h
+include/Inventor/elements/SoListenerPositionElement.h
+include/Inventor/elements/SoListenerOrientationElement.h
+include/Inventor/elements/SoListenerGainElement.h
+include/Inventor/elements/SoListenerDopplerElement.h
+include/Inventor/elements/SoSoundElement.h
include/Inventor/engines/SoSubEngine.h
+include/Inventor/engines/SoSubNodeEngine.h
include/Inventor/engines/SoEngines.h
include/Inventor/engines/SoBoolOperation.h
include/Inventor/engines/SoCalculator.h
@@ -192,6 +221,7 @@ include/Inventor/engines/SoInterpolateRotation.h
include/Inventor/engines/SoInterpolateVec2f.h
include/Inventor/engines/SoInterpolateVec3f.h
include/Inventor/engines/SoInterpolateVec4f.h
+include/Inventor/engines/SoNodeEngine.h
include/Inventor/engines/SoOnOff.h
include/Inventor/engines/SoOneShot.h
include/Inventor/engines/SoOutputData.h
@@ -240,15 +270,18 @@ include/Inventor/fields/SoMFULong.h
include/Inventor/fields/SoMFUShort.h
include/Inventor/fields/SoMFVec2f.h
include/Inventor/fields/SoMFVec3f.h
+include/Inventor/fields/SoMFVec3d.h
include/Inventor/fields/SoMFVec4f.h
include/Inventor/fields/SoMField.h
include/Inventor/fields/SoSFBitMask.h
include/Inventor/fields/SoSFBool.h
+include/Inventor/fields/SoSFBox3s.h
include/Inventor/fields/SoSFColor.h
include/Inventor/fields/SoSFEngine.h
include/Inventor/fields/SoSFEnum.h
include/Inventor/fields/SoSFFloat.h
include/Inventor/fields/SoSFImage.h
+include/Inventor/fields/SoSFImage3.h
include/Inventor/fields/SoSFInt32.h
include/Inventor/fields/SoSFLong.h
include/Inventor/fields/SoSFMatrix.h
@@ -264,8 +297,11 @@ include/Inventor/fields/SoSFTrigger.h
include/Inventor/fields/SoSFUInt32.h
include/Inventor/fields/SoSFULong.h
include/Inventor/fields/SoSFUShort.h
+include/Inventor/fields/SoSFVec2s.h
include/Inventor/fields/SoSFVec2f.h
+include/Inventor/fields/SoSFVec3s.h
include/Inventor/fields/SoSFVec3f.h
+include/Inventor/fields/SoSFVec3d.h
include/Inventor/fields/SoSFVec4f.h
include/Inventor/fields/SoSField.h
include/Inventor/manips/SoClipPlaneManip.h
@@ -286,14 +322,22 @@ include/Inventor/misc/SoBasic.h
include/Inventor/misc/SoByteStream.h
include/Inventor/misc/SoCallbackList.h
include/Inventor/misc/SoChildList.h
+include/Inventor/misc/SoContextHandler.h
+include/Inventor/misc/SoGLImage.h
+include/Inventor/misc/SoGLBigImage.h
include/Inventor/misc/SoNormalGenerator.h
include/Inventor/misc/SoNotification.h
+include/Inventor/misc/SoNotRec.h
+include/Inventor/misc/SoProto.h
+include/Inventor/misc/SoProtoInstance.h
include/Inventor/misc/SoTranReceiver.h
include/Inventor/misc/SoState.h
include/Inventor/misc/SoTranscribe.h
include/Inventor/misc/SoTranSender.h
include/Inventor/misc/SoLightPath.h
include/Inventor/misc/SoTempPath.h
+include/Inventor/misc/SoGlyph.h
+include/Inventor/misc/SoAudioDevice.h
include/Inventor/lists/SbList.h
include/Inventor/lists/SbPList.h
include/Inventor/lists/SbIntList.h
@@ -312,7 +356,6 @@ include/Inventor/lists/SoNodeList.h
include/Inventor/lists/SoPathList.h
include/Inventor/lists/SoPickedPointList.h
include/Inventor/lists/SoTypeList.h
-include/Inventor/lists/SoVRMLInterpOutputList.h
include/Inventor/nodekits/SoSubKit.h
include/Inventor/nodekits/SoNodeKit.h
include/Inventor/nodekits/SoNodeKitListPart.h
@@ -331,7 +374,6 @@ include/Inventor/nodes/SoNodes.h
include/Inventor/nodes/SoAnnotation.h
include/Inventor/nodes/SoAntiSquish.h
include/Inventor/nodes/SoArray.h
-include/Inventor/nodes/SoAsciiText.h
include/Inventor/nodes/SoBaseColor.h
include/Inventor/nodes/SoBlinker.h
include/Inventor/nodes/SoCallback.h
@@ -339,36 +381,27 @@ include/Inventor/nodes/SoCamera.h
include/Inventor/nodes/SoClipPlane.h
include/Inventor/nodes/SoColorIndex.h
include/Inventor/nodes/SoComplexity.h
-include/Inventor/nodes/SoCone.h
include/Inventor/nodes/SoCoordinate3.h
include/Inventor/nodes/SoCoordinate4.h
-include/Inventor/nodes/SoCube.h
-include/Inventor/nodes/SoCylinder.h
include/Inventor/nodes/SoDirectionalLight.h
include/Inventor/nodes/SoDrawStyle.h
include/Inventor/nodes/SoEnvironment.h
include/Inventor/nodes/SoEventCallback.h
include/Inventor/nodes/SoExtSelection.h
include/Inventor/nodes/SoFaceSet.h
+include/Inventor/nodes/SoLOD.h
include/Inventor/nodes/SoFile.h
include/Inventor/nodes/SoFont.h
include/Inventor/nodes/SoFontStyle.h
include/Inventor/nodes/SoGroup.h
-include/Inventor/nodes/SoImage.h
-include/Inventor/nodes/SoIndexedFaceSet.h
-include/Inventor/nodes/SoIndexedLineSet.h
-include/Inventor/nodes/SoIndexedNurbsCurve.h
-include/Inventor/nodes/SoIndexedNurbsSurface.h
-include/Inventor/nodes/SoIndexedShape.h
-include/Inventor/nodes/SoIndexedTriangleStripSet.h
include/Inventor/nodes/SoInfo.h
-include/Inventor/nodes/SoLOD.h
include/Inventor/nodes/SoLabel.h
include/Inventor/nodes/SoLevelOfDetail.h
include/Inventor/nodes/SoLight.h
include/Inventor/nodes/SoLightModel.h
include/Inventor/nodes/SoLineSet.h
include/Inventor/nodes/SoLinearProfile.h
+include/Inventor/nodes/SoListener.h
include/Inventor/nodes/SoLocateHighlight.h
include/Inventor/nodes/SoMarkerSet.h
include/Inventor/nodes/SoMaterial.h
@@ -376,12 +409,9 @@ include/Inventor/nodes/SoMaterialBinding.h
include/Inventor/nodes/SoMatrixTransform.h
include/Inventor/nodes/SoMultipleCopy.h
include/Inventor/nodes/SoNode.h
-include/Inventor/nodes/SoNonIndexedShape.h
include/Inventor/nodes/SoNormal.h
include/Inventor/nodes/SoNormalBinding.h
-include/Inventor/nodes/SoNurbsCurve.h
include/Inventor/nodes/SoNurbsProfile.h
-include/Inventor/nodes/SoNurbsSurface.h
include/Inventor/nodes/SoOrthographicCamera.h
include/Inventor/nodes/SoPackedColor.h
include/Inventor/nodes/SoPathSwitch.h
@@ -389,12 +419,10 @@ include/Inventor/nodes/SoPendulum.h
include/Inventor/nodes/SoPerspectiveCamera.h
include/Inventor/nodes/SoPickStyle.h
include/Inventor/nodes/SoPointLight.h
-include/Inventor/nodes/SoPointSet.h
include/Inventor/nodes/SoPolygonOffset.h
include/Inventor/nodes/SoProfile.h
include/Inventor/nodes/SoProfileCoordinate2.h
include/Inventor/nodes/SoProfileCoordinate3.h
-include/Inventor/nodes/SoQuadMesh.h
include/Inventor/nodes/SoResetTransform.h
include/Inventor/nodes/SoRotation.h
include/Inventor/nodes/SoRotationXYZ.h
@@ -402,33 +430,54 @@ include/Inventor/nodes/SoRotor.h
include/Inventor/nodes/SoScale.h
include/Inventor/nodes/SoSelection.h
include/Inventor/nodes/SoSeparator.h
-include/Inventor/nodes/SoShape.h
include/Inventor/nodes/SoShapeHints.h
include/Inventor/nodes/SoShuttle.h
-include/Inventor/nodes/SoSphere.h
include/Inventor/nodes/SoSpotLight.h
include/Inventor/nodes/SoSurroundScale.h
include/Inventor/nodes/SoSwitch.h
-include/Inventor/nodes/SoText2.h
-include/Inventor/nodes/SoText3.h
include/Inventor/nodes/SoTexture2.h
+include/Inventor/nodes/SoTexture3.h
include/Inventor/nodes/SoTexture2Transform.h
+include/Inventor/nodes/SoTexture3Transform.h
include/Inventor/nodes/SoTextureCoordinate2.h
+include/Inventor/nodes/SoTextureCoordinate3.h
include/Inventor/nodes/SoTextureCoordinateBinding.h
include/Inventor/nodes/SoTextureCoordinateDefault.h
include/Inventor/nodes/SoTextureCoordinateEnvironment.h
include/Inventor/nodes/SoTextureCoordinateFunction.h
include/Inventor/nodes/SoTextureCoordinatePlane.h
+include/Inventor/nodes/SoTextureScalePolicy.h
include/Inventor/nodes/SoTransform.h
+include/Inventor/nodes/SoTransparencyType.h
include/Inventor/nodes/SoTransformSeparator.h
include/Inventor/nodes/SoTransformation.h
include/Inventor/nodes/SoTranslation.h
-include/Inventor/nodes/SoTriangleStripSet.h
include/Inventor/nodes/SoUnits.h
include/Inventor/nodes/SoVertexProperty.h
-include/Inventor/nodes/SoVertexShape.h
include/Inventor/nodes/SoWWWAnchor.h
include/Inventor/nodes/SoWWWInline.h
+include/Inventor/nodes/SoAsciiText.h
+include/Inventor/nodes/SoCone.h
+include/Inventor/nodes/SoCube.h
+include/Inventor/nodes/SoCylinder.h
+include/Inventor/nodes/SoImage.h
+include/Inventor/nodes/SoIndexedFaceSet.h
+include/Inventor/nodes/SoIndexedLineSet.h
+include/Inventor/nodes/SoIndexedNurbsCurve.h
+include/Inventor/nodes/SoIndexedNurbsSurface.h
+include/Inventor/nodes/SoIndexedShape.h
+include/Inventor/nodes/SoShape.h
+include/Inventor/nodes/SoIndexedTriangleStripSet.h
+include/Inventor/nodes/SoNonIndexedShape.h
+include/Inventor/nodes/SoNurbsCurve.h
+include/Inventor/nodes/SoNurbsSurface.h
+include/Inventor/nodes/SoPointSet.h
+include/Inventor/nodes/SoQuadMesh.h
+include/Inventor/nodes/SoSphere.h
+include/Inventor/nodes/SoText2.h
+include/Inventor/nodes/SoText3.h
+include/Inventor/nodes/SoTriangleStripSet.h
+include/Inventor/nodes/SoVertexShape.h
include/Inventor/projectors/SbProjectors.h
include/Inventor/projectors/SbCylinderPlaneProjector.h
include/Inventor/projectors/SbCylinderProjector.h
@@ -454,6 +503,85 @@ include/Inventor/sensors/SoSensor.h
include/Inventor/sensors/SoSensorManager.h
include/Inventor/sensors/SoTimerQueueSensor.h
include/Inventor/sensors/SoTimerSensor.h
+include/Inventor/threads/SbThread.h
+include/Inventor/threads/SbMutex.h
+include/Inventor/threads/SbRWMutex.h
+include/Inventor/threads/SbCondVar.h
+include/Inventor/threads/SbStorage.h
+include/Inventor/threads/SbTypedStorage.h
+include/Inventor/threads/SbFifo.h
+include/Inventor/threads/SbBarrier.h
+include/Inventor/threads/SbThreadAutoLock.h
+include/Inventor/VRMLnodes/SoVRML.h
+include/Inventor/VRMLnodes/SoVRMLAnchor.h
+include/Inventor/VRMLnodes/SoVRMLAppearance.h
+include/Inventor/VRMLnodes/SoVRMLAudioClip.h
+include/Inventor/VRMLnodes/SoVRMLBackground.h
+include/Inventor/VRMLnodes/SoVRMLBillboard.h
+include/Inventor/VRMLnodes/SoVRMLBox.h
+include/Inventor/VRMLnodes/SoVRMLCollision.h
+include/Inventor/VRMLnodes/SoVRMLColor.h
+include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
+include/Inventor/VRMLnodes/SoVRMLCone.h
+include/Inventor/VRMLnodes/SoVRMLCoordinate.h
+include/Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h
+include/Inventor/VRMLnodes/SoVRMLCylinder.h
+include/Inventor/VRMLnodes/SoVRMLCylinderSensor.h
+include/Inventor/VRMLnodes/SoVRMLDirectionalLight.h
+include/Inventor/VRMLnodes/SoVRMLDragSensor.h
+include/Inventor/VRMLnodes/SoVRMLElevationGrid.h
+include/Inventor/VRMLnodes/SoVRMLExtrusion.h
+include/Inventor/VRMLnodes/SoVRMLFog.h
+include/Inventor/VRMLnodes/SoVRMLFontStyle.h
+include/Inventor/VRMLnodes/SoVRMLGeometry.h
+include/Inventor/VRMLnodes/SoVRMLGroup.h
+include/Inventor/VRMLnodes/SoVRMLImageTexture.h
+include/Inventor/VRMLnodes/SoVRMLIndexedFaceSet.h
+include/Inventor/VRMLnodes/SoVRMLIndexedLine.h
+include/Inventor/VRMLnodes/SoVRMLIndexedLineSet.h
+include/Inventor/VRMLnodes/SoVRMLIndexedShape.h
+include/Inventor/VRMLnodes/SoVRMLInline.h
+include/Inventor/VRMLnodes/SoVRMLInterpolator.h
+include/Inventor/VRMLnodes/SoVRMLLOD.h
+include/Inventor/VRMLnodes/SoVRMLLight.h
+include/Inventor/VRMLnodes/SoVRMLMacros.h
+include/Inventor/VRMLnodes/SoVRMLMaterial.h
+include/Inventor/VRMLnodes/SoVRMLMovieTexture.h
+include/Inventor/VRMLnodes/SoVRMLNavigationInfo.h
+include/Inventor/VRMLnodes/SoVRMLNodes.h
+include/Inventor/VRMLnodes/SoVRMLNormal.h
+include/Inventor/VRMLnodes/SoVRMLNormalInterpolator.h
+include/Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h
+include/Inventor/VRMLnodes/SoVRMLParent.h
+include/Inventor/VRMLnodes/SoVRMLPixelTexture.h
+include/Inventor/VRMLnodes/SoVRMLPlaneSensor.h
+include/Inventor/VRMLnodes/SoVRMLPointLight.h
+include/Inventor/VRMLnodes/SoVRMLPointSet.h
+include/Inventor/VRMLnodes/SoVRMLPositionInterpolator.h
+include/Inventor/VRMLnodes/SoVRMLProximitySensor.h
+include/Inventor/VRMLnodes/SoVRMLScalarInterpolator.h
+include/Inventor/VRMLnodes/SoVRMLScript.h
+include/Inventor/VRMLnodes/SoVRMLSensor.h
+include/Inventor/VRMLnodes/SoVRMLShape.h
+include/Inventor/VRMLnodes/SoVRMLSound.h
+include/Inventor/VRMLnodes/SoVRMLSphere.h
+include/Inventor/VRMLnodes/SoVRMLSphereSensor.h
+include/Inventor/VRMLnodes/SoVRMLSpotLight.h
+include/Inventor/VRMLnodes/SoVRMLSubInterpolator.h
+include/Inventor/VRMLnodes/SoVRMLSwitch.h
+include/Inventor/VRMLnodes/SoVRMLText.h
+include/Inventor/VRMLnodes/SoVRMLTexture.h
+include/Inventor/VRMLnodes/SoVRMLTextureCoordinate.h
+include/Inventor/VRMLnodes/SoVRMLTextureTransform.h
+include/Inventor/VRMLnodes/SoVRMLTimeSensor.h
+include/Inventor/VRMLnodes/SoVRMLTouchSensor.h
+include/Inventor/VRMLnodes/SoVRMLTransform.h
+include/Inventor/VRMLnodes/SoVRMLVertexLine.h
+include/Inventor/VRMLnodes/SoVRMLVertexPoint.h
+include/Inventor/VRMLnodes/SoVRMLVertexShape.h
+include/Inventor/VRMLnodes/SoVRMLViewpoint.h
+include/Inventor/VRMLnodes/SoVRMLVisibilitySensor.h
+include/Inventor/VRMLnodes/SoVRMLWorldInfo.h
include/Inventor/SbPList.h
include/Inventor/So.h
include/Inventor/SoDB.h
@@ -472,14 +600,22 @@ include/Inventor/Sb.h
include/Inventor/SbBox.h
include/Inventor/SbBSPTree.h
include/Inventor/SbLinear.h
+include/Inventor/SbDPLinear.h
include/Inventor/SoLists.h
-include/Inventor/SbBox2f.h
include/Inventor/SbBox2s.h
+include/Inventor/SbBox3s.h
+include/Inventor/SbBox2f.h
+include/Inventor/SbBox2d.h
include/Inventor/SbBox3f.h
+include/Inventor/SbClip.h
include/Inventor/SbColor.h
include/Inventor/SbColor4f.h
-include/Inventor/SbCylinder.h
include/Inventor/SbDict.h
+include/Inventor/SbCylinder.h
+include/Inventor/SbDPLine.h
+include/Inventor/SbDPMatrix.h
+include/Inventor/SbDPPlane.h
+include/Inventor/SbDPRotation.h
include/Inventor/SbHeap.h
include/Inventor/SbImage.h
include/Inventor/SbLine.h
@@ -492,16 +628,21 @@ include/Inventor/SbSphere.h
include/Inventor/SbString.h
include/Inventor/SbTesselator.h
include/Inventor/SbTime.h
-include/Inventor/SbVec2f.h
include/Inventor/SbVec2s.h
+include/Inventor/SbVec2f.h
+include/Inventor/SbVec2d.h
+include/Inventor/SbVec3s.h
include/Inventor/SbVec3f.h
+include/Inventor/SbVec3d.h
include/Inventor/SbVec4f.h
+include/Inventor/SbVec4d.h
include/Inventor/SbViewVolume.h
+include/Inventor/SbDPViewVolume.h
include/Inventor/SbViewportRegion.h
include/Inventor/SbXfBox3f.h
include/SoWinEnterScope.h
include/SoWinLeaveScope.h
-lib/libCoin.so.20
+lib/libCoin.so.40
lib/libCoin.so
lib/libCoin.la
share/aclocal/coin.m4
@@ -529,6 +670,10 @@ share/Coin/draggerDefaults/transformerDragger.iv
share/Coin/draggerDefaults/transformBoxDragger.iv
@dirrm include/Inventor/lock
@dirrm include/Inventor/system
+@dirrm include/Inventor/C/base
+@dirrm include/Inventor/C/errors
+@dirrm include/Inventor/C/glue
+@dirrm include/Inventor/C/threads
@dirrm include/Inventor/C
@dirrm include/Inventor/VRMLnodes
@dirrm include/Inventor/actions
@@ -548,6 +693,7 @@ share/Coin/draggerDefaults/transformBoxDragger.iv
@dirrm include/Inventor/nodes
@dirrm include/Inventor/projectors
@dirrm include/Inventor/sensors
+@dirrm include/Inventor/threads
@dirrm include/Inventor
@dirrm share/Coin/draggerDefaults
@unexec rmdir %D/share/Coin/conf 2>/dev/null || true