pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-cairo Update to 1.10.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21376f7e2a29
branches:  trunk
changeset: 621329:21376f7e2a29
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 07 12:19:23 2013 +0000

description:
Update to 1.10.0:

Overview of changes from py2cairo 1.8.10 to py2cairo 1.10.0
===========================================================
General Changes:
    py2cairo 1.10.0 requires cairo 1.10.0 (or later).

New Constants:
    cairo.FORMAT_RGB16_565

Bug Fixes:
    context.get_source().get_surface() fails        #33013
    Add support for './waf configure --libdir=XXX'  #30230

Documentation Changes:
    Upgrade to using Sphinx 1.0.7.
    Include html documentation in the pycairo archive file.

Build Changes:
    Update waf to 1.6.3

Other Changes:
    Remove setup.py
    Improve/simplify unicode filename support.
    Improve/simplify unicode text support.

diffstat:

 graphics/py-cairo/Makefile |  16 ++++++++--------
 graphics/py-cairo/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 12 deletions(-)

diffs (61 lines):

diff -r 8428898d5a79 -r 21376f7e2a29 graphics/py-cairo/Makefile
--- a/graphics/py-cairo/Makefile        Sun Jul 07 12:12:24 2013 +0000
+++ b/graphics/py-cairo/Makefile        Sun Jul 07 12:19:23 2013 +0000
@@ -1,22 +1,19 @@
-# $NetBSD: Makefile,v 1.40 2013/06/04 22:16:25 tron Exp $
-#
+# $NetBSD: Makefile,v 1.41 2013/07/07 12:19:23 wiz Exp $
 
-DISTNAME=              py2cairo-1.8.10
+DISTNAME=              py2cairo-1.10.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py2//}
-PKGREVISION=           8
 CATEGORIES=            graphics
 MASTER_SITES=          http://cairographics.org/releases/
+EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            leuzi%trash.net@localhost
 HOMEPAGE=              http://cairographics.org/pycairo/
 COMMENT=               Python bindings for cairo
 LICENSE=               gnu-lgpl-v2.1 OR mpl-1.1
 
-WRKSRC=                        ${WRKDIR}/${DISTNAME:S/py2/py/}
-
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            aclocal automake pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}
 
@@ -25,6 +22,9 @@
 
 PYTHON_SELF_CONFLICT=  yes
 
+post-extract:
+       cd ${WRKSRC} && touch ChangeLog && aclocal && automake -a
+
 .include "../../mk/compiler.mk"
 
 .if !empty(CC_VERSION:Mgcc-2*) || \
@@ -33,6 +33,6 @@
 .endif
 
 .include "../../lang/python/extension.mk"
-BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.8.10
+BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.10
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8428898d5a79 -r 21376f7e2a29 graphics/py-cairo/distinfo
--- a/graphics/py-cairo/distinfo        Sun Jul 07 12:12:24 2013 +0000
+++ b/graphics/py-cairo/distinfo        Sun Jul 07 12:19:23 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2013/03/19 12:19:39 drochner Exp $
+$NetBSD: distinfo,v 1.16 2013/07/07 12:19:23 wiz Exp $
 
-SHA1 (py2cairo-1.8.10.tar.gz) = 6bb0b3e0249bce9fc0480aadad0c602d32f26ec1
-RMD160 (py2cairo-1.8.10.tar.gz) = 932e19f2f582bdf5735bdc92720b76edfb0a0c8e
-Size (py2cairo-1.8.10.tar.gz) = 588459 bytes
+SHA1 (py2cairo-1.10.0.tar.bz2) = 2efa8dfafbd6b8e492adaab07231556fec52d6eb
+RMD160 (py2cairo-1.10.0.tar.bz2) = ce75db9af32ef1a3e90f6aaa649cbb2493a941a4
+Size (py2cairo-1.10.0.tar.bz2) = 402070 bytes



Home | Main Index | Thread Index | Old Index