opal: add 3.8.2
authorKoen Kooi <koen@openembedded.org>
Thu, 15 Jul 2010 07:40:13 +0000 (09:40 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 15 Jul 2010 07:40:13 +0000 (09:40 +0200)
recipes/ekiga/opal_3.8.2.bb [new file with mode: 0644]

diff --git a/recipes/ekiga/opal_3.8.2.bb b/recipes/ekiga/opal_3.8.2.bb
new file mode 100644 (file)
index 0000000..46ebaec
--- /dev/null
@@ -0,0 +1,25 @@
+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 = "http://garr.dl.sourceforge.net/project/opalvoip/v3.8%20Sirius/Stable%202/opal-${PV}.tar.bz2;name=opal \
+          "
+SRC_URI[opal.md5sum] = "dff4204187f4a43ea8c2be376ea6155b"
+SRC_URI[opal.sha256sum] = "a699f4c3710a2ddb5ae9a6cba0e303bbd29a94ed011f642b7763729a61598c7c"
+
+EXTRA_OECONF = "--enable-localgsm --disable-spandsp "
+ARM_INSTRUCTION_SET = "arm"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+TARGET_CC_ARCH += "-D__STDC_CONSTANT_MACROS"
+
+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"