GNOME Bugzilla – Bug 722183
Can not build without libtiff installed
Last modified: 2014-01-19 11:21:55 UTC
I don't have libtiff installed, and with master checked out, build fails because of get_pixbuf_type_from_mime_type missing, but used from extensions/cairo_io/gth-image-saver-tiff.c [1]. This looks like something introduced back in August of 2012, see commit [2] moving get_pixbuf_type_from_mime_type functionto _gdk_pixbuf_get_type_from_mime_type. [1] https://git.gnome.org/browse/gthumb/tree/extensions/cairo_io/gth-image-saver-tiff.c#n532 [2] https://git.gnome.org/browse/gthumb/commit/?id=f114b3f88ef5d6f6a36d25fb2a3289f9105d32c1
Created attachment 266262 [details] [review] Proposed patch This proposed patch follows what has been done in the commit renaming the missing function, and uses the function with the new name.
Created attachment 266265 [details] [review] Proposed patch The proposed fix uses the new function name.
Sorry for the duplicate patch proposal, got an internal server error 500 and retried.
Patch pushed to master, thank you.