summaryrefslogtreecommitdiff
path: root/graphics/py-cairo/patches
AgeCommit message (Collapse)AuthorFilesLines
2009-05-13Update pycairo to 1.8.4.obache3-14/+21
Based on maintainer update request by PR 41063. While here, add commented out LICENSE (LGPL-2.1 or MPL-1.1). Overview of changes from pycairo 1.8.2 to pycairo 1.8.4 ======================================================= General Changes: Pycairo 1.8.4 requires cairo 1.8.4 (or later) and Python 2.6 Bug Fixes: 20674: Add get/set_extend for Gradient Patterns New Classes: cairo.ToyFontFace New Methods: Pattern.get_extend Pattern.set_extend ToyFontFace.get_family ToyFontFace.get_slant ToyFontFace.get_weight Deleted Methods: SurfacePattern.get_extend SurfacePattern.set_extend Other Changes: Threading for surfaces with stream functions has been reenabled. Documentation updates.
2008-11-18make this work with python-2.4 againdrochner3-0/+79
2006-10-12update to 1.2.2drochner1-22/+0
changes: -updated for newer cairo versions -distutils support (unused in pkgsrc because broken) -new example to demonstrate pattern masks -cairo.svg module removed
2006-09-20Fix build with Cairo 1.2 API and require it. Bump revision since DSOjoerg1-0/+22
changed.