GNOME Bugzilla – Bug 307144
patches to build with new cairo API
Last modified: 2005-08-01 05:30:04 UTC
Attached patches are required for new Cairo API. Note that 0.5.0 patch is untested. It compiles, but not yet tested, whether it works.
Created attachment 47543 [details] [review] dia-cairo-decl.patch Patch for cairo-0.4.0 and above.
Created attachment 47544 [details] [review] dia-cairo-new-api.patch Patch for new cairo API (0.5.0). Author: Ruediger Oertel
Created attachment 47550 [details] [review] a tested version for cairo 0.5 the 0.4 patch is obsolete cause this is already handled in cvs the untested 0.5 patch has at least one major issue: it does not create an output specific surface any longer. This will produce quite bad results e.g. for pdf. I wont apply my own patch to cvs until cairo-0.5.0 becomes more widely available (at least in my preferred Linux distribution;-)
If a - considered stable - version of cairo will appear I'll update the cairo plug-in to that api. But not before [Gentoo still does not have .5, probably waits until gtk+2.8 gets released ;-]
*** Bug 311203 has been marked as a duplicate of this bug. ***
*** Bug 311594 has been marked as a duplicate of this bug. ***
2005-07-31 Hans Breuer <hans@breuer.org> * plug-ins/cairo/diacairo.c congigure.in : dont wait any longer for distributions official packages - depend on cairo 0.6.0 - fixes bug #307144