Path to this page:
./
graphics/cairo,
Vector graphics library with cross-device output support
Branch: pkgsrc-2022Q3,
Version: 1.16.0nb6,
Package name: cairo-1.16.0nb6,
Maintainer: pkgsrc-usersCairo 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 Bezier 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.
Package options: x11, xcb
Master sites:
Filesize: 41013.117 KB
Version history: (Expand)
- (2022-09-26) Package added to pkgsrc.se, version cairo-1.16.0nb6 (created)
CVS history: (Expand)
2022-10-07 20:47:59 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #6683 - requested by wiz
graphics/cairo-gobject: macOS build fix
Revisions pulled up:
- graphics/cairo-gobject/Makefile 1.41
- graphics/cairo/buildlink3.mk 1.62
- graphics/cairo/options.mk 1.23
---
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 4 07:13:52 UTC 2022
Modified Files:
pkgsrc/graphics/cairo: options.mk
Log message:
cairo: turn off xcb on macOS too by default
since it implies x11
---
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 4 07:14:11 UTC 2022
Modified Files:
pkgsrc/graphics/cairo: buildlink3.mk
Log message:
cairo: make buildlink3 logic for xcb match options.mk
---
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 4 07:34:07 UTC 2022
Modified Files:
pkgsrc/graphics/cairo-gobject: Makefile
Log message:
cairo-gobject: fix some pkglint
|