summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter
AgeCommit message (Collapse)Author
2012-09-28cogl: Add a missing depends on libxdamageOtavio Salvador
During a from scratch build test, cogl build failed due a missing dependency on libxdamage. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-08-17clutter: DOLT isn't used anymoreRoss Burton
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-22clutter: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20cogl: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-28clutter: clutter_git is really clutter-1.8_git, renameRichard Purdie
Both these clutter recipes provide 1.8. With different PN namespace, a world build cna build both causing the clutter libraries to "disappear" at certain points of the build. In particular, this causes issues for mx. This patch puts then into the same PN namespace so only one can be built. [YOCTO #2158] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
Using "1" with getVar is bad coding style and "True" is preferred. This patch is a sed over the meta directory of the form: sed \ -e 's:\(\.getVar([^,()]*, \)1 *):\1True):g' \ -e 's:\(\.getVarFlag([^,()]*, [^,()]*, \)1 *):\1True):g' \ -i `grep -ril getVar *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-10clutter: upgrade git recipe to reflect 1.8.4 tagJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2012-02-10clutter-1.8: update to clutter-1.8.4Joshua Lock
Added a note about why we're setting S, so I don't have to figure it out again next time I try and update clutter. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2012-01-25clutter-gst: update to 1.4.6Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-25cogl: update upstream status for build_for_armv4t.patchJoshua Lock
This has patch has been merged into upstreams git repository and will be available in the next stable release. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-04cogl: ensure we can build on armv4Joshua Lock
Without this patch cogl will not build for armv4 as it uses an unsupported instruction. This changeset adds a patch from Wolfgang Denk to add an extra guard around armv5 or above code. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-21cogl: clarify LICENSE as LGPLv2.1 and fix metadataJoshua Lock
Fix the HOMEPAGE and DESCRIPTION which were using the same values as Clutter. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-12-21clutter: clarify LICENSE as LGPLv2.1Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-12-15Patch Upstream Status UpdatesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-12-15clutter_git: update to 1.8.2 tagJoshua Lock
Eventual plan is to start building bleeding git again, so we'd like to keep the recipe around and relatively up to date. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-12-15cogl: update git recipe to 1.8.2Joshua Lock
Eventual plan is to start building bleeding git again, so we'd like to keep the recipe around and relatively up to date. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-12-15clutter: upgrade to 1.8.2Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-12-15cogl: upgrade to latest stable cogl 1.8.2Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-12-08OECore license fixes: meta/*Elizabeth Flanagan
This is a quick audit of only the most obviously wrong licenses found within OECore. These fixes fall into four areas: - LICENSE field had incorrect format so that the parser choked - LICENSE field has a license with no version - LICENSE field was actually incorrect - LICENSE field has an imaginary license that didn't exist This fixes most of the LICENSE warnings thrown, along with my prior commit adding additional licenses to common-licenses and additional SPDXLICENSEMAP entries. HOWEVER..... there is much to be done on the license front. For a list of recipes with licenses that need obvious fixing see: https://wiki.yoctoproject.org/wiki/License_Audit That said, I would suggest another license audit as I've found enough inconsistencies. A good suggestion is when in doubt, look at how openSuse or Gentoo or Debian license the package. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2011-12-06clutter-gst: upgrade to 1.4.4Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0Joshua Lock
It's very old at this point and doesn't build with recent clutter Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30clutter-box2d: fix LICENSE field - LGPL-2.1Joshua Lock
clutter-box2d has had the same COPYING file since 2008-04-03, therefore update the license field in the inc file to reflect its contents. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30clutter-box2d: Update git recipeJoshua Lock
Several changes and fixes exist unreleased in git with version 0.12.1, update to build the latest available. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30clutter: move STDDEPENDS to incJoshua Lock
We only build clutter-1.8 now so move the additional STDDEPENDS from the recipe to the inc file. This has the added benefit of fixing clutter_git. This patch also fixes the LIC_FILES_CHKSUM for clutter_git Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30cogl: add missing depends on libxcompositeJoshua Lock
Cogl checks for libxcomposite at configure time. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30clutter-*-1.6: drop clutter 1.6 recipesJoshua Lock
Clutter 1.8 is API and ABI compatible with Clutter 1.6 according to the release notes so there's no need to keep these recipes around. www.clutter-project.org/blogs/archive/2011-09/clutter-1.8.0-stable-release Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30clutter: PROVIDES clutter-1.6Joshua Lock
Since the two are API/ABI compatible and this may make things easier for external layers using clutter. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-30clutter-1.8: package examplesJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-08clutter-gst: fix patch filenameJoshua Lock
Munged the patch filename somehow. Apologies for the noise. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-08clutter-gtk-1.8: add clutter-gtk 0.11.4Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-08clutter-gst-1.8: add 1.4.2 for use with clutter 1.8Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-08clutter-1.8: add 1.8.0Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-08cogl: add cogl 1.8.0 recipeJoshua Lock
Cogl has been split into a separate recipe as of the clutter-1.8 series Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-07cogl: COPYING file Updated FSF AddressSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31clutter-gtk: add LIC_FILES_CHKSUM to include fileJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-14cogl: Add git recipe (required by clutter)Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14clutter-1.6: update to 1.6.18Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14clutter: Update git recipe to more recent versionRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-06clutter-gst-1.6: Add SRC_URI ChecksumSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-08-23recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj
Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-21clutter-box2d: fix isfinite.patchSaul Wold
The original patch lost ^M and was not appliable. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-20clutter-box2d: Replace use of finite macro with C99 compliant isfinite()Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-13Patches: Fix Upstream-Status infoSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-23clutter: Use new git repoZhai Edwin
clutter move its git server from clutter-project.org to gnome.org [YOCTO #1040] got fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-06-14clutter-box2d_git: Switch SRC_URI to git.gnome.orgSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01clutter-1.6: Add patch to update gettext macro versionSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-18clutter: Clean up old recipesSaul Wold
clutter-1.4 is moved to meta-extras clutter-box2d is migrated to latest 1.6 version Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-17Upstream-Status: Update patch upstream-status for libfm, eggdbus, screenshot...Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>