diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-08 20:10:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-08 20:10:08 +0000 |
commit | 52be43f0b4a6c48a4027852f9ccceecb3e827e17 (patch) | |
tree | 1cd00a004782216c271e3aef8ca53312eac3eddf /graphics | |
parent | 76b0cc5f2d3f23f39b77ba38846847544f7829fa (diff) | |
download | pkgsrc-52be43f0b4a6c48a4027852f9ccceecb3e827e17.tar.gz |
Updated Coin to 2.4.4.
Some of the changes since 2.2.0:
- further improvements to SoOffscreenRenderer performance
- SoRayPickAction precision improvements
- Visual Studio project now installs only selected build (including
static configurations now)
- misc minor details, build fixes, documentation updates
- Support for compressed textures
- Windows: build settings are easier tunable from the Visual Studio
projects (edit include/setup.h), and also includes static library
build options now
- reference doc improvements with file format examples and defaults
sections for all scene objects.
- completely Cygwin-less build setup for MS Windows / Visual Studio:
- Visual Studio 6 project file in build/msvc6/
- Visual Studio .NET 2003 solution in build/msvc7/
- some minor API additions for internal optimization purposes
- new node SoTextureCombine (for multi-texturing)
- new texture coordinate mapping nodes SoTextureCoordinateCube,
SoTextureCoordinateCylinder, and SoTextureCoordinateSphere
- vertex buffer objects support
- correct "sorted layers blend" transparency mode
- improved thread safety
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Coin/Makefile | 6 | ||||
-rw-r--r-- | graphics/Coin/PLIST | 12 | ||||
-rw-r--r-- | graphics/Coin/distinfo | 8 |
3 files changed, 18 insertions, 8 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 9a8406592ce..0bff46ff6f7 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 07:21:24 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2005/11/08 20:10:08 rillig Exp $ -DISTNAME= Coin-2.2.1 +DISTNAME= Coin-2.4.4 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ +MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.coin3d.org/ diff --git a/graphics/Coin/PLIST b/graphics/Coin/PLIST index 973661bcd8d..a7cd4539ff4 100644 --- a/graphics/Coin/PLIST +++ b/graphics/Coin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 07:21:24 rillig Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/11/08 20:10:08 rillig Exp $ bin/coin-config include/Inventor/C/base/hash.h include/Inventor/C/base/heap.h @@ -12,11 +12,13 @@ include/Inventor/C/errors/debugerror.h include/Inventor/C/errors/error.h include/Inventor/C/glue/dl.h include/Inventor/C/glue/gl.h +include/Inventor/C/glue/spidermonkey.h include/Inventor/C/threads/barrier.h include/Inventor/C/threads/common.h include/Inventor/C/threads/condvar.h include/Inventor/C/threads/fifo.h include/Inventor/C/threads/mutex.h +include/Inventor/C/threads/recmutex.h include/Inventor/C/threads/rwmutex.h include/Inventor/C/threads/sched.h include/Inventor/C/threads/storage.h @@ -254,6 +256,7 @@ include/Inventor/elements/SoGLCacheContextElement.h include/Inventor/elements/SoGLClipPlaneElement.h include/Inventor/elements/SoGLColorIndexElement.h include/Inventor/elements/SoGLCoordinateElement.h +include/Inventor/elements/SoGLDisplayList.h include/Inventor/elements/SoGLDrawStyleElement.h include/Inventor/elements/SoGLEnvironmentElement.h include/Inventor/elements/SoGLLazyElement.h @@ -320,6 +323,7 @@ include/Inventor/elements/SoSubElement.h include/Inventor/elements/SoSwitchElement.h include/Inventor/elements/SoTextOutlineEnabledElement.h include/Inventor/elements/SoTexture3EnabledElement.h +include/Inventor/elements/SoTextureCombineElement.h include/Inventor/elements/SoTextureCoordinateBindingElement.h include/Inventor/elements/SoTextureCoordinateElement.h include/Inventor/elements/SoTextureEnabledElement.h @@ -490,12 +494,14 @@ include/Inventor/misc/SoContextHandler.h include/Inventor/misc/SoGLBigImage.h include/Inventor/misc/SoGLImage.h include/Inventor/misc/SoGlyph.h +include/Inventor/misc/SoJavaScriptEngine.h include/Inventor/misc/SoLightPath.h include/Inventor/misc/SoNormalGenerator.h include/Inventor/misc/SoNotRec.h include/Inventor/misc/SoNotification.h include/Inventor/misc/SoProto.h include/Inventor/misc/SoProtoInstance.h +include/Inventor/misc/SoScriptEngine.h include/Inventor/misc/SoState.h include/Inventor/misc/SoTempPath.h include/Inventor/misc/SoTranReceiver.h @@ -608,13 +614,17 @@ include/Inventor/nodes/SoTexture2.h include/Inventor/nodes/SoTexture2Transform.h include/Inventor/nodes/SoTexture3.h include/Inventor/nodes/SoTexture3Transform.h +include/Inventor/nodes/SoTextureCombine.h include/Inventor/nodes/SoTextureCoordinate2.h include/Inventor/nodes/SoTextureCoordinate3.h include/Inventor/nodes/SoTextureCoordinateBinding.h +include/Inventor/nodes/SoTextureCoordinateCube.h +include/Inventor/nodes/SoTextureCoordinateCylinder.h include/Inventor/nodes/SoTextureCoordinateDefault.h include/Inventor/nodes/SoTextureCoordinateEnvironment.h include/Inventor/nodes/SoTextureCoordinateFunction.h include/Inventor/nodes/SoTextureCoordinatePlane.h +include/Inventor/nodes/SoTextureCoordinateSphere.h include/Inventor/nodes/SoTextureScalePolicy.h include/Inventor/nodes/SoTextureUnit.h include/Inventor/nodes/SoTransform.h diff --git a/graphics/Coin/distinfo b/graphics/Coin/distinfo index 284c4e6125f..f3cfce1c0c2 100644 --- a/graphics/Coin/distinfo +++ b/graphics/Coin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/11/04 07:21:24 rillig Exp $ +$NetBSD: distinfo,v 1.2 2005/11/08 20:10:08 rillig Exp $ -SHA1 (Coin-2.2.1.tar.gz) = 3b79dbb51c53894027ae73c2db79b9ed978b12b1 -RMD160 (Coin-2.2.1.tar.gz) = 9eda53c57b3e27f34463d97aa75ad42cbe817d4f -Size (Coin-2.2.1.tar.gz) = 3011673 bytes +SHA1 (Coin-2.4.4.tar.gz) = 5482b8ad371484ab3194b2bef828297a1b059c33 +RMD160 (Coin-2.4.4.tar.gz) = 6bdeabf38809c2cf0873c85f030fe3392dec89f3 +Size (Coin-2.4.4.tar.gz) = 3784368 bytes |