diff -u kde4libs-4.1.2/debian/changelog kde4libs-4.1.2/debian/changelog --- kde4libs-4.1.2/debian/changelog +++ kde4libs-4.1.2/debian/changelog @@ -1,3 +1,10 @@ +kde4libs (4:4.1.2-0ubuntu11.1) intrepid-proposed; urgency=low + + * Add kubuntu_12_khtmlimagepart_linking.diff from Maksim Orlovich + Closes LP: #278602 "Error loading module Embeddable Image Viewer", + + -- Jonathan Riddell Mon, 10 Nov 2008 22:09:42 +0000 + kde4libs (4:4.1.2-0ubuntu11) intrepid-proposed; urgency=low * update kubuntu_06_user_disk_mounting.diff to hide the long dbus-send diff -u kde4libs-4.1.2/debian/patches/series kde4libs-4.1.2/debian/patches/series --- kde4libs-4.1.2/debian/patches/series +++ kde4libs-4.1.2/debian/patches/series @@ -22,0 +23 @@ +kubuntu_12_khtmlimagepart_linking.diff only in patch2: unchanged: --- kde4libs-4.1.2.orig/debian/patches/kubuntu_12_khtmlimagepart_linking.diff +++ kde4libs-4.1.2/debian/patches/kubuntu_12_khtmlimagepart_linking.diff @@ -0,0 +1,16 @@ +Index: khtmlimage_init.cpp +=================================================================== +--- khtmlimage_init.cpp (revision 882424) ++++ khtmlimage_init.cpp (working copy) +@@ -19,3 +19,11 @@ + + #include + ++// Defined in libkhtml ++extern "C" KDE_EXPORT void* init_khtmlimagefactory(); ++ ++// The real entry point for khtmlimagepart ++extern "C" KDE_EXPORT void* init_khtmlimagepart() { ++ return init_khtmlimagefactory(); ++} ++