[Lunar-commits] r19803 - moonbase/trunk/graphics/openvrml
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Apr 23 03:30:31 UTC 2006
Author: v3rt1g0
Date: 2006-04-23 03:30:30 +0000 (Sun, 23 Apr 2006)
New Revision: 19803
Removed:
moonbase/trunk/graphics/openvrml/BUILD
Modified:
moonbase/trunk/graphics/openvrml/DEPENDS
moonbase/trunk/graphics/openvrml/DETAILS
Log:
Misc Tidy: openvrml (0.15.10)
* formatting/alignment
* removed unneeded BUILD file
* make the mozilla depends optional
Deleted: moonbase/trunk/graphics/openvrml/BUILD
Modified: moonbase/trunk/graphics/openvrml/DEPENDS
===================================================================
--- moonbase/trunk/graphics/openvrml/DEPENDS 2006-04-22 20:16:34 UTC (rev 19802)
+++ moonbase/trunk/graphics/openvrml/DEPENDS 2006-04-23 03:30:30 UTC (rev 19803)
@@ -1,9 +1,7 @@
-depends libpng &&
-depends jpeg &&
-depends SDL &&
-depends boost &&
-depends mozilla
+depends libpng &&
+depends jpeg &&
+depends SDL &&
+depends boost &&
-
-
-
+optional_depends "mozilla" "" "--disable-mozilla-plugin" \
+ "to build the mozilla VRML plugin"
Modified: moonbase/trunk/graphics/openvrml/DETAILS
===================================================================
--- moonbase/trunk/graphics/openvrml/DETAILS 2006-04-22 20:16:34 UTC (rev 19802)
+++ moonbase/trunk/graphics/openvrml/DETAILS 2006-04-23 03:30:30 UTC (rev 19803)
@@ -1,17 +1,17 @@
- MODULE=openvrml
+ MODULE=openvrml
VERSION=0.15.10
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:f44e1ccbb0934f02d2ae75d06b369803c88f502d
- WEB_SITE=http://$MODULE.sourceforge.net
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:f44e1ccbb0934f02d2ae75d06b369803c88f502d
+ WEB_SITE=http://openvrml.sourceforge.net/
ENTERED=20011021
UPDATED=20050805
- SHORT="openvrml: a library for reading and displaying VRML97."
+ SHORT="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.
-Lookat, a basic Glut VRML viewer is included.
+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.
EOF
More information about the Lunar-commits
mailing list