GNOME Bugzilla – Bug 607839
libpixbufloader-png.so not in library list
Last modified: 2010-07-10 04:08:01 UTC
The attached ptach fixes this warning: gdk-pixbuf/Makefile.am:332: variable `libpixbufloader_gdip_png_la_SOURCES' is defined but no program or gdk-pixbuf/Makefile.am:332: library has `libpixbufloader_gdip_png_la' as canonical name (possible typo)
Created attachment 152063 [details] [review] Fix warning
*** Bug 599774 has been marked as a duplicate of this bug. ***
Review of attachment 152063 [details] [review]: Tested and looks good for me.
Comment on attachment 152063 [details] [review] Fix warning Set to reviewed per Pablo comments
*** Bug 609185 has been marked as a duplicate of this bug. ***
Nah, libstatic-pixbufloader-gdip-png.la should not be built or at least not included in STATIC_GDIPLUS_LIBS as we don't want to use the GDI+-based loader for PNG, because if we do, we can't get (or was it set?) the options of a PNG pixbuf that for instance some code in GIMP wants to do. I would just remove the definition of libpixbufloader_gdip_png_la_SOURCES (and _LDFLAGS and _LIBADD, presumably).
Created attachment 160259 [details] [review] Remove the definition of libpixbufloader_gdip_png_la_* Updated patch with your comments
Review of attachment 160259 [details] [review]: Looks good to me
Comment on attachment 160259 [details] [review] Remove the definition of libpixbufloader_gdip_png_la_* master a141c3527165c5245aa6c4c57f73c8b9e125c223 gtk-2-22 501098e946869372ceb958e6493fc57d09b105e5 gtk-2-20 a6c4833d9a307a1905516fb497dfaf0f141e1c0d
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.