From d87f3dc4eaed50be68beffe2d6553ce75e6058b0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 15 Dec 2006 11:03:54 +0000 Subject: [PATCH] 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. --- packages/cairo/{cairo_1.3.6.bb => cairo_1.3.8.bb} | 0 packages/cairo/cairo_git.bb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/cairo/{cairo_1.3.6.bb => cairo_1.3.8.bb} (100%) diff --git a/packages/cairo/cairo_1.3.6.bb b/packages/cairo/cairo_1.3.8.bb similarity index 100% rename from packages/cairo/cairo_1.3.6.bb rename to packages/cairo/cairo_1.3.8.bb 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 \ " -- 2.39.5