summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/clutter
AgeCommit message (Collapse)AuthorFiles
2011-02-01clutter-box2d: Upgrade to 0.10.1 via gitZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-02-01clutter-gst-1.0: Upgrade to 1.3.4 (clutter 1.4 series)Zhai Edwin4
Install the example binary needed for poky-image-clutter. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-02-01clutter-gtk-1.0: Upgrade to one version prior to 0.90.2 (clutter 1.4 series)Zhai Edwin4
0.90.2 depends on unstable gtk+-2.90.x that is not in poky, so pick up one version prior to it. Also rebase disable_deprecated.patch to keep the API compatibility with gtk+ and install example binary for poky-image-clutter. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-02-01clutter-1.0: Upgrade to 1.4 - latest stable versionZhai Edwin10
* Use tar ball release rather than git, as it is more stable. Added dependence on gettext, and one patch to fix the cross-compile failure due to conformance-test. * configure "--with-json=check" avoid extra dependence on external json lib. * rename examples package (clutter-examples-1.x => clutter-1.x-example) to lead the right deploy package name Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-14clutter-box2d: Add LIC_FILES_CHKSUMSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-13table: Add LIC_FILES_CHKSUMSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-13clutter: Add LIC_FILES_CHKSUMSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-06tidy: Add license checksumZhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-02table move missing patch back to correct locationSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-02table.inc: correct version numberSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-02clutter-gst: Update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu2
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-22Meta: Recipe ReogranizationSaul Wold15
This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-18clutter-gtk-1.0: Fix build issues for world buildSaul Wold3
Added a patch to enable GTK_WIDGET macros properly Added LIC_FILES_CHKSUM Fixed up LICENSE Metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-10-08Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart1
In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-30moblin-proto: Move to meta-extrasRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-03clutter-mozembed: move patches back into meta-moblinScott Garman2
These patches were mistakenly moved into meta/recipes-graphics/clutter during the metadata reorg. This moves them back where they belong. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie53
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>