GNOME Bugzilla – Bug 695549
gda-browser uses deprecated graphviz graph API
Last modified: 2013-04-24 19:54:07 UTC
Created attachment 238511 [details] [review] remove deprecated graphviz graph API call Since graphviz 2.30 the graph API is no more built by default. I patched Fedora package to build against it and it seems working. I refreshed the patch against libgda current master. There's another patch that fixes graphviz libgvc pkg-config that still references libgraph (should be libcgraph) It should work with older releases of graphviz but it might require to tweak the build system (probably just call pkg-config on libcgraph to retrieve the proper libraries) downstream tickets: https://bugzilla.redhat.com/show_bug.cgi?id=914131 (libgda: FTBFS in rawhide) https://bugzilla.redhat.com/show_bug.cgi?id=904790 (graphviz 2.30.0 has a broken pkgconfig file)
Patch committed, thanks!
Closing bug.