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

Caulier Gilles caulier.gilles at kdemail.net
Tue Nov 14 23:45:26 CET 2006


Valerio,

Can you fix my plugins (GPSSync, RawConverter, MetadataEdit, etc...). I very 
busy on Exiv2 project to hack indeep bugs.

Thanks in advance

Gilles


Le Mardi 14 Novembre 2006 23:37, Valerio Fuoglio(UNTRUSTED, sender is 
<kde-imaging-bounces-+caulier.gilles=kdemail.net at kde.org>) a écrit :
> SVN commit 604984 by vfuoglio:
>
> Used new KPAboutData
>
> CCMAIL: kde-imaging at kde.org
>
>  M  +1 -1      Makefile.am
>  M  +6 -8      slideshowconfig.cpp
>
>
> --- trunk/extragear/libs/kipi-plugins/slideshow/Makefile.am #604983:604984
> @@ -12,7 +12,7 @@
>  #kipiplugin_slideshow_la_LIBADD = -lkdefx $(LIB_IMLIB2) $(GL_LIBS)
> $(LIBKIPI_LIBS) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
> kipiplugin_slideshow_la_LIBADD = -lkdefx -lImlib2 $(GL_LIBS)
> $(LIBKIPI_LIBS) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
>
> -kipiplugin_slideshow_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
> +kipiplugin_slideshow_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module
> $(KDE_PLUGIN) $(all_libraries) -lkipiplugins
>
>  kde_services_DATA = kipiplugin_slideshow.desktop
>
> --- trunk/extragear/libs/kipi-plugins/slideshow/slideshowconfig.cpp
> #604983:604984 @@ -46,6 +46,7 @@
>
>  // Local includes.
>
> +#include "kpaboutdata.h"
>  #include "pluginsversion.h"
>  #include "slideshow.h"
>  #include "slideshowgl.h"
> @@ -60,14 +61,11 @@
>  {
>      // About data and help button.
>
> -    KAboutData* about = new KAboutData("kipiplugins",
> -                                       I18N_NOOP("Slide Show"),
> -                                       kipiplugins_version,
> -                                       I18N_NOOP("A Kipi plugin for image
> slideshows"), -                                      
> KAboutData::License_GPL,
> -                                       "(c) 2003-2004, Renchi Raju",
> -                                       0,
> -                                      
> "http://extragear.kde.org/apps/kipi"); +    KIPIPlugins::KPAboutData *
> about = new KIPIPlugins::KPAboutData(I18N_NOOP("Slide Show"), +            
>                            NULL,
> +                                        KAboutData::License_GPL,
> +                                        I18N_NOOP("A Kipi plugin for image
> slideshow"), +                                        "(c) 2003-2004,
> Renchi Raju");
>
>      about->addAuthor("Renchi Raju", I18N_NOOP("Author"),
>                       "renchi at pooh.tam.uiuc.edu");
> _______________________________________________
> Kde-imaging mailing list
> Kde-imaging at kde.org
> https://mail.kde.org/mailman/listinfo/kde-imaging


More information about the Kde-imaging mailing list