Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 454352 - x11-libs/cairo: bump pixman dependency to 0.28.0
Summary: x11-libs/cairo: bump pixman dependency to 0.28.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-27 23:18 UTC by Matt Turner
Modified: 2013-02-06 00:23 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2013-01-27 23:18:22 UTC
cairo's configure.ac turns on support for pixman's glyph cache if 0.27.1 or newer is available.

if pkg-config --exists 'pixman-1 >= 0.27.1'; then
    AC_DEFINE([HAS_PIXMAN_GLYPHS], 1, [Enable pixman glyph cache])
fi

0.28.0 is stable. There's no reason not to depend on it.
Comment 1 Matt Turner gentoo-dev 2013-02-06 00:23:18 UTC
Done with 1.12.12 version bump.