summaryrefslogtreecommitdiff
path: root/packages/pango
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther5
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 Freyther5
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 Luebbe6
2008-09-25pangomm: add missing glibmm dependsKoen Kooi1
* builds from scratch rock
2008-09-25pango 1.22: bump PR to pick up newer cairoKoen Kooi1
2008-09-25pango : add missing patchKoen Kooi4
2008-09-25pango: add 1.22.0Koen Kooi1
2008-09-08pango: add 1.20.5Koen Kooi3
2008-03-20pango-1.8.2: apply pkgconfig_fixes.patchPhilipp Zabel2
2008-02-29pango: Remove unstable testing versions and stable versions with later ↵Richard Purdie17
bugfix point releases
2008-02-29pango: Add patch to fix pkgconfig breakage (from poky)Richard Purdie2
2007-11-18pango: Added 1.18.3 with DEFAULT_PREFERENCE -1.Leon Woestenberg3
2007-09-26pango-directfb: Remove it again do to conflicts with pangoShane Volpe1
2007-09-26pango-directfb: Added it back with RPROVIDES to stop conflictsShane Volpe1
2007-09-25pango-directfb: Removed since it broke pango builds for other distros.Shane Volpe1
2007-09-24pango-directfb: Added directfb support to pangoShane Volpe1
2007-09-16pango: add 1.18.1 from PokyPhilipp Zabel3
2007-09-06pango.inc: also depend on virtual/libiconv, should fix #2934Koen Kooi1
2007-04-28pango_1.16.4.bb: Needs no-test patch.Leon Woestenberg2
2007-04-28pango_1.16.4.bb: Added 1.16.4 with DEFAULT_PREFERENCE=-1, needs testing. ↵Leon Woestenberg1
Quantize kerning value if metrics hinting is on. This greatly improves screen text rendering with certain fonts like DejaVu Sans.
2007-04-15pango: update to 0.16.2Koen Kooi3
2007-03-01pango: update to 1.16.0Koen Kooi3
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie8
2006-12-21pango.inc: small tweak to make building from scratch workKoen Kooi1
2006-12-21pango: update to 1.15.2, create pango.incKoen Kooi2
Higlights from the announcement: * Optimizations: - Avoid some floating-point operations. Should cut the number of float ops per expose event in pangocairo to a half. - Cache ink and logical extents for PangoLayout
2006-12-05pango: update to 1.15.1, changes LIBV to 1.6.0Koen Kooi1
from the NEWS: * Optimizations: - Rework PangoLayout algorithms to avoid calling a recursive call to pango_layout_get_extents(). Avoids one pango_font_get_glyph_extents() call per glyph per layout rendering. We now make 2 such calls. - Don't cache run_logical_rect in PangoLayoutIter. Avoids one pango_font_get_glyph_extents() call per glyph per layout rendering. We are down to 1 now. - Cache line extents. This avoids the final pango_font_get_glyph_extents() call per glyph per layout rendering. Now we don't make any pango_font_get_glyph_extents() calls when rendering a layout (some conditions apply)! - Replace PANGO_IS_RENDERER with PANGO_IS_RENDERER_FAST for most internal uses, that is, just a NULL-check. - Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the object cannot have reached us if it wasn't of the right type.
2006-11-29pango: update 1.14.8Koen Kooi1
2006-11-21pango: Fix -dbg and -dev packaging, set LEAD_SONAME (from poky)Richard Purdie6
2006-11-20pango: Remove DEPENDS on (lib)xt. OE's autoconf has a patch which should fix ↵Richard Purdie7
this problem and avoid this DEPEND (from poky)
2006-10-29packages/: various .debug packaging fixes (from Poky)Koen Kooi4
* poky rev 831: 'packages: various .debug packaging fixes'
2006-08-27pango: 1.13.2 -> 1.13.3 and add missing PACKAGES_DYNAMIC (from poky). Drop ↵Richard Purdie10
some old versions.
2006-08-26pango 1.14: add appropriate PACKAGES_DYNAMIC to stop bitbake trunk from ↵Koen Kooi1
building pango 1.10 to satisfy dependencies on pango-module-*
2006-08-10pango: update to 1.14 Koen Kooi1
2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin11
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin11
- emacs and synergy need full x11, hence libx11 instead of virtual/x11 - any other packages which depend on a full x11 will need the same change
2006-07-25pango: fix RRECOMMENDS regressionKoen Kooi4
2006-07-05pango: add 1.13.2Florian Boor3
2006-05-15pango: recommend modules needed for basic operation for 1.8.2 and 1.9.1 Koen Kooi2
2006-03-31glib-2.0_2.10.1.bb, pango_1.12.0.bb : lower preference of these until theyGraeme Gregory1
play nice with our apps.
2006-03-26Update several DEPENDS to match recent xlibs renamingRichard Purdie1
2006-03-24Add pango 1.12.0Richard Purdie1
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel9
2006-02-03pango: add 1.8.2Florian Boor1
2006-01-08Add PACKAGES_DYNAMIC to the appropriate .bb files.Richard Purdie8
2006-01-04Revert the changes from revisions 65af73a95a851d2e8c3cf2f523f1acc488be0208, ↵Richard Purdie1
28f020502e7dcf566733f474864c62156895baec, 7de90a055904c4af8890dd5ae8c192bfd41b3fa1
2006-01-02autotooled packages: remove custom do_stagePhilipp Zabel1
2005-12-30pango: update to 1.10.2 which should be a lot faster as its predecessors Koen Kooi1
2005-08-24pango: add version 1.10.0Richard Purdie1
2005-08-15Add pango 1.9.1Koen Kooi1
2005-07-09More syntax changesHolger Freyther5
LICENSE = LGPL -> LICENSE = "LGPL"