Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 5 | |
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_PR | Holger Hans Peter Freyther | 5 | |
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-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 6 | |
2008-09-25 | pangomm: add missing glibmm depends | Koen Kooi | 1 | |
* builds from scratch rock | ||||
2008-09-25 | pango 1.22: bump PR to pick up newer cairo | Koen Kooi | 1 | |
2008-09-25 | pango : add missing patch | Koen Kooi | 4 | |
2008-09-25 | pango: add 1.22.0 | Koen Kooi | 1 | |
2008-09-08 | pango: add 1.20.5 | Koen Kooi | 3 | |
2008-03-20 | pango-1.8.2: apply pkgconfig_fixes.patch | Philipp Zabel | 2 | |
2008-02-29 | pango: Remove unstable testing versions and stable versions with later ↵ | Richard Purdie | 17 | |
bugfix point releases | ||||
2008-02-29 | pango: Add patch to fix pkgconfig breakage (from poky) | Richard Purdie | 2 | |
2007-11-18 | pango: Added 1.18.3 with DEFAULT_PREFERENCE -1. | Leon Woestenberg | 3 | |
2007-09-26 | pango-directfb: Remove it again do to conflicts with pango | Shane Volpe | 1 | |
2007-09-26 | pango-directfb: Added it back with RPROVIDES to stop conflicts | Shane Volpe | 1 | |
2007-09-25 | pango-directfb: Removed since it broke pango builds for other distros. | Shane Volpe | 1 | |
2007-09-24 | pango-directfb: Added directfb support to pango | Shane Volpe | 1 | |
2007-09-16 | pango: add 1.18.1 from Poky | Philipp Zabel | 3 | |
2007-09-06 | pango.inc: also depend on virtual/libiconv, should fix #2934 | Koen Kooi | 1 | |
2007-04-28 | pango_1.16.4.bb: Needs no-test patch. | Leon Woestenberg | 2 | |
2007-04-28 | pango_1.16.4.bb: Added 1.16.4 with DEFAULT_PREFERENCE=-1, needs testing. ↵ | Leon Woestenberg | 1 | |
Quantize kerning value if metrics hinting is on. This greatly improves screen text rendering with certain fonts like DejaVu Sans. | ||||
2007-04-15 | pango: update to 0.16.2 | Koen Kooi | 3 | |
2007-03-01 | pango: update to 1.16.0 | Koen Kooi | 3 | |
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 8 | |
2006-12-21 | pango.inc: small tweak to make building from scratch work | Koen Kooi | 1 | |
2006-12-21 | pango: update to 1.15.2, create pango.inc | Koen Kooi | 2 | |
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-05 | pango: update to 1.15.1, changes LIBV to 1.6.0 | Koen Kooi | 1 | |
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-29 | pango: update 1.14.8 | Koen Kooi | 1 | |
2006-11-21 | pango: Fix -dbg and -dev packaging, set LEAD_SONAME (from poky) | Richard Purdie | 6 | |
2006-11-20 | pango: Remove DEPENDS on (lib)xt. OE's autoconf has a patch which should fix ↵ | Richard Purdie | 7 | |
this problem and avoid this DEPEND (from poky) | ||||
2006-10-29 | packages/: various .debug packaging fixes (from Poky) | Koen Kooi | 4 | |
* poky rev 831: 'packages: various .debug packaging fixes' | ||||
2006-08-27 | pango: 1.13.2 -> 1.13.3 and add missing PACKAGES_DYNAMIC (from poky). Drop ↵ | Richard Purdie | 10 | |
some old versions. | ||||
2006-08-26 | pango 1.14: add appropriate PACKAGES_DYNAMIC to stop bitbake trunk from ↵ | Koen Kooi | 1 | |
building pango 1.10 to satisfy dependencies on pango-module-* | ||||
2006-08-10 | pango: update to 1.14 | Koen Kooi | 1 | |
2006-07-29 | x11: change virtual/x11 to virtual/libx11 | Justin Patrin | 11 | |
2006-07-26 | x11: switch to virtual/x11 so that diet or full x11 can be selected | Justin Patrin | 11 | |
- 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-25 | pango: fix RRECOMMENDS regression | Koen Kooi | 4 | |
2006-07-05 | pango: add 1.13.2 | Florian Boor | 3 | |
2006-05-15 | pango: recommend modules needed for basic operation for 1.8.2 and 1.9.1 | Koen Kooi | 2 | |
2006-03-31 | glib-2.0_2.10.1.bb, pango_1.12.0.bb : lower preference of these until they | Graeme Gregory | 1 | |
play nice with our apps. | ||||
2006-03-26 | Update several DEPENDS to match recent xlibs renaming | Richard Purdie | 1 | |
2006-03-24 | Add pango 1.12.0 | Richard Purdie | 1 | |
2006-03-01 | all over the place: adapt DEPENDS to new xlib names | Philipp Zabel | 9 | |
2006-02-03 | pango: add 1.8.2 | Florian Boor | 1 | |
2006-01-08 | Add PACKAGES_DYNAMIC to the appropriate .bb files. | Richard Purdie | 8 | |
2006-01-04 | Revert the changes from revisions 65af73a95a851d2e8c3cf2f523f1acc488be0208, ↵ | Richard Purdie | 1 | |
28f020502e7dcf566733f474864c62156895baec, 7de90a055904c4af8890dd5ae8c192bfd41b3fa1 | ||||
2006-01-02 | autotooled packages: remove custom do_stage | Philipp Zabel | 1 | |
2005-12-30 | pango: update to 1.10.2 which should be a lot faster as its predecessors | Koen Kooi | 1 | |
2005-08-24 | pango: add version 1.10.0 | Richard Purdie | 1 | |
2005-08-15 | Add pango 1.9.1 | Koen Kooi | 1 | |
2005-07-09 | More syntax changes | Holger Freyther | 5 | |
LICENSE = LGPL -> LICENSE = "LGPL" |