Path to this page:
./
graphics/cairo,
Vector graphics library with cross-device output support
Branch: pkgsrc-2020Q2,
Version: 1.16.0nb1,
Package name: cairo-1.16.0nb1,
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.
Required to run:[
fonts/fontconfig] [
x11/Xrender] [
x11/libxcb] [
x11/pixman]
Required to build:[
x11/xcb-proto] [
x11/xorgproto]
Package options: x11, xcb
Master sites:
SHA1: 00e81842ae5e81bb0343108884eb5205be0eac14
RMD160: cfd2ef6ec55b267e04600f6b1e36bb07f2566b35
Filesize: 41013.117 KB
Version history: (Expand)
- (2020-07-13) Updated to version: cairo-1.16.0nb1
- (2020-07-01) Package added to pkgsrc.se, version cairo-1.16.0 (created)
CVS history: (Expand)
2020-07-11 11:07:03 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #6270 - requested by leot
graphics/cairo: fix crashes
Revisions pulled up:
- graphics/cairo/Makefile 1.146
- graphics/cairo/distinfo 1.89
- graphics/cairo/patches/patch-src_cairo-ft-font.c 1.1
---
Module Name: pkgsrc
Committed By: leot
Date: Thu Jul 9 14:38:55 UTC 2020
Modified Files:
pkgsrc/graphics/cairo: Makefile distinfo
Added Files:
pkgsrc/graphics/cairo/patches: patch-src_cairo-ft-font.c
Log message:
cairo: backport patches from upstream to use FT_Done_MM_Var instead of free
Memory allocated via FT_Get_MM_Var should be freed via FT_Done_MM_Var since
freetype 2.9. Backport patches from upstream to address missing parts not doing
that.
PKGREVISION++
|