cairo: update git to 1.3.9
authorKoen Kooi <koen@openembedded.org>
Fri, 15 Dec 2006 11:03:54 +0000 (11:03 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 15 Dec 2006 11:03:54 +0000 (11:03 +0000)
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.

packages/cairo/cairo_1.3.8.bb [moved from packages/cairo/cairo_1.3.6.bb with 100% similarity]
packages/cairo/cairo_git.bb

index 71c65cd..beb900b 100644 (file)
@@ -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 \
          "