summaryrefslogtreecommitdiff
path: root/packages/cairo
AgeCommit message (Collapse)AuthorFiles
2008-11-11libsvg-cairo: fix building with current libtool/autoconfDmitry Baryshkov2
Current autoconf/libtool prohibit using of macros/variables that start with LT_. Workaround that by s/LT_/LV_/ on libsvg-cairo's configure.in Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-10-26cairo: add 1.8.0Koen Kooi1
angstrom: prefer cairo 1.8.0
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther10
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther10
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe10
2008-09-25cairo: add 1.7.6Koen Kooi1
2008-09-06cairo: bump PR for pixman changeKoen Kooi1
2008-08-31cairo: bump PR for pixman changeKoen Kooi1
2008-08-27cairo, xservers: bump PR due to pixman abi change for armKoen Kooi1
2008-06-07libsvg_0.1.4.bb: add patch to solve autoreconf errorsJeremy Laine2
2008-06-06cairo-directfb_1.6.4.bb: resync cairo-directfb version with plain cairoJeremy Laine3
2008-06-02cairo 1.6.4: add libtool patchKoen Kooi3
2008-05-09cairo: upgrade to 1.6.4Dirk Opfer1
2008-02-28libsvg-cairo/xsvg: Use autotools_stage_allRichard Purdie3
2008-02-15cairo: Added 1.4.14 with pixman memory leak patch, with -1 preference.Leon Woestenberg3
2007-10-31cairo: update to 1.5.2 snapshotKoen Kooi3
2007-10-24cairo: Add 1.4.10 with cairo-perf stat patch.Leon Woestenberg3
2007-09-26cairo-directfb: R1 Added RPROVIDES to stop interference with cairoShane Volpe1
2007-09-24cairo-directfb: r1: Added RCONFLICTS for cairoShane Volpe1
2007-09-22cairo-directfb: Added initial supportShane Volpe2
2007-08-08cairo: add pixman to DEPENDS for git version Koen Kooi1
2007-06-28cairo: bump git to 1.5.1, add 1.4.10 and remove some stale versionsKoen Kooi8
2007-06-21cairomm: initial release with version 1.2.4. Partly closes 2544.Rolf Leggewie1
2007-06-09cairo: update to latest stable (1.4.8), this includes all the performance ↵Koen Kooi1
patches we apply to older versions
2007-05-03cairo-git: update PVKoen Kooi1
2007-04-18cairo: add 1.4.4 + Chris Wilsons workqueue patchKoen Kooi3
2007-03-20cairo: add 1.4.2 (latest stable) + surface-cache patchKoen Kooi1
2007-03-06merge of '6466dc79dded8ec3ade8c212b27f84f9699f48e1'Koen Kooi1
and '692c2b51db3e49bf51daec9a4656898cf8994fff'
2007-03-06Cairo: update to the latest stable release (1.4.0), apply the surface cache ↵Koen Kooi1
patch to get a nice speed up
2007-03-05cairo git: bump PVKoen Kooi1
2007-02-14cairo: update to 1.3.14 snapshot, apply surface-cache patch from JornKoen Kooi1
2007-02-01cairo 1.3.12: update surface-cache patch to r3Koen Kooi3
2007-01-29cairo_1.3.12.bb : add patch from jorn at openedhand.com that promises aGraeme Gregory2
12% speedup of cairo.
2007-01-20cairo: update 1.3 to latest snapshotKoen Kooi2
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie11
2006-12-29cairo git: adjust PVKoen Kooi1
2006-12-29cairo: drop obsolete recipesKoen Kooi7
2006-12-23cairo: update to 1.3.10Koen Kooi2
From the release notes: This is the fifth development snapshot in the 1.3 series. It comes 9 days after the 1.3.8 snapshot, and still well within our goal of having a new snapshot every week, (though don't expect one next week---we'll all be too stuffed with sugar plums). Speaking of sugar plums, there's a sweet treat waiting in this cairo snapshot---greatly improved performance for stroking rectilinear shapes, like the ever common rectangle: image-rgb box-outline-stroke-100 0.18 -> 0.01: 25.58x speedup In past releases of cairo, some people had noticed that using cairo_stroke to draw rectilinear shapes could be awfully slow. Many people had worked around this by using cairo_fill with a more complex path and gotten a 5-15x performance benefit from that. If you're one of those people, please rip that workaround out, as now the more natural use of cairo_stroke should be 1.2-2x faster than the unnatural use of cairo_fill. And if you hadn't ever implemented that workaround, then you just might get to see your stroked rectangles now get drawn 5-25x faster.
2006-12-15cairo: update git to 1.3.9Koen Kooi2
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.
2006-12-07cairo: update to the 1.3.6 snapshot and steal some magic from gcc to set ↵Koen Kooi2
option for FPU-less systems
2006-12-05cairo git: cairo is at 1.3.5 nowKoen Kooi1
2006-11-23cairo: update snapshot to 1.3.4 Koen Kooi3
2006-11-23cairo git: adjust PV to match upstreamKoen Kooi1
2006-11-22cairo git: remove local diffKoen Kooi1
2006-11-22cairo git: also compile performance suiteKoen Kooi1
2006-11-22cairo: add floating git versionKoen Kooi1
2006-11-16cairo: add 1.3.2 dev snapshotLeon Woestenberg3
2006-11-06cairo 1.2.4: add patches from Dan Amelang to speed up fixed_from_double ↵Koen Kooi5
conversions * see http://lists.freedesktop.org/archives/cairo/2006-November/008331.html * also see http://blogs.gnome.org/view/xan/2006/11/06/0
2006-10-12cairo 1.2.2: add libsm to DEPENDSKoen Kooi1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi10
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details