[oe-commits] Koen Kooi : opal: update to 3.5.2

GIT User account git at amethyst.openembedded.net
Mon Jan 19 10:11:18 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jan 19 11:09:30 2009 +0100

opal: update to 3.5.2

---

 packages/ekiga/opal_3.5.2.bb |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/packages/ekiga/opal_3.5.2.bb b/packages/ekiga/opal_3.5.2.bb
new file mode 100644
index 0000000..2ad8547
--- /dev/null
+++ b/packages/ekiga/opal_3.5.2.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "Open Phone Abstraction Library, implementation of the ITU H.323 teleconferencing protocol, and successor of the openh323 library."
+LICENSE = "MPL"
+
+inherit gnome
+
+DEPENDS += " ffmpeg ptlib virtual/libsdl openldap"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/opalvoip/opal-${PV}.tar.bz2 \
+           file://configure.diff;patch=1 \
+          "
+
+EXTRA_OECONF = "--enable-localgsm --disable-spandsp "
+
+do_configure() {
+	libtoolize --force
+	gnu-configize
+	oe_runconf
+}
+
+FILES_${PN} += "${libdir}/opal-${PV}/*/*.so ${libdir}/opal-${PV}/*/*/*.so"
+FILES_${PN}-dbg += "${libdir}/opal-${PV}/*/.debug ${libdir}/opal-${PV}/*/*/.debug"
+
+do_stage() {
+	autotools_stage_all
+}
+





More information about the Openembedded-commits mailing list