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

Tom Albers tomalbers at kde.nl
Thu Mar 2 01:12:28 CET 2006


Op donderdag 2 maart 2006 00:37, schreef Aurélien Gâteau:
> SVN commit 514935 by gateau:
>
> Imported the HTMLGallery plugin, which should replace ImagesGallery.
> CCMAIL: kde-imaging at kde.org

Thanks for this Aurélien! Finally we have better output to html from all our 
applications. Compliments.

Toma

>
>
>  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
> _______________________________________________
> Kde-imaging mailing list
> Kde-imaging at kde.org
> https://mail.kde.org/mailman/listinfo/kde-imaging
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-imaging/attachments/20060302/f5fcb910/attachment-0001.pgp 


More information about the Kde-imaging mailing list