[oe-commits] Koen Kooi : moblin: add nbtk, hornsey and bognor-regis

git version control git at git.openembedded.org
Mon Jun 1 16:37:37 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b0bac94ebe32d26b414ed4b9ec4edc3bb96b7e35
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b0bac94ebe32d26b414ed4b9ec4edc3bb96b7e35

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jun  1 18:35:42 2009 +0200

moblin: add nbtk, hornsey and bognor-regis

---

 recipes/moblin/bognor-regis_git.bb |   15 +++++++++++++++
 recipes/moblin/hornsey_git.bb      |   14 ++++++++++++++
 recipes/moblin/nbtk_git.bb         |   18 ++++++++++++++++++
 3 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/recipes/moblin/bognor-regis_git.bb b/recipes/moblin/bognor-regis_git.bb
new file mode 100644
index 0000000..803f7a9
--- /dev/null
+++ b/recipes/moblin/bognor-regis_git.bb
@@ -0,0 +1,15 @@
+LICENSE = "GPLv2"
+
+SRCREV = "181a62fa73527905fa01859b49eeb9d326ef7742"
+PV = "0.3.1"
+PR_append = "+git${SRCREV}"
+
+DEPENDS = "dbus-glib gstreamer glib-2.0"
+
+SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage
+
+FILES_${PN} =+ "${datadir}/dbus-1/services/"
+
diff --git a/recipes/moblin/hornsey_git.bb b/recipes/moblin/hornsey_git.bb
new file mode 100644
index 0000000..1ea1df5
--- /dev/null
+++ b/recipes/moblin/hornsey_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "The Moblin mediaplayer"
+LICENSE = "LGPLv2.1"
+
+SRCREV = "92e1ebf8f5fdb8f4abcc190213c20b653aac411a"
+PV = "0.0"
+PR_append = "+git${SRCREV}"
+
+DEPENDS = "clutter clutter-gst-0.9 bickley nbtk bognor-regis libunique startup-notification gtk+"
+
+SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage
+
diff --git a/recipes/moblin/nbtk_git.bb b/recipes/moblin/nbtk_git.bb
new file mode 100644
index 0000000..3067a95
--- /dev/null
+++ b/recipes/moblin/nbtk_git.bb
@@ -0,0 +1,18 @@
+LICENSE = "LGPLv2.1"
+
+SRCREV = "6a498c374d176be0ed3ef2cd9b2381f452af1de8"
+PV = "0.8.0"
+PR_append = "+git${SRCREV}"
+
+DEPENDS = "glib-2.0 gtk+ libccss clutter-0.9"
+
+SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage
+
+do_configure_prepend () {
+    echo "EXTRA_DIST=" > ${S}/gtk-doc.make
+    echo "CLEANFILES=" >> ${S}/gtk-doc.make
+}
+





More information about the Openembedded-commits mailing list