diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-15 11:03:54 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-15 11:03:54 +0000 |
commit | d87f3dc4eaed50be68beffe2d6553ce75e6058b0 (patch) | |
tree | 8307543e9ea0df32087a28b2ee23881302290501 /packages/cairo/cairo_git.bb | |
parent | 031a0ce82393b6079d39c3f90c14f92052a2d6b7 (diff) |
cairo: update git to 1.3.9
update snapshot to 1.3.8, from its news file:
After the bug fixes in 1.3.6, we're back to our original program of
weekly snapshots, each one faster than the one from the week
before. Cairo 1.3.8 brings a 2x improvement in the speed of rendering
linear gradients (thanks to David Turner), and a significant reduction
in X traffic when rendering text (thanks to Xan Lopez and Behdad
Esfahbod), making cairo behave very much like Xft does.
A few other things in the 1.3.8 snapshot worth noting include a more
forgiving image comparator in the test suite, (using the "perceptual
diff" metric and GPL implementation by Hector Yee[*]), a bug fix for
broken linking on x86_64 (thanks to M Joonas Pihlaja) and an even
better implementation of _cairo_lround, (not faster, but supporting a
more complete input range), from Daniel Amelang.
Diffstat (limited to 'packages/cairo/cairo_git.bb')
-rw-r--r-- | packages/cairo/cairo_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cairo/cairo_git.bb b/packages/cairo/cairo_git.bb index 71c65cdb9e..beb900b40d 100644 --- a/packages/cairo/cairo_git.bb +++ b/packages/cairo/cairo_git.bb @@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" -PV = "1.3.5+git${SRCDATE}" +PV = "1.3.9+git${SRCDATE}" SRC_URI = "git://git.cairographics.org/git/cairo;protocol=git \ " |