summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics
AgeCommit message (Collapse)AuthorFiles
2011-01-24nfs-utils, e2fsprogs, mtd-utils, libsm: bump PRPaul Eggleton1
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-20fstests: fix build issue with gcc dso linking changeNitin A Kamble2
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libX11 library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20xtscal: fix build issue with gcc dso linking changeNitin A Kamble2
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libXrender library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20gdk-pixbuf: Add 2.22.1 as new recipeZhai Edwin1
Updating gtk+ to 2.23.2 requires gdk-pixbuf, which is originaly a module in gtk+. Borrow hardcoded_libtool.patch from original gtk+, and add configure_fix.patch to fix build failure in cross-compile environment. As gdk-pixbuf is a stand-alone package now, gdk-pixbuf-csource-native can be safely removed. So extend gdk-pixbuf with native support, and make related packages depend on it. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-18xserver-xf86-dri-lite: upgrade to 1.9.3Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18mesa: add mesa 7.8.2Yu Ke2
The latest mesa 7.10 has dependency on GPLv3 library talloc, so it is still necessary to keep one old non-GPLv3 mesa.And the latest non-GPLv3 version is mesa 7.8.2, so this patch add it. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18mesa-glsl: add mesa glsl 7.8.2Yu Ke2
mesa glsl is required by mesa 7.8.2, so add it. Signed-off-by: Yu Ke <ke.y@intel.com>
2011-01-18mesa: upgrade to mesa 7.10Yu Ke1
- add SRC_URI checksum - remove the DEFAULT_PREFERENCE for atom_pc, since mesa 7.10 has dependency on GPLv3 talloc. the latest non-GPLv3 one is mesa 7.8.2, atom_pc can use that vesion. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18cairo: upgrade to 1.10.2Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xf86-video-intel: upgrade to 2.14.0Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xwininfo: upgrade to 1.1.1Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18libdrm: upgrade to 2.4.23Yu Ke2
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xf86-input-synaptics: upgrade to 1.3.0Yu Ke2
- update license checksum due to commit "COPYING: add three missing authors listed in synaptics.c". the license type is unchanged. - Pass correct "sdkdir" value for cross compiling Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xf86-input-evdev: upgrade to 2.6.0Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xkbcomp: upgrade to 1.2.0Yu Ke2
- also pick one patch from upstream to fix the cross compiling error during the do_configure. it can be safely removed in the next upgrade. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xf86-input-keyboard: upgrade to 1.5.0Yu Ke2
- update license checksum due to commit "Sun's copyrights now belong to Oracle". the license type is unchanged. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xdpyinfo: upgrade to 1.2.0Yu Ke1
- update license checksume due to the commit "COPYING: replace stub with actual copyright notice". it provide more accurate license info. the license type is unchanged. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18mkfontscale: upgrade to 1.0.8Yu Ke2
- update license checksum, due to commit "Sun's copyrights now belong to Oracle". the license type is not changed. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xprop: upgrade to 1.2.0Yu Ke2
- LICENSE_CHECKSUM changed due to the commit "COPYING: replace stub with copyright notices". this commit add more accurate license info, and the license type is still MIT-X. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18bigreqsproto: upgrade to 1.1.1Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xinit: upgrade to 1.3.0Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18mkfontdir: upgrade to 1.0.6Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xhost: upgrade to 1.0.4Yu Ke2
- LICENSE checksum changes due to that "Sun's copyrights now belong to Oracle". it is corp name change only, the license is still MIT-X. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-07xserver-xf86-common: Remove COMPATIBLE_HOST as it was wrong solutionSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-07xvinfo: Fix LIC_FILES_CHKSUMRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-06recpies: use SRCPV instead of SRCREV for PVYu Ke9
SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-06xserver: Add COMPATIBLE_MACHINESaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-06libxxf86misc: upgrade from 1.0.2 to 1.0.3Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06libdmx: upgrade from 1.1.0 to 1.1.1Dexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06pixman: upgrade from 0.20.0 to 0.21.2Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06scrnsaverproto: upgrade from 1.2.0 to 1.2.1Dexuan Cui1
Add "--enable-specs=no" to disable doc generation -- I doubt we really need it, and it doesn't work well due to SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png'. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06resourceproto: upgrade from 1.1.0 to 1.1.1Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06compositeproto: upgrade from 0.4 to 0.4.2Dexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06xproto: upgrade from 7.0.19 to 7.0.20Dexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06inputproto: upgrade from 2.0 to 2.0.1Dexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06renderproto: upgrade from 0.11 to the latest version 0.11.1Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06xvinfo: Upgrade to 1.1.1Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-02xserver-kdrive: add DEPENDS for libdrmSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-02mutter: Add COMPATIBLE_MACHINE list to prevent PPC buildSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-30RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi8
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-26xserver-xf86: fix LIC_FILES_CHKSUM spelling and locationSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-25libsdl: Add LIC_FILES_CHKSUMRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-25xserver-kdrive: Add missing DEPENDS on pixmanRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-24xserver-kdrive: add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23xserver-xf86: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23xf86-input-vmmouse: add COMPATIBLE_HOST set to x86*Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21task-poky-clutter: remove clutter-box2d from default buildSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16fstests: upgrade to svn revision #426Nitin A Kamble1
Also add license checksums, update PR & license fields Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-12-16recipes-graphics: Add SUMMARY and update DESCRIPTIONMark Hatle12
Add the missing SUMMARY fields and update DESCRIPTION fields if necessary Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-12-14clutter-box2d: Add LIC_FILES_CHKSUMSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>