GNOME Bugzilla – Bug 628079
Use libchamplain 0.7.1 or newer for the map plugin
Last modified: 2019-02-22 03:16:00 UTC
The attached patch makes the map eog plugin use libchamplain 0.7.1 as discussed here: http://mail.gnome.org/archives/desktop-devel-list/2010-August/msg00051.html
Created attachment 168849 [details] [review] Patch
Review of attachment 168849 [details] [review]: Thanks! Looks trivial enough to me. ;)
Is this really necessary? Is there anything in the plugin that really requires 0.7.1 ?
It's not necessary API-wise but because the version was bumped in jhbuild, eog-plugins wouldn't build because libchamplain puts the library version into the soname. The configure.ac checks look like champlain-0.4 >= 0.4 and the new library will be champlain-0.8 so the above condition would not find the new library.
ok, then please go ahead.
Pushed to master.