[oe-commits] Koen Kooi : ekiga: add git version

GIT User account git at amethyst.openembedded.net
Tue Apr 28 12:55:16 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Apr 28 14:49:01 2009 +0200

ekiga: add git version

---

 recipes/ekiga/ekiga_git.bb |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/recipes/ekiga/ekiga_git.bb b/recipes/ekiga/ekiga_git.bb
new file mode 100644
index 0000000..787a0e8
--- /dev/null
+++ b/recipes/ekiga/ekiga_git.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "Gnome videoconferencing application"
+LICENSE = "GPLv2"
+
+ARM_INSTRUCTION_SET = "arm"
+
+DEFAULT_PREFERENCE = "-1"
+PV = "3.2.0+git"
+PR = "r0+gitr${SRCREV}"
+SRCREV = "c7f3abd149ccca669bb13e2a02b0d46076301f7d"
+
+inherit gnome
+
+SRC_URI = "git://git.gnome.org/ekiga;protocol=git"
+S = "${WORKDIR}/git"
+
+DEPENDS += " avahi libnotify eds-dbus libgnome gtkmm libsigc++-2.0 gstreamer gst-plugins-good gst-plugins-base gst-plugins-bad opal ptlib gnome-doc-utils"
+RDEPENDS += "gst-plugin-app gst-plugin-video4linux2 opal ptlib"
+
+EXTRA_OECONF = "--enable-static-libs   --disable-ldap --disable-gnome --enable-gstreamer   --disable-gdu --disable-scrollkeeper "
+
+do_configure_prepend() {
+	touch gnome-doc-utils.make
+}
+
+do_configure_append() {
+	find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+ 	find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+}
+
+FILES_${PN} += "${datadir}/dbus-1 ${datadir}/icons"
+





More information about the Openembedded-commits mailing list