diff options
author | adam <adam> | 2007-08-12 12:24:34 +0000 |
---|---|---|
committer | adam <adam> | 2007-08-12 12:24:34 +0000 |
commit | 246623e1c99ca32ff44705ac609969d099f03be5 (patch) | |
tree | cc126bbdc837e1c1313855c38dace6e068f472c9 | |
parent | eb20c1477200b91b1d3eb5187bfc457310b57ee6 (diff) | |
download | pkgsrc-246623e1c99ca32ff44705ac609969d099f03be5.tar.gz |
Changes 1.4.4:
* Added the --enable-api-exceptions=yes/no configure option, to allow
cairomm to build when exceptions are disabled. For instance, when
using CXXFLAGS=-fno-exceptions with g++.
Changes 1.4.2:
* Bugfixes:
Changes 1.4.0:
* Wrapped new API added in cairo 1.4
* Added support for Quartz surfaces
* ability to use dynamic casting for surfaces and patterns returned from
Context::get_target(), Context::get_source(), etc.
* Various build and bug fixes
-rw-r--r-- | graphics/cairomm/Makefile | 4 | ||||
-rw-r--r-- | graphics/cairomm/PLIST | 3 | ||||
-rw-r--r-- | graphics/cairomm/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index bdff991d465..650c5aef308 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2007/03/18 12:30:23 adam Exp $ +# $NetBSD: Makefile,v 1.4 2007/08/12 12:24:34 adam Exp $ -DISTNAME= cairomm-1.2.4 +DISTNAME= cairomm-1.4.4 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ diff --git a/graphics/cairomm/PLIST b/graphics/cairomm/PLIST index eb4a8cc80d7..70844237ab1 100644 --- a/graphics/cairomm/PLIST +++ b/graphics/cairomm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/06 19:56:40 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/08/12 12:24:34 adam Exp $ include/cairomm-1.0/cairomm/cairomm.h include/cairomm-1.0/cairomm/context.h include/cairomm-1.0/cairomm/enums.h @@ -7,6 +7,7 @@ include/cairomm-1.0/cairomm/fontface.h include/cairomm-1.0/cairomm/fontoptions.h include/cairomm-1.0/cairomm/path.h include/cairomm-1.0/cairomm/pattern.h +include/cairomm-1.0/cairomm/quartz_surface.h include/cairomm-1.0/cairomm/refptr.h include/cairomm-1.0/cairomm/scaledfont.h include/cairomm-1.0/cairomm/surface.h diff --git a/graphics/cairomm/distinfo b/graphics/cairomm/distinfo index 6b14e13bd66..7c2a869140a 100644 --- a/graphics/cairomm/distinfo +++ b/graphics/cairomm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/03/18 12:30:23 adam Exp $ +$NetBSD: distinfo,v 1.3 2007/08/12 12:24:34 adam Exp $ -SHA1 (cairomm-1.2.4.tar.gz) = dca12f7d4f90812a9cc1c85dcc5652ec24c5eeef -RMD160 (cairomm-1.2.4.tar.gz) = 1e7b84c77a2144f8665195e07f6bd52337794233 -Size (cairomm-1.2.4.tar.gz) = 580871 bytes +SHA1 (cairomm-1.4.4.tar.gz) = 5e0411a67d8f427a7fb514f27b8d15298f6dffe6 +RMD160 (cairomm-1.4.4.tar.gz) = 42f9320a102a4a61029d6099aade6550befefca9 +Size (cairomm-1.4.4.tar.gz) = 677392 bytes |