summaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-04-27 12:48:44 +0000
committeradam <adam@pkgsrc.org>2004-04-27 12:48:44 +0000
commit59a210797debf7da9841ea7425e12ea9450b8ead (patch)
tree5e77e54d306611fa663f208f86a184f043799ccc /graphics/cairo
parent5a59a063727c949c12498272097c76cce30c60f4 (diff)
downloadpkgsrc-59a210797debf7da9841ea7425e12ea9450b8ead.tar.gz
Changes 0.1.22:
* Cairo was updated to track the changes in libpixman, and now depends on libpixman version 0.1.1 Changes 0.1.21: * New OpenGL backend * Automatic detection of available backends Changes 0.1.20: * New pattern API * Update to XCB backend * Faster clipping
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile15
-rw-r--r--graphics/cairo/distinfo6
2 files changed, 11 insertions, 10 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 7015af6a799..82985287f4b 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.6 2004/04/04 16:54:22 recht Exp $
-#
+# $NetBSD: Makefile,v 1.7 2004/04/27 12:48:44 adam Exp $
-DISTNAME= cairo-0.1.18
+DISTNAME= cairo-0.1.22
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= recht@NetBSD.org
-HOMEPAGE= http://cairographics.org/snapshots/
+HOMEPAGE= http://cairographics.org/
COMMENT= Vector graphics library with cross-device output support
-USE_X11= yes
USE_BUILDLINK3= yes
-USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
-PKGCONFIG_OVERRIDE+= cairo.pc.in
+USE_PKGLOCALEDIR= yes
+USE_X11= yes
GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE+= cairo.pc.in
BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5
BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2
@@ -23,7 +22,9 @@ BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/glitz/buildlink3.mk"
.include "../../graphics/libpixman/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
.include "../../x11/Xrender/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo
index 16643dd5201..fea74827911 100644
--- a/graphics/cairo/distinfo
+++ b/graphics/cairo/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/04/04 16:54:22 recht Exp $
+$NetBSD: distinfo,v 1.3 2004/04/27 12:48:44 adam Exp $
-SHA1 (cairo-0.1.18.tar.gz) = 69dd6cbc8716ac96b48509f7084be99786a3d080
-Size (cairo-0.1.18.tar.gz) = 365601 bytes
+SHA1 (cairo-0.1.22.tar.gz) = b9b378721fe1f2b10c0d84d73f0baa24c091de19
+Size (cairo-0.1.22.tar.gz) = 389483 bytes