[Kst] kdeextragear-2/kst

Andrew Walker arwalker at sumusltd.com
Fri Jun 11 19:48:28 CEST 2004


CVS commit by arwalker: 

Added plugins for (de)convolution.


  A            plugins/convolution/convolve/.cvsignore   1.1
  A            plugins/convolution/convolve/Makefile.am   1.1
  A            plugins/convolution/convolve/convolve.cpp   1.1 [UNKNOWN]
  A            plugins/convolution/convolve/convolve.desktop   1.1
  A            plugins/convolution/convolve/convolve.xml   1.1
  A            plugins/convolution/deconvolve/.cvsignore   1.1
  A            plugins/convolution/deconvolve/Makefile.am   1.1
  A            plugins/convolution/deconvolve/deconvolve.cpp   1.1 [UNKNOWN]
  A            plugins/convolution/deconvolve/deconvolve.desktop   1.1
  A            plugins/convolution/deconvolve/deconvolve.xml   1.1
  M +4 -0      configure.in.in   1.22
  M +4 -1      plugins/Makefile.am   1.15


--- kdeextragear-2/kst/configure.in.in  #1.21:1.22
@@ -26,4 +26,5 @@
 GSL_INTERPOLATIONS_SUBDIR="gsl"
 GSL_PASS_FILTERS_SUBDIR="gsl"
+GSL_CONVOLUTION_SUBDIR="gsl"
 KDE_CHECK_HEADER(gsl/gsl_rng.h, ,[GSL_NOISE_SUBDIR=""] )
 KDE_CHECK_LIB(gsl, gsl_rng_alloc, ,[GSL_NOISE_SUBDIR=""], -lgslcblas -lm )
@@ -36,4 +37,6 @@
 KDE_CHECK_HEADER(gsl/gsl_fft_real.h, ,[GSL_PASS_FILTERS_SUBDIR=""] )
 KDE_CHECK_LIB(gsl, gsl_fft_real_wavetable_alloc, ,[GSL_PASS_FILTERS_SUBDIR=""], -lgslcblas -lm )
+KDE_CHECK_HEADER(gsl/gsl_fft_real.h, ,[GSL_CONVOLUTION_SUBDIR=""] )
+KDE_CHECK_LIB(gsl, gsl_fft_real_wavetable_alloc, ,[GSL_CONVOLUTION_SUBDIR=""], -lgslcblas -lm )
 AM_CONDITIONAL(include_noise_plugins, test -n "$GSL_NOISE_SUBDIR")
 AM_CONDITIONAL(include_fits_plugins, test -n "$GSL_FITS_SUBDIR")
@@ -41,4 +44,5 @@
 AM_CONDITIONAL(include_interpolations_plugins, test -n "$GSL_INTERPOLATIONS_SUBDIR")
 AM_CONDITIONAL(include_pass_filters_plugins, test -n "$GSL_PASS_FILTERS_SUBDIR")
+AM_CONDITIONAL(include_convolution_plugins, test -n "$GSL_CONVOLUTION_SUBDIR")
 
 FITSIO_LIBS="-lcfitsio -lm"

--- kdeextragear-2/kst/plugins/Makefile.am  #1.14:1.15
@@ -14,4 +14,7 @@
 PASS_FILTERS_SUBDIR=pass_filters
 endif
+if include_convolution_plugins
+CONVOLUTION_SUBDIR=convolution
+endif
 
-SUBDIRS=bin linefit autocorrelation crosscorrelation periodogram phase statistics chop $(NOISE_SUBDIR) $(FITS_SUBDIR) $(FITSNONLINEAR_SUBDIR) $(INTERPOLATIONS_SUBDIR) $(PASS_FILTERS_SUBDIR) editor
+SUBDIRS=bin linefit autocorrelation crosscorrelation periodogram phase statistics chop $(NOISE_SUBDIR) $(FITS_SUBDIR) $(FITSNONLINEAR_SUBDIR) $(INTERPOLATIONS_SUBDIR) $(PASS_FILTERS_SUBDIR) $(CONVOLUTION_SUBDIR) editor





More information about the Kst mailing list