[Kde-imaging] extragear/libs/kipi-plugins

Aurélien Gâteau aurelien.gateau at free.fr
Thu Mar 2 00:37:01 CET 2006


SVN commit 514935 by gateau:

Imported the HTMLGallery plugin, which should replace ImagesGallery.
CCMAIL: kde-imaging at kde.org


 M  +5 -1      Makefile.am  
 M  +22 -0     configure.in.in  
 A             htmlgallery (directory)  
 A             htmlgallery/.vimrc  
 A             htmlgallery/Makefile.am  
 A             htmlgallery/Makefile.in  
 A             htmlgallery/TODO  
 A             htmlgallery/galleryinfo.h   [License: GPL (v2+) (wrong address)]
 A             htmlgallery/generator.cpp   [License: GPL (v2+) (wrong address)]
 A             htmlgallery/generator.h   [License: GPL (v2+) (wrong address)]
 A             htmlgallery/imagesettingspage.ui  
 A             htmlgallery/kipiplugin_htmlgallery.desktop  
 A             htmlgallery/outputpage.ui  
 A             htmlgallery/plugin.cpp   [License: GPL (v2+) (wrong address)]
 A             htmlgallery/plugin.h   [License: GPL (v2+) (wrong address)]
 A             htmlgallery/themes (directory)  
 A             htmlgallery/themes/Makefile.am  
 A             htmlgallery/themes/Makefile.in  
 A             htmlgallery/themes/matrix (directory)  
 A             htmlgallery/themes/matrix/Makefile.am  
 A             htmlgallery/themes/matrix/Makefile.in  
 AM            htmlgallery/themes/matrix/bg.png  
 A             htmlgallery/themes/matrix/style.css  
 A             htmlgallery/themes/matrix/template.xslt  
 A             htmlgallery/themes/snow (directory)  
 A             htmlgallery/themes/snow/Makefile.am  
 A             htmlgallery/themes/snow/Makefile.in  
 AM            htmlgallery/themes/snow/next.png  
 A             htmlgallery/themes/snow/next.svg  
 AM            htmlgallery/themes/snow/next_disabled.png  
 AM            htmlgallery/themes/snow/previous.png  
 AM            htmlgallery/themes/snow/previous_disabled.png  
 A             htmlgallery/themes/snow/style.css  
 A             htmlgallery/themes/snow/template.xslt  
 A             htmlgallery/wizard.cpp   [License: GPL (v2+) (wrong address)]
 A             htmlgallery/wizard.h   [License: GPL (v2+) (wrong address)]


--- trunk/extragear/libs/kipi-plugins/Makefile.am #514934:514935
@@ -8,6 +8,10 @@
 KAMERAKLIENTDIR = kameraklient
 endif
 
+if compile_IMAGEGALLERY2
+imagegallery2dir = imagegallery2
+endif
+
 if compile_JPEGLOSSLESS
 jpeglosslessdir = jpeglossless
 endif
@@ -30,7 +34,7 @@
 RAWCONVERTERDIR = rawconverter
 endif
 
-SUBDIRS = printwizard calendar mpegencoder cdarchiving imagesgallery simpleviewerexport\
+SUBDIRS = printwizard calendar mpegencoder cdarchiving imagesgallery $(imagesgallery2dir) simpleviewerexport\
 	sendimages batchprocessimages wallpaper findimages galleryexport flickrexport\
 	$(SLIDESHOWDIR) $(KAMERAKLIENTDIR) $(JPEGLOSSLESSDIR) \
 	$(TIMEADJUSTDIR) $(ACQUIREIMAGESDIR) $(RAWCONVERTERDIR)
--- trunk/extragear/libs/kipi-plugins/configure.in.in #514934:514935
@@ -121,7 +121,29 @@
 
 AM_CONDITIONAL(compile_KAMERAKLIENT, test -n "${GPHOTO_CONFIG}")
 
+#---------------------------------------------------------
+#
+# xslt detection
+#
+#---------------------------------------------------------
+have_xslt=no
+AC_PATH_PROG(XSLT_CONFIG,xslt-config)
+if test -n "${XSLT_CONFIG}"; then
+  XSLT_CFLAGS="`$XSLT_CONFIG --cflags`"
+  AC_SUBST(XSLT_CFLAGS)
+  LIB_XSLT="`$XSLT_CONFIG --libs`"
+  AC_SUBST(LIB_XSLT)
+  have_xslt=yes
+else
+  AC_MSG_WARN([
+libxslt is required for the imagegallery2 plugin.
+])
+fi
 
+AM_CONDITIONAL(compile_IMAGEGALLERY2, test -n "${XSLT_CONFIG}")
+
+
+
 # ----------------------------------------------------------
 #
 # Slideshow plugin tests
** trunk/extragear/libs/kipi-plugins/htmlgallery/themes/matrix/bg.png #property svn:mime-type
   + application/octet-stream
** trunk/extragear/libs/kipi-plugins/htmlgallery/themes/snow/next.png #property svn:mime-type
   + application/octet-stream
** trunk/extragear/libs/kipi-plugins/htmlgallery/themes/snow/next_disabled.png #property svn:mime-type
   + application/octet-stream
** trunk/extragear/libs/kipi-plugins/htmlgallery/themes/snow/previous.png #property svn:mime-type
   + application/octet-stream
** trunk/extragear/libs/kipi-plugins/htmlgallery/themes/snow/previous_disabled.png #property svn:mime-type
   + application/octet-stream


More information about the Kde-imaging mailing list