[Kst] kdeextragear-2/kst

George Staikos staikos at kde.org
Thu Oct 23 02:37:56 CEST 2003


CVS commit by staikos: 

merging the planckio branch and creating the framework for the planck plugin


  A            kst/datasources/planck/.cvsignore   1.1
  A            kst/datasources/planck/Makefile.am   1.1
  A            kst/datasources/planck/kstdata_planck.desktop   1.1
  A            kst/datasources/planck/planck.cpp   1.1 [GPL (v2+)]
  A            kst/datasources/planck/planck.h   1.1 [GPL (v2+)]
  A            kst/datasources/planck/planckdata.cpp   1.1 [GPL (v2+)]
  A            kst/datasources/planck/planckdata.h   1.1 [GPL (v2+)]
  A            kst/datasources/planck/plancktoi.cpp   1.1 [GPL (v2+)]
  A            kst/datasources/planck/plancktoi.h   1.1 [GPL (v2+)]
  M +13 -0     configure.in.in   1.3
  M +1 -1      kst/datasources/Makefile.am   1.5
  M +3 -0      tests/planck/.cvsignore   1.2
  M +7 -0      tests/planck/Makefile.am   1.2
  M +61 -0     tests/planck/toigen.c   1.2


--- kdeextragear-2/kst/configure.in.in  #1.2:1.3
@@ -6,2 +6,15 @@
 AC_LANG_RESTORE
 dnl AC_OUTPUT(kst/kst.spec)
+
+
+KDE_CHECK_HEADER(HL2_PIOLIB/PIOLib.h, AC_DEFINE(HAVE_PIOLIB_H, 1, [If we have piolib headers]) have_piolib_h=yes, , )
+
+KDE_CHECK_LIB(piolib, PIOCloseTOI, KST_LIBS="-lpiolib $KST_LIBS", , )
+AC_SUBST(KST_LIBS)
+
+if test $ac_cv_lib_piolib_PIOCloseTOI = yes; then
+  if test $have_piolib_h = yes; then
+    AC_DEFINE(KST_HAVE_PLANCK, 1, [If we have the PLANCK I/O libraries.])
+  fi
+fi
+

--- kdeextragear-2/kst/kst/datasources/Makefile.am  #1.4:1.5
@@ -1 +1 @@
-SUBDIRS=ascii dirfile frame indirect
+SUBDIRS=ascii dirfile frame indirect planck




More information about the Kst mailing list