CVS: moonbase/graphics/openvrml BUILD, 1.1.1.1, 1.2 DEPENDS, 1.2,
1.3 DETAILS, 1.1.1.1, 1.2
Florin Braescu
florin at lunar-linux.org
Fri Dec 26 14:03:51 GMT 2003
Update of /var/cvs/lunar/moonbase/graphics/openvrml
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5856
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
bump version from 0.11.2 to 0.14.3.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/openvrml/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:16 -0000 1.1.1.1
+++ BUILD 26 Dec 2003 14:03:48 -0000 1.2
@@ -1,7 +1,6 @@
(
- ./configure --prefix=/usr \
- --without-mozjs &&
+ ./configure --prefix=/usr &&
make &&
prepare_install &&
make install
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/openvrml/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 13 Sep 2002 10:57:40 -0000 1.2
+++ DEPENDS 26 Dec 2003 14:03:48 -0000 1.3
@@ -1,3 +1,13 @@
depends libpng &&
depends jpeg &&
-depends glut
+depends glut &&
+depends mozilla &&
+
+optional_depends "j2sdk" \
+ "--with-jdk --enable-script-node-java" \
+ "--without-jdk --disable-script-node-javascript" \
+ "to use the java sdk"
+
+
+
+
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/openvrml/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:16 -0000 1.1.1.1
+++ DETAILS 26 Dec 2003 14:03:48 -0000 1.2
@@ -1,17 +1,19 @@
- MODULE=openvrml
- VERSION=0.11.2
- SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
+ MODULE=openvrml
+ VERSION=0.14.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
+ SOURCE_VFY=md5:43d4015a98c7e2479e1164184da0e8e6
WEB_SITE=http://$MODULE.sourceforge.net
ENTERED=20011021
- UPDATED=20011021
- SHORT="openvrml: a library for reading and displaying VRML97."
+ UPDATED=20031226
+ SHORT="openvrml: a library for reading and displaying VRML97."
+
cat << EOF
-OpenVRML is a C++ class library that allows applications to read
-VRML97 .wrl files and view their geometries. It is also working
-toward full ISO VRML97 Specification compliance. While still in
-development, the codebase is quite stable and featureful.
+ OpenVRML is a C++ class library that allows applications to read
+ VRML97 .wrl files and view their geometries. It is also working
+ toward full ISO VRML97 Specification compliance. While still in
+ development, the codebase is quite stable and featureful.
-lookat, a basic Glut VRML viewer is included.
+ lookat, a basic Glut VRML viewer is included.
EOF
More information about the Lunar-commits
mailing list