diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-10 22:10:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-10 22:10:08 +0000 |
commit | 7878154b9f349c3f1be006ed81d0b426a6f64cd4 (patch) | |
tree | 77079b9dcbb63b8d8001614628ff286f4815f0ed /graphics | |
parent | 6c0da1ed4bd48e07802cd271da57717278f1f2e1 (diff) | |
download | pkgsrc-7878154b9f349c3f1be006ed81d0b426a6f64cd4.tar.gz |
Update to 1.6.4:
Overview of changes from pycairo 1.4.0 to pycairo 1.6.4
========================================================
General changes:
Pycairo 1.6.4 requires cairo 1.6.4 (or later).
requires Python 2.5 (or later).
Bug fixes:
16112: Fix win32 'python setup.py ...' build -- use double quotes
New Methods:
Context.has_current_point
Context.path_extents
ImageSurface.format_stride_for_width
PSSurface.get_eps
PSSurface.set_eps
PSSurface.ps_level_to_string
PSSurface.restrict_to_level
Surface.copy_page
Surface.show_page
New Constants:
cairo.PS_LEVEL_2, cairo.PS_LEVEL_3
Other changes:
test/pygame-test1.py, test/pygame-test2.py : pygame tests
examples/cairo_snippets/snippets/ellipse.py : Update
so line-width is a constant width in device-space not user-space
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-cairo/Makefile | 10 | ||||
-rw-r--r-- | graphics/py-cairo/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 6b9962a9d33..1da0ad8a734 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2008/04/16 12:16:40 abs Exp $ +# $NetBSD: Makefile,v 1.11 2008/11/10 22:10:08 wiz Exp $ # -DISTNAME= pycairo-1.4.12 -PKGNAME= ${PYPKGPREFIX}-cairo-1.4.12 +DISTNAME= pycairo-1.6.4 +PKGNAME= ${PYPKGPREFIX}-cairo-1.6.4 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} PKGCONFIG_OVERRIDE+= pycairo.pc.in -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 PY_PATCHPLIST= yes .include "../../mk/compiler.mk" @@ -28,7 +28,7 @@ PY_PATCHPLIST= yes BUILDLINK_TRANSFORM+= rm:-std=c99 .endif -BUILDLINK_API_DEPENDS.cairo+= cairo>=1.4.12 +BUILDLINK_API_DEPENDS.cairo+= cairo>=1.6.4 .include "../../lang/python/extension.mk" .include "../../math/py-Numeric/buildlink3.mk" diff --git a/graphics/py-cairo/distinfo b/graphics/py-cairo/distinfo index 037408cf4d9..2f8d8a61971 100644 --- a/graphics/py-cairo/distinfo +++ b/graphics/py-cairo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/03/12 20:54:52 drochner Exp $ +$NetBSD: distinfo,v 1.6 2008/11/10 22:10:08 wiz Exp $ -SHA1 (pycairo-1.4.12.tar.gz) = 580255db6f3ab4c44ac44dfe0a9f7d1f598c2ab3 -RMD160 (pycairo-1.4.12.tar.gz) = f44bb6bcc6b366568e0297689164537dc891b278 -Size (pycairo-1.4.12.tar.gz) = 490053 bytes +SHA1 (pycairo-1.6.4.tar.gz) = d3b3ecb6e999cc7b4a6ebcad00ae8d82c253c21c +RMD160 (pycairo-1.6.4.tar.gz) = 6197427df3d10b708847503f975670e3d02d57e5 +Size (pycairo-1.6.4.tar.gz) = 491984 bytes |