From 7ed47e1954f499ff1a9921999f3a4f843c5b659b Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 23 Feb 2012 14:00:43 +0000 Subject: Enable tee surface backend. This is potentially used "--enable-system-cairo"ed devel/xulrunner. Bump PKGREVISION. --- graphics/cairo/Makefile | 10 ++++++---- graphics/cairo/PLIST | 4 +++- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'graphics') diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 61e70295bb1..ad3e20a237c 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2012/02/06 12:40:17 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2012/02/23 14:00:43 ryoon Exp $ DISTNAME= cairo-1.10.2 -# note: PKGREVISION of 2 was used briefly in Feb 2011; next bump should use 3. -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -17,11 +16,14 @@ USE_LANGUAGES+= c99 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config -PKGCONFIG_OVERRIDE+= src/cairo.pc.in src/cairo-features.pc.in +PKGCONFIG_OVERRIDE+= src/cairo.pc.in \ + src/cairo-features.pc.in \ + src/cairo-tee.pc GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-gl CONFIGURE_ARGS+= --enable-pdf CONFIGURE_ARGS+= --enable-ps +CONFIGURE_ARGS+= --enable-tee PLIST_VARS+= carbon .if exists(/System/Library/Frameworks/Carbon.framework) diff --git a/graphics/cairo/PLIST b/graphics/cairo/PLIST index 905fa088d80..c044a5c243b 100644 --- a/graphics/cairo/PLIST +++ b/graphics/cairo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2011/02/12 13:40:53 drochner Exp $ +@comment $NetBSD: PLIST,v 1.31 2012/02/23 14:00:43 ryoon Exp $ bin/cairo-trace include/cairo/cairo-deprecated.h include/cairo/cairo-features.h @@ -10,6 +10,7 @@ ${PLIST.carbon}include/cairo/cairo-quartz.h ${PLIST.carbon}include/cairo/cairo-quartz-image.h include/cairo/cairo-script-interpreter.h include/cairo/cairo-svg.h +include/cairo/cairo-tee.h include/cairo/cairo-version.h ${PLIST.xcb}include/cairo/cairo-xcb.h ${PLIST.x11}include/cairo/cairo-xlib-xrender.h @@ -29,6 +30,7 @@ ${PLIST.carbon}lib/pkgconfig/cairo-quartz-font.pc ${PLIST.carbon}lib/pkgconfig/cairo-quartz-image.pc ${PLIST.carbon}lib/pkgconfig/cairo-quartz.pc lib/pkgconfig/cairo-svg.pc +lib/pkgconfig/cairo-tee.pc ${PLIST.xcb}lib/pkgconfig/cairo-xcb-shm.pc ${PLIST.xcb}lib/pkgconfig/cairo-xcb.pc ${PLIST.x11}lib/pkgconfig/cairo-xlib-xrender.pc -- cgit v1.2.3