[oe-commits] Koen Kooi : ekiga: add 3.2.7

git version control git at git.openembedded.org
Thu Jul 15 08:52:51 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jul 15 09:49:34 2010 +0200

ekiga: add 3.2.7

---

 recipes/ekiga/ekiga_3.2.7.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes/ekiga/ekiga_3.2.7.bb b/recipes/ekiga/ekiga_3.2.7.bb
new file mode 100644
index 0000000..c79c222
--- /dev/null
+++ b/recipes/ekiga/ekiga_3.2.7.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Gnome videoconferencing application"
+LICENSE = "GPLv2"
+
+ARM_INSTRUCTION_SET = "arm"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "5cf2edf199075a3c3d115ce9b94cbf0f"
+SRC_URI[archive.sha256sum] = "f25a1309b68eafe69f0d7aed461bc9a8196939060543d09bd2f19e0bb1e3fd8f"
+
+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_${PN} += "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_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