aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib
AgeCommit message (Collapse)Author
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. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
2011-05-12recpies: 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. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-05-10libxmu: Add native functionXiaofeng Yan
Add native function to libxmu_1.1.0.bb file because qt3 native depends on its native. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
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. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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 Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-05-04libx11: Use inherit gettextKhem Raj
Avoid direct depependency on gettext, inherit class instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28xorg-lib: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-22libxfixes: upgrade from 4.0.5 to the latest version 5.0Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
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. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
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 Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
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. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
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. Signed-off-by: Joshua Lock <josh@linux.intel.com>
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. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04libx11: add missing SRC_URI hashesJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
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>
2010-11-24libxi: Update to version 1.4.0Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxinerama: Update to version 1.1.1Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxkbfile: Update to version 1.0.7Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxmu: Update to version 1.1.0Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libxpm: Update to version 3.5.9Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24librandr: Update to version 1.3.1Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>