KIPI-Plugins 0.1.4-beta2 available for testing

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

KIPI-Plugins 0.1.4-beta2 available for testing

Valerio Fuoglio-2
Hi,
new release's tar is ready for testing, you can find it here:
http://pub.thewally.it/kipi-plugins

Were not included 'pt' and 'da' localization (they cause compile problems).

Waiting for your feedback for a public release :)

Regards,
Valerio
--
Valerio Fuoglio <[hidden email]> - http://www.valeriofuoglio.it
KIPI Plugins - http://www.kipi-plugins.org 
Ulteo - http://www.ulteo.com

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel

attachment0 (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: KIPI-Plugins 0.1.4-beta2 available for testing

Rex Dieter
Valerio Fuoglio wrote:

> new release's tar is ready for testing, you can find it here:
> http://pub.thewally.it/kipi-plugins
>
> Were not included 'pt' and 'da' localization (they cause compile
> problems).

Build fails for me (on x86_64):

/bin/sh ../../libtool --silent --tag=CXX   --mode=link
g++  -DNDEBUG -DNO_DEBUG -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -L../../kipi-plugins/common/libkipiplugins -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined   -L/usr/lib64/qt-3.3/lib -L/usr/lib64 -Wl,--as-needed -Wl,--enable-new-dtags  -lkipiplugins -lgpod -lgobject-2.0 -lglib-2.0   -o
kipiplugin_slideshow.la -rpath /usr/lib64/kde3 plugin_slideshow.lo
slideshow.lo slideshowconfig.lo imlibiface.lo slideshowgl.lo toolbar.lo
listimageitems.lo slideshowconfigbase.lo
listimageitems.moc.lo  -lkdefx -lImlib2 -lGL -lkipi   -lkdcraw   -lkdeui -lkdecore -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread
.libs/slideshowconfig.o: In function
`KIPISlideShowPlugin::SlideShowConfig::slotImagesFilesSelected(QListBoxItem*)':
/builddir/build/BUILD/kipi-plugins-0.1.4-beta2/kipi-plugins/slideshow/slideshowconfig.cpp:557:
undefined reference to `KIO::filePreview(KURL::List const&, int, int, int,
int, bool, bool, QStringList const*)'
collect2: ld returned 1 exit status
make[3]: *** [kipiplugin_slideshow.la] Error 1
make[3]: Leaving directory
`/builddir/build/BUILD/kipi-plugins-0.1.4-beta2/kipi-plugins/slideshow'

Full failed build.log:
http://koji.fedoraproject.org/koji/getfile?taskID=43326&name=build.log


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: KIPI-Plugins 0.1.4-beta2 available for testing

Rex Dieter
Rex Dieter wrote:

> Valerio Fuoglio wrote:
>
>> new release's tar is ready for testing, you can find it here:
>> http://pub.thewally.it/kipi-plugins
>>
>> Were not included 'pt' and 'da' localization (they cause compile
>> problems).
>
> Build fails for me (on x86_64):
...
> .libs/slideshowconfig.o: In function
>
`KIPISlideShowPlugin::SlideShowConfig::slotImagesFilesSelected(QListBoxItem*)':
> /builddir/build/BUILD/kipi-plugins-0.1.4-beta2/kipi-plugins/slideshow/slideshowconfig.cpp:557:
> undefined reference to `KIO::filePreview(KURL::List const&, int, int, int,
> int, bool, bool, QStringList const*)' collect2: ld returned 1 exit status

Looks like missing linkage against libkio, attached patch WORKSFORME.

-- Rex

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel

kipi-plugins-0.1.4-beta2-LIB_KIO.patch (767 bytes) Download Attachment