ekiga: add 3.1.0
authorKoen Kooi <koen@openembedded.org>
Mon, 19 Jan 2009 11:10:46 +0000 (12:10 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 19 Jan 2009 11:10:46 +0000 (12:10 +0100)
packages/ekiga/ekiga_3.1.0.bb [new file with mode: 0644]

diff --git a/packages/ekiga/ekiga_3.1.0.bb b/packages/ekiga/ekiga_3.1.0.bb
new file mode 100644 (file)
index 0000000..4741c4b
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "Gnome videoconferencing application"
+LICENSE = "GPLv2"
+
+inherit gnome
+DEPENDS += " avahi libnotify eds-dbus libgnome gtkmm libsigc++-2.0 gstreamer gst-plugins-good gst-plugins-base gst-plugins-bad opal ptlib"
+RDEPENDS += "gst-plugin-app 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"
+