changeset 10051:9d6b46ba836e octave-forge

vrml: package is dependent on linear-algebra because of calls to rotparams
author carandraug
date Mon, 16 Apr 2012 09:34:06 +0000
parents f82660cf7dee
children fc1f823f764d
files main/vrml/DESCRIPTION main/vrml/NEWS
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/vrml/DESCRIPTION	Mon Apr 16 09:01:20 2012 +0000
+++ b/main/vrml/DESCRIPTION	Mon Apr 16 09:34:06 2012 +0000
@@ -5,7 +5,7 @@
 Maintainer: Etienne Grossmann <etienne@egdn.net>
 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
--- a/main/vrml/NEWS	Mon Apr 16 09:01:20 2012 +0000
+++ b/main/vrml/NEWS	Mon Apr 16 09:34:06 2012 +0000
@@ -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).