From: <car...@us...> - 2012-04-16 09:34:17
|
Revision: 10237 http://octave.svn.sourceforge.net/octave/?rev=10237&view=rev Author: carandraug Date: 2012-04-16 09:34:06 +0000 (Mon, 16 Apr 2012) Log Message: ----------- vrml: package is dependent on linear-algebra because of calls to rotparams Modified Paths: -------------- trunk/octave-forge/main/vrml/DESCRIPTION trunk/octave-forge/main/vrml/NEWS Modified: trunk/octave-forge/main/vrml/DESCRIPTION =================================================================== --- trunk/octave-forge/main/vrml/DESCRIPTION 2012-04-16 09:01:20 UTC (rev 10236) +++ trunk/octave-forge/main/vrml/DESCRIPTION 2012-04-16 09:34:06 UTC (rev 10237) @@ -5,7 +5,7 @@ Maintainer: Etienne Grossmann <et...@eg...> Title: VRML. Description: 3D graphics using VRML -Depends: octave (>= 2.9.7), miscellaneous, struct, statistics +Depends: octave (>= 2.9.7), linear-algebra, miscellaneous, struct, statistics Autoload: no SystemRequirements: freewrl License: GPLv3+, GFDL Modified: trunk/octave-forge/main/vrml/NEWS =================================================================== --- trunk/octave-forge/main/vrml/NEWS 2012-04-16 09:01:20 UTC (rev 10236) +++ trunk/octave-forge/main/vrml/NEWS 2012-04-16 09:34:06 UTC (rev 10237) @@ -21,3 +21,9 @@ ** Some bug fixes on the function `vrml_cyl' and `vrml_material' to handles colors correctly + + ** Package is no longer automatically loaded. + + ** The `linear-algebra' package is now a dependecy (altough not listed, + previous releases of `vrml' were also dependent on it so this is a + bugfix). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |