[Kde-imaging] [Bug 140279] kipi-plugins-1.3-beta fails to build with libgpod 0.4.2

Achim Bohnet ach at mpe.mpg.de
Mon Jan 22 13:35:41 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140279         




------- Additional Comments From ach mpe mpg de  2007-01-22 13:35 -------
Hi Mark,

that we see the linking failure (and not the others) is due to the
relibtoolization for the debian pkgs.

ipodexport is calling g_type_init() explicitely without linking
against libgobject-2.0.

As the g_type_init() is used directly by the plugin the lib should
IMHO not be added to the list of libs libgpod needs but listed on
it's own.

I'll commit the fix for rc1 to debian pkg-kde-extras repo.

 Kipi-devels: clean enough to submit to KDE svn too?

Index: kipi-plugins/ipodexport/Makefile.am
===================================================================
--- kipi-plugins/ipodexport/Makefile.am (revision 626179)
+++ kipi-plugins/ipodexport/Makefile.am (working copy)
 @ -15,7 +15,7  @
                                    ipodlistitem.cpp \
                                    imagelist.cpp

-kipiplugin_ipodexport_la_LIBADD  = $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
+kipiplugin_ipodexport_la_LIBADD  = -lgobject-2.0 $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)

 kipiplugin_ipodexport_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIBGPOD_LIBS) $(all_libraries)


More information about the Kde-imaging mailing list