mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
- This adds clutter-{gst,gtk,cairo}-0.8 recipes and clutter-{gst,gtk,cairo}-0.6 recipes.
- It removes the 0.4 recipes. - It renames things so that the major.minor revision is now part of the package name. This lets us correctly specify SRCREVs for each branch, and allows parallell install. - All the SRCREVs have been updated to the heads of their corresponding branches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5384 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -20,10 +20,19 @@ SRCDATE_yaffs2-utils = "20071107"
|
|||||||
PV_pn-calibrateproto ?= "0.0-poky1-${SRCREV}"
|
PV_pn-calibrateproto ?= "0.0-poky1-${SRCREV}"
|
||||||
SRCREV_pn-calibrateproto ?= "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
|
SRCREV_pn-calibrateproto ?= "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
|
||||||
SRCREV_pn-clipboard-manager ?= "14994"
|
SRCREV_pn-clipboard-manager ?= "14994"
|
||||||
SRCREV_pn-clutter-box2d = "3197"
|
SRCREV_pn-clutter-box2d = "3326"
|
||||||
SRCREV_pn-clutter-cairo ?= "3210"
|
SRCREV_pn-clutter-cairo-0.6 ?= "2754"
|
||||||
SRCREV_pn-clutter-gst ?= "3188"
|
SRCREV_pn-clutter-cairo-0.8 ?= "3322"
|
||||||
SRCREV_pn-clutter ?= "3240"
|
SRCREV_pn-clutter-cairo ?= "3313"
|
||||||
|
SRCREV_pn-clutter-gst-0.6 ?= "2961"
|
||||||
|
SRCREV_pn-clutter-gst-0.8 ?= "3351"
|
||||||
|
SRCREV_pn-clutter-gst ?= "3349"
|
||||||
|
SRCREV_pn-clutter-gtk-0.6 ?= "2961"
|
||||||
|
SRCREV_pn-clutter-gtk-0.8 ?= "3350"
|
||||||
|
SRCREV_pn-clutter-gtk ?= "3349"
|
||||||
|
SRCREV_pn-clutter-0.6 ?= "2816"
|
||||||
|
SRCREV_pn-clutter-0.8 ?= "3323"
|
||||||
|
SRCREV_pn-clutter ?= "3334"
|
||||||
SRCREV_pn-connman ?= "e952851502277cc41cd2a54ef5386cca7a8843dd"
|
SRCREV_pn-connman ?= "e952851502277cc41cd2a54ef5386cca7a8843dd"
|
||||||
SRCREV_pn-connman-gnome ?= "b589f4f89bff20d54682cc6b49efa86feac8adb4"
|
SRCREV_pn-connman-gnome ?= "b589f4f89bff20d54682cc6b49efa86feac8adb4"
|
||||||
SRCREV_pn-dialer ?= "42a2b4dd62cf94dc905caeb087f5e7e9f418bf93"
|
SRCREV_pn-dialer ?= "42a2b4dd62cf94dc905caeb087f5e7e9f418bf93"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Aaina Clutter Demo"
|
|||||||
HOMEPAGE = "http://www.clutter-project.org/"
|
HOMEPAGE = "http://www.clutter-project.org/"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
|
||||||
DEPENDS = "clutter libxml2 gtk+ neon"
|
DEPENDS = "clutter-0.6 libxml2 gtk+ neon"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
require clutter.inc
|
||||||
|
|
||||||
|
PE = "1"
|
||||||
|
PR = "r0"
|
||||||
|
PV = "0.8.0+svnr${SRCREV}"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-8;proto=http \
|
||||||
|
file://enable_tests-0.8.patch;patch=1 "
|
||||||
|
|
||||||
|
S = "${WORKDIR}/clutter-0-8"
|
||||||
|
|
||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter Box2D"
|
|||||||
HOMEPAGE = "http://www.clutter-project.org/"
|
HOMEPAGE = "http://www.clutter-project.org/"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
|
|
||||||
DEPENDS = "clutter"
|
DEPENDS = "clutter-0.8"
|
||||||
|
|
||||||
# The main clutter lib is machine specific so we need to be too
|
# The main clutter lib is machine specific so we need to be too
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
require clutter-cairo.inc
|
||||||
|
|
||||||
|
PV = "0.8.0+svnr${SRCREV}"
|
||||||
|
|
||||||
|
DEPENDS += "clutter-0.6"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-cairo-0-8;proto=http \
|
||||||
|
file://enable_examples.patch;patch=1"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/${PN}"
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
require clutter-cairo.inc
|
||||||
|
|
||||||
|
PV = "0.8.0+svnr${SRCREV}"
|
||||||
|
|
||||||
|
DEPENDS += "clutter-0.8"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-cairo-0-8;proto=http \
|
||||||
|
file://enable_examples.patch;patch=1"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/${PN}"
|
||||||
|
|
||||||
|
|
||||||
@@ -2,7 +2,9 @@ DESCRIPTION = "Clutter Cairo"
|
|||||||
HOMEPAGE = "http://www.clutter-project.org/"
|
HOMEPAGE = "http://www.clutter-project.org/"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
|
|
||||||
DEPENDS = "clutter cairo"
|
DEPENDS = "cairo"
|
||||||
|
|
||||||
|
FILESPATH = "${FILE_DIRNAME}/clutter-cairo"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-examples"
|
PACKAGES =+ "${PN}-examples"
|
||||||
FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock"
|
FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
require clutter-cairo.inc
|
require clutter-cairo.inc
|
||||||
|
|
||||||
PV = "0.8.0+svnr${SRCREV}"
|
PV = "0.8.0+svnr${SRCREV}"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
|
||||||
file://enable_examples.patch;patch=1"
|
file://enable_examples.patch;patch=1"
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
require clutter-gst.inc
|
||||||
|
|
||||||
|
PV = "0.6.0+svnr${SRCREV}"
|
||||||
|
|
||||||
|
DEPENDS += "clutter-0.6"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-gst-0-6;proto=http"
|
||||||
|
|
||||||
|
|
||||||
|
S = "${WORKDIR}/clutter-gst-0-6"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
require clutter-gst.inc
|
||||||
|
|
||||||
|
PV = "0.8.0+svnr${SRCREV}"
|
||||||
|
|
||||||
|
DEPENDS += "clutter-0.8"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-gst-0-8;proto=http"
|
||||||
|
|
||||||
|
|
||||||
|
S = "${WORKDIR}/clutter-gst-0-8"
|
||||||
@@ -2,16 +2,14 @@ DESCRIPTION = "Clutter GStreamer"
|
|||||||
HOMEPAGE = "http://www.clutter-project.org/"
|
HOMEPAGE = "http://www.clutter-project.org/"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
|
|
||||||
DEPENDS = "clutter gstreamer gst-plugins-base"
|
DEPENDS = "gstreamer gst-plugins-base"
|
||||||
|
|
||||||
|
FILESPATH = "${FILE_DIRNAME}/clutter-gst"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-examples"
|
PACKAGES =+ "${PN}-examples"
|
||||||
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink ${bindir}/audio"
|
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink ${bindir}/audio"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig gtk-doc
|
||||||
|
|
||||||
do_configure_prepend() {
|
|
||||||
touch ${S}/gtk-doc.make
|
|
||||||
}
|
|
||||||
|
|
||||||
do_stage () {
|
do_stage () {
|
||||||
autotools_stage_all
|
autotools_stage_all
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
require clutter-gst.inc
|
|
||||||
|
|
||||||
PV = "0.4.0+svnr${SRCREV}"
|
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-gst-0-4;proto=http \
|
|
||||||
file://autofoo-0.4.patch;patch=1"
|
|
||||||
|
|
||||||
|
|
||||||
S = "${WORKDIR}/clutter-gst-0-4"
|
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
require clutter-gst.inc
|
require clutter-gst.inc
|
||||||
|
|
||||||
PV = "0.8.0+svnr${SRCREV}"
|
PV = "0.8.0+svnr${SRCREV}"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
|
||||||
file://autofoo.patch;patch=1"
|
file://autofoo.patch;patch=1"
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
require clutter-gtk.inc
|
||||||
|
|
||||||
|
PV = "0.6.0+svnr${SRCREV}"
|
||||||
|
|
||||||
|
DEPENDS += "clutter-0.6"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-gtk-0-6;proto=http"
|
||||||
|
|
||||||
|
|
||||||
|
S = "${WORKDIR}/clutter-gtk-0-6"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
require clutter-gtk.inc
|
||||||
|
|
||||||
|
PV = "0.8.0+svnr${SRCREV}"
|
||||||
|
|
||||||
|
DEPENDS += "clutter-0.8"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-gtk-0-8;proto=http"
|
||||||
|
|
||||||
|
|
||||||
|
S = "${WORKDIR}/clutter-gtk-0-8"
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
DESCRIPTION = "Clutter GTK+"
|
||||||
|
HOMEPAGE = "http://www.clutter-project.org/"
|
||||||
|
LICENSE = "LGPL"
|
||||||
|
|
||||||
|
DEPENDS = "gtk+"
|
||||||
|
|
||||||
|
FILESPATH = "${FILE_DIRNAME}/clutter-gtk"
|
||||||
|
|
||||||
|
PACKAGES =+ "${PN}-examples"
|
||||||
|
FILES_${PN}-examples = "${bindir}/gtk-clutter-test ${bindir}/gtk-clutter-events ${bindir}/gtk-clutter-multistage"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig gtk-doc
|
||||||
|
|
||||||
|
do_stage () {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
require clutter-gst.inc
|
||||||
|
|
||||||
|
PV = "0.8.0+svnr${SRCREV}"
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
|
||||||
|
file://autofoo.patch;patch=1"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/${PN}"
|
||||||
@@ -39,6 +39,8 @@ DEPENDS_eee901 = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl"
|
|||||||
EXTRA_OECONF_eee901 = "${BASE_CONF} --with-flavour=glx"
|
EXTRA_OECONF_eee901 = "${BASE_CONF} --with-flavour=glx"
|
||||||
PACKAGE_ARCH_eee901 = "${MACHINE_ARCH}"
|
PACKAGE_ARCH_eee901 = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
FILESPATH = "${FILE_DIRNAME}/clutter"
|
||||||
|
|
||||||
inherit autotools pkgconfig gtk-doc
|
inherit autotools pkgconfig gtk-doc
|
||||||
|
|
||||||
PACKAGES =+ "clutter-examples"
|
PACKAGES =+ "clutter-examples"
|
||||||
|
|||||||
@@ -1,52 +0,0 @@
|
|||||||
---
|
|
||||||
tests/Makefile.am | 7 ++++++-
|
|
||||||
tests/test-actors.c | 2 +-
|
|
||||||
tests/test-text.c | 2 +-
|
|
||||||
3 files changed, 8 insertions(+), 3 deletions(-)
|
|
||||||
|
|
||||||
Index: clutter-0-4/tests/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- clutter-0-4.orig/tests/Makefile.am 2007-11-06 21:49:25.000000000 +0000
|
|
||||||
+++ clutter-0-4/tests/Makefile.am 2007-11-06 21:49:48.000000000 +0000
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-noinst_PROGRAMS = test-textures test-events test-offscreen test-scale \
|
|
||||||
+bin_PROGRAMS = test-textures test-events test-offscreen test-scale \
|
|
||||||
test-actors test-behave test-text test-entry test-project \
|
|
||||||
test-boxes test-perspective test-rotate test-depth \
|
|
||||||
test-threads test-timeline
|
|
||||||
@@ -24,4 +24,9 @@ test_depth_SOURCES = test-depth.c
|
|
||||||
test_threads_SOURCES = test-threads.c
|
|
||||||
test_timeline_SOURCES = test-timeline.c
|
|
||||||
|
|
||||||
+test_textdir = $(pkgdatadir)
|
|
||||||
+test_text_DATA = test-text.c
|
|
||||||
+test_actorsdir = $(pkgdatadir)
|
|
||||||
+test_actors_DATA = redhand.png
|
|
||||||
+
|
|
||||||
EXTRA_DIST = redhand.png
|
|
||||||
Index: clutter-0-4/tests/test-actors.c
|
|
||||||
===================================================================
|
|
||||||
--- clutter-0-4.orig/tests/test-actors.c 2007-11-06 21:49:25.000000000 +0000
|
|
||||||
+++ clutter-0-4/tests/test-actors.c 2007-11-06 21:49:28.000000000 +0000
|
|
||||||
@@ -143,7 +143,7 @@ main (int argc, char *argv[])
|
|
||||||
stage = clutter_stage_get_default ();
|
|
||||||
clutter_actor_set_size (stage, 800, 600);
|
|
||||||
|
|
||||||
- pixbuf = gdk_pixbuf_new_from_file ("redhand.png", NULL);
|
|
||||||
+ pixbuf = gdk_pixbuf_new_from_file ("/usr/share/clutter/redhand.png", NULL);
|
|
||||||
|
|
||||||
if (!pixbuf)
|
|
||||||
g_error("pixbuf load failed");
|
|
||||||
Index: clutter-0-4/tests/test-text.c
|
|
||||||
===================================================================
|
|
||||||
--- clutter-0-4.orig/tests/test-text.c 2007-11-06 21:49:25.000000000 +0000
|
|
||||||
+++ clutter-0-4/tests/test-text.c 2007-11-06 21:49:28.000000000 +0000
|
|
||||||
@@ -27,7 +27,7 @@ main (int argc, char *argv[])
|
|
||||||
|
|
||||||
stage = clutter_stage_get_default ();
|
|
||||||
|
|
||||||
- if (!g_file_get_contents ("test-text.c", &text, &size, NULL))
|
|
||||||
+ if (!g_file_get_contents ("/usr/share/clutter/test-text.c", &text, &size, NULL))
|
|
||||||
g_error("g_file_get_contents() of test-text.c failed");
|
|
||||||
|
|
||||||
clutter_actor_set_size (stage, 800, 600);
|
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
tests/Makefile.am | 7 ++++++-
|
||||||
|
tests/test-actors.c | 2 +-
|
||||||
|
tests/test-text.c | 2 +-
|
||||||
|
3 files changed, 8 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
|
Index: clutter/tests/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- clutter.orig/tests/Makefile.am 2008-06-26 16:46:26.000000000 +0100
|
||||||
|
+++ clutter/tests/Makefile.am 2008-06-26 16:46:50.000000000 +0100
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-noinst_PROGRAMS = test-textures test-events test-offscreen test-scale \
|
||||||
|
+bin_PROGRAMS = test-textures test-events test-offscreen test-scale \
|
||||||
|
test-actors test-behave test-text test-entry test-project \
|
||||||
|
test-perspective test-rotate test-depth \
|
||||||
|
test-threads test-timeline test-timeline-dup-frames \
|
||||||
|
@@ -17,8 +17,8 @@
|
||||||
|
test-invariants
|
||||||
|
|
||||||
|
if X11_TESTS
|
||||||
|
-noinst_PROGRAMS += test-pixmap
|
||||||
|
-noinst_PROGRAMS += test-devices
|
||||||
|
+bin_PROGRAMS += test-pixmap
|
||||||
|
+bin_PROGRAMS += test-devices
|
||||||
|
endif
|
||||||
|
|
||||||
|
INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/clutter -I$(top_builddir)/clutter
|
||||||
|
@@ -73,4 +73,9 @@
|
||||||
|
test_invariants_SOURCES = test-invariants.c
|
||||||
|
test_devices_SOURCES = test-devices.c
|
||||||
|
|
||||||
|
+test_textdir = $(pkgdatadir)
|
||||||
|
+test_text_DATA = test-text.c
|
||||||
|
+test_actorsdir = $(pkgdatadir)
|
||||||
|
+test_actors_DATA = redhand.png
|
||||||
|
+
|
||||||
|
EXTRA_DIST = redhand.png test-script.json
|
||||||
|
Index: clutter/tests/test-actors.c
|
||||||
|
===================================================================
|
||||||
|
--- clutter.orig/tests/test-actors.c 2008-06-26 16:46:26.000000000 +0100
|
||||||
|
+++ clutter/tests/test-actors.c 2008-06-26 16:46:31.000000000 +0100
|
||||||
|
@@ -195,7 +195,7 @@
|
||||||
|
/* Create a texture from file, then clone in to same resources */
|
||||||
|
if (i == 0)
|
||||||
|
{
|
||||||
|
- if ((oh->hand[i] = clutter_texture_new_from_file ("redhand.png",
|
||||||
|
+ if ((oh->hand[i] = clutter_texture_new_from_file ("/usr/share/clutter/redhand.png",
|
||||||
|
&error)) == NULL)
|
||||||
|
{
|
||||||
|
g_error ("image load failed: %s", error->message);
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
require clutter.inc
|
|
||||||
|
|
||||||
PV = "0.4.0+svnr${SRCREV}"
|
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-4;proto=http \
|
|
||||||
file://enable_tests-0.4.patch;patch=1 "
|
|
||||||
|
|
||||||
S = "${WORKDIR}/clutter-0-4"
|
|
||||||
|
|
||||||
do_stage () {
|
|
||||||
cp ${S}/clutter.pc ${S}/clutter-0.4.pc
|
|
||||||
autotools_stage_all
|
|
||||||
}
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
require clutter.inc
|
require clutter.inc
|
||||||
|
|
||||||
PV = "0.8.0+svnr${SRCREV}"
|
PV = "0.8.0+svnr${SRCREV}"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \
|
||||||
file://enable_tests.patch;patch=1;maxrev=2989 \
|
file://enable_tests.patch;patch=1;maxrev=2989 \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Table Clutter Demo"
|
|||||||
HOMEPAGE = "http://www.clutter-project.org/"
|
HOMEPAGE = "http://www.clutter-project.org/"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
|
|
||||||
DEPENDS = "clutter-gst gnome-vfs"
|
DEPENDS = "clutter-gst-0.6 gnome-vfs"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
require table.inc
|
require table.inc
|
||||||
|
|
||||||
PV = "0.3.0+svnr${SRCREV}"
|
PV = "0.3.0+svnr${SRCREV}"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk/toys;module=table;proto=http \
|
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk/toys;module=table;proto=http \
|
||||||
file://fixes.patch;patch=1"
|
file://fixes.patch;patch=1"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Tidy library"
|
|||||||
HOMEPAGE = "http://www.clutter-project.org/"
|
HOMEPAGE = "http://www.clutter-project.org/"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
|
|
||||||
STDDEPENDS = "clutter"
|
STDDEPENDS = "clutter-0.8"
|
||||||
BASE_CONF = "--disable-gtk-doc"
|
BASE_CONF = "--disable-gtk-doc"
|
||||||
|
|
||||||
DEPENDS = "${STDDEPENDS}"
|
DEPENDS = "${STDDEPENDS}"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require tidy.inc
|
require tidy.inc
|
||||||
|
|
||||||
PV = "0.1.0+svnr${SRCREV}"
|
PV = "0.1.0+svnr${SRCREV}"
|
||||||
PR = "6"
|
PR = "r7"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/tidy;module=trunk;proto=http \
|
SRC_URI = "svn://svn.o-hand.com/repos/tidy;module=trunk;proto=http \
|
||||||
file://tidy-enable-tests.patch;patch=1"
|
file://tidy-enable-tests.patch;patch=1"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
SECTION = "x11/wm"
|
SECTION = "x11/wm"
|
||||||
DESCRIPTION = "Metacity is the boring window manager for the adult in you."
|
DESCRIPTION = "Metacity is the boring window manager for the adult in you."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "startup-notification gtk+ gconf clutter gdk-pixbuf-csource-native"
|
DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
PV = "2.25.1+git${SRCREV}"
|
PV = "2.25.1+git${SRCREV}"
|
||||||
inherit gnome update-alternatives
|
inherit gnome update-alternatives
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
DESCRIPTION = "Clutter Tasks for OpenedHand Poky"
|
DESCRIPTION = "Clutter Tasks for OpenedHand Poky"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
PACKAGES = "\
|
PACKAGES = "\
|
||||||
task-poky-clutter-core \
|
task-poky-clutter-core \
|
||||||
@@ -20,14 +20,16 @@ PACKAGES = "\
|
|||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
RDEPENDS_task-poky-clutter-core = "\
|
RDEPENDS_task-poky-clutter-core = "\
|
||||||
clutter \
|
clutter-0.8 \
|
||||||
clutter-cairo \
|
clutter-cairo-0.8 \
|
||||||
clutter-gst"
|
clutter-gst-0.8 \
|
||||||
|
clutter-gtk-0.8"
|
||||||
|
|
||||||
RDEPENDS_task-poky-clutter-tests = "\
|
RDEPENDS_task-poky-clutter-tests = "\
|
||||||
clutter-examples \
|
clutter-0.8-examples \
|
||||||
clutter-cairo-examples \
|
clutter-cairo-0.8-examples \
|
||||||
clutter-gst-examples"
|
clutter-gst-0.8-examples \
|
||||||
|
clutter-gtk-0.8-examples"
|
||||||
|
|
||||||
RDEPENDS_task-poky-clutter-apps = "\
|
RDEPENDS_task-poky-clutter-apps = "\
|
||||||
aaina \
|
aaina \
|
||||||
|
|||||||
Reference in New Issue
Block a user