clutter-gst/clutter-gtk: Add API versions to the package names and update to the latest code

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-02-04 12:41:16 +00:00
parent 99e23d64fc
commit fa2470c846
11 changed files with 713 additions and 24 deletions

View File

@@ -28,11 +28,13 @@ SRCREV_pn-clutter-cairo-0.8 ?= "e27e507dedddec3f279a2902ecee0da1011c78eb"
SRCREV_pn-clutter-cairo ?= "7b45e0de2d4b9f1cd47486e5de71a1a26e8fdf27"
SRCREV_pn-clutter-gst-0.6 ?= "1c3dc539057dbcd6dd75f2cb5b4ba39b741892bd"
SRCREV_pn-clutter-gst-0.8 ?= "7a60a435fb0930d911e26158928ab53bda090f3e"
SRCREV_pn-clutter-gst ?= "db9bcf9d6f3a7d0f34747bed0f3ab28d7eb8f6ab"
SRCREV_pn-clutter-gst-0.10 ?= "78e853ac3269c13b8d798ebca1c4748d066a966e"
SRCREV_pn-clutter-gst-1.0 ?= "d48c6fc67b48304f90e51b520631c1ecc10410af"
SRCREV_pn-clutter-helix ?= "b4514a7bae2a059f4e63de64245238a246ed10bd"
SRCREV_pn-clutter-gtk-0.6 ?= "2ba362a1a223c2b28541030a80aa11191615340a"
SRCREV_pn-clutter-gtk-0.8 ?= "7d3c3230376e731c06c21afa9d8c1d44dbea27cd"
SRCREV_pn-clutter-gtk ?= "5dfc07761adf3ab3d1c9ee97b92bc4a65473db36"
SRCREV_pn-clutter-gtk-0.10 ?= "b92329c4c1288019e2dea6567e2b5e98eb0a9992"
SRCREV_pn-clutter-gtk-1.0 ?= "e8d828ba1d87937baa571e68fdff22f3e2d79ca8"
SRCREV_pn-clutter-mozembed ?= "738d017beb5579b2ff6e4d992d4889b61c974751"
SRCREV_pn-connman ?= "36e877dece72577a3ae6197eafd505d0e6e0c1d2"
SRCREV_pn-connman-gnome ?= "b589f4f89bff20d54682cc6b49efa86feac8adb4"

View File

@@ -0,0 +1,14 @@
require clutter-gst.inc
PV = "0.10.0+git${SRCPV}"
DEPENDS += "clutter-1.0"
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=clutter-gst-0.10"
S = "${WORKDIR}/git"
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac
}

View File

@@ -0,0 +1,14 @@
require clutter-gst.inc
PV = "0.11.0+git${SRCPV}"
DEPENDS += "clutter-1.0"
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac
}

View File

@@ -1,15 +0,0 @@
require clutter-gst.inc
PV = "0.9.0+git${SRCPV}"
PR = "r3"
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \
file://autofoo-9db4a61a25677764bb927369c5c68ada958fb65c.patch;patch=1;rev=9db4a61a25677764bb927369c5c68ada958fb65c \
file://autofoo.patch;patch=1;notrev=9db4a61a25677764bb927369c5c68ada958fb65c"
S = "${WORKDIR}/git"
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac
}

View File

@@ -0,0 +1,12 @@
require clutter-gtk.inc
PV = "0.10.3+git${SRCPV}"
PR = "r1"
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git;branch=clutter-gtk-0.10"
S = "${WORKDIR}/git"
DEPENDS += "clutter-1.0"
EXTRA_OECONF += "--disable-introspection"

View File

@@ -1,9 +1,9 @@
require clutter-gtk.inc
PV = "0.9.0+git${SRCPV}"
PV = "0.90.0+git${SRCPV}"
PR = "r1"
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git"
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git;branch=master"
S = "${WORKDIR}/git"