[Bug 167621] Review Request: PyCairo - Python bindings for Cairo

bugzilla at redhat.com bugzilla at redhat.com
Sun Sep 11 09:24:15 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: PyCairo - Python bindings for Cairo


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167621





------- Additional Comments From jacob.kroon at gmail.com  2005-09-11 05:24 EST -------
PyCairo has 3 optional libraries it checks for when configuring:

 * cairo.gtk
 * cairo.svg
 * Numeric Support

cairo.gtk
=========
This module is was introduced because PyGTK (for a while) lacked a
method for creating a Cairo-context from a GtkDrawable. PyGTK 2.8.0
handles this now, so this module is deprecated now I believe.

cairo.svg
=========
Running configure gives me:

checking for libsvg-cairo >= 0.1.6...

I haven't figured out where this library lives, but I don't see
it in any of the Fedora repos (it is not librsvg2). I haven't
found a flag for configure to disable it.

Numeric Support
===============
This is handled by BuildRequire:ing python-numeric.

Currently I'm just using "./configure" without flags.
I don't "--without-pygtk", cause I am not sure if its
necessary. Numeric support is also handled, and that
leaves libsvg-support. Anyone got any ideas?

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list