./graphics/cairo, Vector graphics library with cross-device output support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q1, Version: 1.10.2nb5, Package name: cairo-1.10.2nb5, Maintainer: pkgsrc-users

Cairo is a 2D graphics library with support for multiple output
devices. Currently supported output targets include the X Window
System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file
output.

Cairo is designed to produce consistent output on all output media
while taking advantage of display hardware acceleration when
available (eg. through the X Render Extension).

The cairo API provides operations similar to the drawing operators
of PostScript and PDF. Operations in cairo including stroking and
filling cubic Bézier splines, transforming and compositing
translucent images, and antialiased text rendering. All drawing
operations can be transformed by any affine transformation (scale,
rotation, shear, etc.)

Cairo is implemented as a library written in the C programming
language, but bindings are available for several different programming
languages.


Required to run:
[graphics/png] [x11/pixman] [x11/libxcb]

Required to build:
[devel/libtool-base] [devel/pkg-config] [x11/xcb-proto] [pkgtools/x11-links]

Package options: x11, xcb

Master sites:

SHA1: ccce5ae03f99c505db97c286a0c9a90a926d3c6e
RMD160: 8c8de00120398fe2b3a60a08ff59a464b2eebf47
Filesize: 23006.255 KB

Version history: (Expand)


CVS history: (Expand)


   2012-06-01 14:29:33 by Matthias Scheler | Files touched by this commit (2)
Log message:
Pullup ticket #3815 - requested by dholland
graphics/cairo: build fix

Revisions pulled up:
- graphics/cairo/Makefile                                       1.99
- graphics/cairo/hacks.mk                                       1.3

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sun May 27 18:21:44 UTC 2012

   Modified Files:
   	pkgsrc/graphics/cairo: Makefile hacks.mk

   Log message:
   Since a proper solution does not appear to be forthcoming anytime soon,
   add a hack for "the pixman problem" on netbsd-5. Add -lpixman-1 to the
   libs in cairo's .pc file when on netbsd-5.
   2012-04-09 21:52:24 by S.P.Zeidler | Files touched by this commit (1)
Log message:
Pullup ticket #3727 - requested by bsiegert
graphics/cairo: build fix

Revisions pulled up:
- graphics/cairo/Makefile                                       1.98

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Sun Apr  8 17:21:13 UTC 2012

   Modified Files:
           pkgsrc/graphics/cairo: Makefile

   Log message:
   Fix build on MirBSD by working around a bug in configure.

   The problem is the following: When checking the CFLAGS / LIBS for
   including pthread support, any warning on stdout is counted as a no.
   However, the test does not use CFLAGS on the command line, which
   produces a harmless debug warning. This workaround has the consequence
   of adding the default CFLAGS twice on the command line but this is not
   a problem.

   To generate a diff of this commit:
   cvs rdiff -u -r1.97 -r1.98 pkgsrc/graphics/cairo/Makefile