summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib
AgeCommit message (Collapse)Author
2011-07-08libx11: enable xcb support1.1_M2.rc2Saul Wold
[YOCTO #1196] XCB support is needed in libx1l, it has been enabled in libx11-trim for sometime and was not in full version. The usage here is for LSB testing, which uses full libx11. (From OE-Core rev: 4f36a7f698de5056cb38641a7bf12921dba7d962) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-14libx11-diet: Fixed checksum and rebase patchSaul Wold
(From OE-Core rev: fc2ef23f651bb06124a22168a72c881b9f32cb08) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-14libxi: upgrade from 1.4.2 to the latest version 1.4.3Dexuan Cui
(From OE-Core rev: b99989e635ddc00d2fb03b5014ec34906b3211bf) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-14libxext: upgrade from 1.2.0 to the latest version 1.3.0Dexuan Cui
(From OE-Core rev: d9193b3e2f0678b0e8f59ce66e95c0fcea9b70c1) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-14pixman: upgrade from 0.20.2 to the latest stable 0.22.0Dexuan Cui
Update LIC_FILES_CHKSUM: 1) COPYING: only format change; no actual license change. 2) 0.22.0 doesn't have pixman-x64-mmx-emulation.h, so let's remove it. (From OE-Core rev: d0a8130b688d270bac1119aa1b1fde6cb2397a39) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02libx11: fix libX11 keysyms to pass xts5 of lsbJingdong Lu
Fixes bug: [YOCTO #1095] Because of cross-compiling libx11 keysyms will cause Xts5 test of LSB fail. libx11 use a tool named "makekey" which compiled as a native tool to generate ks_tables.h. Because the size of "unsigned long" is different between 32-bit and 64-bit, we should judge whether our target is 32-bit or 64-bit and tell "makekey". I add a patch to "makekeys_crosscompile.patch" to "src/utils/makekeys.c" in order to deal with the different targets. If our target is 32-bit, we force the variable its type is "unsigned long" to "uint32_t". So we can generate a correct keysyms. (From OE-Core rev: 0eea9ab2e9d6e9457f24aa63b3126666611c1c7b) Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-27License Field Cleanup: Non-standard field namesBeth Flanagan
I've cleaned up some odd license fields, fixed some license names and corrected some incorrect licenses. LICENSE really needs a pass through by the maintainers as some of the licensing is incorrect. Also, every license with Artistic should be gone through and noted as which version of Artistic. (From OE-Core rev: 4786ecdf7cd427089464dcb62579110d494e7cd7) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-13recpies: add Upstream-Status for multiple recipes' patchesDexuan Cui
tcf-agent: update its patch's Upstream-Status screen: update its patch's Upstream-Status which (GPLv2): update its patch's Upstream-Status gnome-vfs: update its patch's Upstream-Status libart-lgpl: update its patch's Upstream-Status librsvg: update its patch's Upstream-Status fontconfig: update its patch's Upstream-Status freetype: update its patch's Upstream-Status libxsettings-client: update its patch's Upstream-Status libxcb: update its patch's Upstream-Status libx11: update its patch's Upstream-Status - remove 2 unused xim.patch. libx11-trim: update its patch's Upstream-Status libxcalibrate: update its patch's Upstream-Status libxcomposite: update its patch's Upstream-Status libxfont: update its patch's Upstream-Status xtrans: update its patch's Upstream-Status - remove abstract_socket_fix.patch as it's not used at all for long. calibrateproto: update its patch's Upstream-Status latencytop: update its patch's Upstream-Status powertop: update its patch's Upstream-Status settings-daemon: update its patch's Upstream-Status gnome-settings-daemon: update its patch's Upstream-Status libxklavier: update its patch's Upstream-Status liblbxutil: update its patch's Upstream-Status oprofile: update its patch's Upstream-Status and remove an unused patch - delete xml_callgraph_details.patch as it's not used at all. (From OE-Core rev: 94991fb73586887bfc740eacf190032dfb206a65) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10libxmu: Add native functionXiaofeng Yan
Add native function to libxmu_1.1.0.bb file because qt3 native depends on its native. (From OE-Core rev: eeaf7ce29af358ede32ecb64fe15fd9c0e537ad7) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10libxkbfile: disable xcbOtavio Salvador
Currently libx11 defaults to build without xcb backend and thus this needs to explicit depends on it or disable it. We opted to disable it since it is not critical for it to work. (From OE-Core rev: fe00d409dacc7670667f932fcb78760cc32ba5b0) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-04poky-default-revisions: move the SRCREV to recipe fileYu Ke
in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-04libx11: Use inherit gettextKhem Raj
Avoid direct depependency on gettext, inherit class instead (From OE-Core rev: 9cf807f53af988f42ef7742ead58f78bcb869c10) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-28xorg-lib: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj
(From OE-Core rev: ee1be44976fcb8d584fee5f5c30f4f95abec76ed) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-24libxfixes: upgrade from 4.0.5 to the latest version 5.0Dexuan Cui
(From OE-Core rev: e6441f798f8017f974011810910becabc1e8f381) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18libpciaccess: upgrade from 0.12.0 to the latest version 0.12.1Dexuan Cui
Upgrade LIC_FILES_CHKSUM due to the only change in the new COPYING: -Copyright 2007, 2008, 2009 Sun Microsystems, Inc. +Copyright (c) 2007, 2008, 2009, Oracle and/or its affiliates. (From OE-Core rev: 6c52f78a4f02a18b210f429de21d3668511d3640) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18libxi: upgrade from 1.4.0 to the latest version 1.4.2Dexuan Cui
Add --enable-specs=no to disable spec generation to work around the issue: SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png': No route to host Apr 11, 2011 4:06:18 PM org.apache.fop.fo.properties.CommonBorderPaddingBackground <init> SEVERE: Background image not available: http://docbook.sourceforge.net/release/images/draft.png (From OE-Core rev: 89d411b3f97d6f4db1a003b8bbe030c6869a7026) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18libxt: update from 1.0.9 to the latest version 1.1.1Dexuan Cui
Update LIC_FILES_CHKSUM due to the only change to COPYING. -Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved. (From OE-Core rev: c09196bcd66fb489afdb17265de6a68737f47b71) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04libx11: disable building of specsJoshua Lock
Generating Postscript specs fails on Fedora 15, I don't *think* we need them so disable them. (From OE-Core rev: da778e48c4daa2a67adc2b0d7115ab4135d37f67) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04xorg-[lib-common|proto-common]: disable use of fop document generationJoshua Lock
On Fedora 15 I see a huge Java backtrace when document generation runs for some xorg libs. As fop is automatically detected, with the possibility of detecting fop on the host whilst doing target builds, the safest bet is to explicitly disable fop for document generation. (From OE-Core rev: 396db4b577b3e7b334e9019fc43d5e03d5343479) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04libx11: add missing SRC_URI hashesJoshua Lock
(From OE-Core rev: f6bf1971d2df74de3c6411691c9a398827b0598e) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-10xkeyboard-config: make depend on intltool-nativeDarren Hart
The xkeyboard-config listed intltool as a dependency, when in fact it requires intltool-native in order to complete the do_configure task. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Saul Wold <sgw@linux.intel.com>
2011-02-09libxpm: add native support to recipeScott Garman
The native recipe is needed by the transfig-native dependency chain. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-09libxext: add native support to recipeScott Garman
The native recipe is needed by the transfig-native dependency chain. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-03recipes-graphics: Add more detailed SUMMARY and DESCRIPTIONSMark Hatle
Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-02-01pixman: downgrade from development release 0.21.4 to stable release 0.20.2Dexuan Cui
pixman's stable releases have even minor version numbers, e.g., 0.18.x, 0.20.x. Odd minor version numbers mean development snapshots that may contain bugs and experimental features. The next stable release should be 0.22.0. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-02-01xkeyboard-config: upgrade from 2.0 to 2.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-02-01libxft: Drop explict package_do_package call and use anonymous python insteadRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-28libxp: upgrade from 1.0.0 to 1.0.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-28pixman: upgrade from 0.21.2 to 0.21.4Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-24nfs-utils, e2fsprogs, mtd-utils, libsm: bump PRPaul Eggleton
This ensures package runtime dependencies are up-to-date after splitting out libuuid and libblkid in util-linux recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Qing He <qing.he@intel.com>
2011-01-06libxxf86misc: upgrade from 1.0.2 to 1.0.3Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06libdmx: upgrade from 1.1.0 to 1.1.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06pixman: upgrade from 0.20.0 to 0.21.2Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-12-16recipes-graphics: Add SUMMARY and update DESCRIPTIONMark Hatle
Add the missing SUMMARY fields and update DESCRIPTION fields if necessary Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-12-14libxscrnsaver: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-29libfontenc: add dependency on font-utilKevin Tian
it's enforced by libfontenc configuration script Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-11-24libfontenc: Update to version 1.1.0Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libice: Update to version 1.0.7Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libpciaccess: Update to version 0.12.0Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libsm: Update to version 1.2.0Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxau: Update to version 1.0.6Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxcomposite: Update to version 0.4.3Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxcursor: Update to version 1.1.11Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxdamage: Update to version 1.1.3Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxdmcp: Update to version 1.1.0Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxext: Update to version 1.2.0Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxfixes: Update to version 4.0.5Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxfont: Update to version 1.4.3Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxft: Update to version 2.2.0Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>