summaryrefslogtreecommitdiff
path: root/packages/cairo/cairo_1.3.8.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-12-15 11:03:54 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-15 11:03:54 +0000
commitd87f3dc4eaed50be68beffe2d6553ce75e6058b0 (patch)
tree8307543e9ea0df32087a28b2ee23881302290501 /packages/cairo/cairo_1.3.8.bb
parent031a0ce82393b6079d39c3f90c14f92052a2d6b7 (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_1.3.8.bb')
-rw-r--r--packages/cairo/cairo_1.3.8.bb20
1 files changed, 20 insertions, 0 deletions
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
+}