From: <mtm...@us...> - 2012-05-12 13:50:16
|
Revision: 10422 http://octave.svn.sourceforge.net/octave/?rev=10422&view=rev Author: mtmiller Date: 2012-05-12 13:50:09 +0000 (Sat, 12 May 2012) Log Message: ----------- signal: add dependency on image for padarray Modified Paths: -------------- trunk/octave-forge/main/signal/DESCRIPTION trunk/octave-forge/main/signal/NEWS Modified: trunk/octave-forge/main/signal/DESCRIPTION =================================================================== --- trunk/octave-forge/main/signal/DESCRIPTION 2012-05-12 13:30:57 UTC (rev 10421) +++ trunk/octave-forge/main/signal/DESCRIPTION 2012-05-12 13:50:09 UTC (rev 10422) @@ -5,7 +5,7 @@ Maintainer: Octave-Forge community <oct...@li...> Title: Signal Processing. Description: Signal processing tools, including filtering, windowing and display functions. -Depends: octave (>= 3.6.0), optim (>= 1.0.0), specfun, control (>= 2.2.3), communications +Depends: octave (>= 3.6.0), optim (>= 1.0.0), specfun, control (>= 2.2.3), communications, image Autoload: no License: GPLv3+, public domain Url: http://octave.sf.net Modified: trunk/octave-forge/main/signal/NEWS =================================================================== --- trunk/octave-forge/main/signal/NEWS 2012-05-12 13:30:57 UTC (rev 10421) +++ trunk/octave-forge/main/signal/NEWS 2012-05-12 13:50:09 UTC (rev 10422) @@ -6,7 +6,7 @@ ** signal is no longer dependent on the audio package. - ** signal is now dependent on the communications package. + ** signal is now dependent on the communications and image packages. ** The function `marcumq' was imported from the communications package and has been completely rewritten to improve performance and fix computational This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |