From: Koen Kooi Date: Mon, 19 Jan 2009 10:09:30 +0000 (+0100) Subject: opal: update to 3.5.2 X-Git-Tag: Release-2010-05/1~4250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d87fdb80d28fae54a9af71b4c0da23b00678786f;p=openembedded.git opal: update to 3.5.2 --- diff --git a/packages/ekiga/opal_3.5.2.bb b/packages/ekiga/opal_3.5.2.bb new file mode 100644 index 0000000000..2ad8547c26 --- /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 +} +