From d87f3dc4eaed50be68beffe2d6553ce75e6058b0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 15 Dec 2006 11:03:54 +0000 Subject: 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 | 20 -------------------- packages/cairo/cairo_1.3.8.bb | 20 ++++++++++++++++++++ packages/cairo/cairo_git.bb | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 packages/cairo/cairo_1.3.6.bb create mode 100644 packages/cairo/cairo_1.3.8.bb (limited to 'packages/cairo') diff --git a/packages/cairo/cairo_1.3.6.bb b/packages/cairo/cairo_1.3.6.bb deleted file mode 100644 index d9454fadcd..0000000000 --- a/packages/cairo/cairo_1.3.6.bb +++ /dev/null @@ -1,20 +0,0 @@ -#This is a development snapshot, so lets hint OE to use the releases -DEFAULT_PREFERENCE = "-1" - -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender" -DESCRIPTION = "Cairo graphics library" -LICENSE = "MPL LGPL" - -SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz" - -#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points -require cairo-fpu.inc -EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}" - -inherit autotools pkgconfig - -do_stage () { - autotools_stage_all -} diff --git a/packages/cairo/cairo_1.3.8.bb b/packages/cairo/cairo_1.3.8.bb new file mode 100644 index 0000000000..d9454fadcd --- /dev/null +++ b/packages/cairo/cairo_1.3.8.bb @@ -0,0 +1,20 @@ +#This is a development snapshot, so lets hint OE to use the releases +DEFAULT_PREFERENCE = "-1" + +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender" +DESCRIPTION = "Cairo graphics library" +LICENSE = "MPL LGPL" + +SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz" + +#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points +require cairo-fpu.inc +EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} 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 \ " -- cgit v1.2.3