pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Updated Coin to 2.4.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3548f5e9057
branches:  trunk
changeset: 502764:d3548f5e9057
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 08 20:10:08 2005 +0000

description:
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:

 doc/CHANGES            |   3 ++-
 graphics/Coin/Makefile |   6 +++---
 graphics/Coin/PLIST    |  12 +++++++++++-
 graphics/Coin/distinfo |   8 ++++----
 4 files changed, 20 insertions(+), 9 deletions(-)

diffs (114 lines):

diff -r ec4eebb05d08 -r d3548f5e9057 doc/CHANGES
--- a/doc/CHANGES       Tue Nov 08 20:06:43 2005 +0000
+++ b/doc/CHANGES       Tue Nov 08 20:10:08 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11864 2005/11/08 16:42:10 joerg Exp $
+$NetBSD: CHANGES,v 1.11865 2005/11/08 20:10:36 rillig Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -5117,3 +5117,4 @@
        Updated devel/sysexits to 1.1 [tv 2005-11-08]
        Added audio/cplay version 1.49 [tonio 2005-11-08]
        Updated databases/postgresql74-lib to 7.4.8nb2 [root 2005-11-08]
+       Updated graphics/Coin to 2.4.4 [rillig 2005-11-08]
diff -r ec4eebb05d08 -r d3548f5e9057 graphics/Coin/Makefile
--- a/graphics/Coin/Makefile    Tue Nov 08 20:06:43 2005 +0000
+++ b/graphics/Coin/Makefile    Tue Nov 08 20:10:08 2005 +0000
@@ -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@localhost
 HOMEPAGE=              http://www.coin3d.org/
diff -r ec4eebb05d08 -r d3548f5e9057 graphics/Coin/PLIST
--- a/graphics/Coin/PLIST       Tue Nov 08 20:06:43 2005 +0000
+++ b/graphics/Coin/PLIST       Tue Nov 08 20:10:08 2005 +0000
@@ -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/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/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/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/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/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 -r ec4eebb05d08 -r d3548f5e9057 graphics/Coin/distinfo
--- a/graphics/Coin/distinfo    Tue Nov 08 20:06:43 2005 +0000
+++ b/graphics/Coin/distinfo    Tue Nov 08 20:10:08 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index