[oe-commits] Koen Kooi : ekiga: update to 3.2.0

GIT User account git at amethyst.openembedded.net
Thu Apr 23 14:05:00 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr 23 15:59:21 2009 +0200

ekiga: update to 3.2.0
opal: update to 3.6.1, fix QA
ptlib: update to 2.6.1

---

 conf/checksums.ini           |    8 ++++++++
 recipes/ekiga/ekiga_3.2.0.bb |   18 ++++++++++++++++++
 recipes/ekiga/opal_3.5.2.bb  |    4 +++-
 recipes/ekiga/opal_3.6.1.bb  |   29 +++++++++++++++++++++++++++++
 recipes/ekiga/ptlib_2.6.1.bb |   30 ++++++++++++++++++++++++++++++
 5 files changed, 88 insertions(+), 1 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 50ebb0a..73f815b 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -17470,6 +17470,10 @@ sha256=3ed39e1dc74b4e1adb3d8a3430b18bcfd19d21406375faf420cbdcd5499a4594
 md5=7a1e7424b346ee0a0b719217a1081cfd
 sha256=c11daf4e0baf1bc70d30411944f9a3238d61e3c1972c33443dbe0cb078cfe2d7
 
+[http://downloads.sourceforge.net/opalvoip/opal-3.6.1.tar.bz2]
+md5=c2b4f12822cef2182267ea0d020bddf6
+sha256=e6b48a294b35449c851c2a6ea6969041ed7f4148e92b3faa03a330b7bb5a59af
+
 [http://www.openal.org/openal_webstf/downloads/openal-0.0.8.tar.gz]
 md5=641cf53761f35ee979f3e888614797a0
 sha256=723e2c57c3cdffa7ff11f9b6b5478d6cb4af017e5a1ee7a56032969c39c1c2fe
@@ -19174,6 +19178,10 @@ sha256=c9ef4267490507fc9699634551b50c0c1c225d48e0c095a81be6fa5a1fa96a3a
 md5=7d8dcd999827d51ad4a15afe74aad181
 sha256=c99897464bd07c73dbb72095a9806ddc0c26141230e34b181d7e742e78259e4b
 
+[http://downloads.sourceforge.net/opalvoip/ptlib-2.6.1.tar.bz2]
+md5=122ab96fcc44110ce05153f259b3285a
+sha256=b8301389c1ee9968df8075942061665e33198d3865f92d8fb26e519068517305
+
 [http://pypi.python.org/packages/source/p/ptrace/ptrace-0.3.2.tar.gz]
 md5=8108c2474bef16d126e956dce3c5073b
 sha256=634fe75e195179adafb6218040724f38252bd0fc8f796bb3e3e9bdba065890c5
diff --git a/recipes/ekiga/ekiga_3.2.0.bb b/recipes/ekiga/ekiga_3.2.0.bb
new file mode 100644
index 0000000..3a63015
--- /dev/null
+++ b/recipes/ekiga/ekiga_3.2.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Gnome videoconferencing application"
+LICENSE = "GPLv2"
+
+ARM_INSTRUCTION_SET = "arm"
+
+inherit gnome
+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 += "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"
+
diff --git a/recipes/ekiga/opal_3.5.2.bb b/recipes/ekiga/opal_3.5.2.bb
index ea4685d..b54e337 100644
--- a/recipes/ekiga/opal_3.5.2.bb
+++ b/recipes/ekiga/opal_3.5.2.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Open Phone Abstraction Library, implementation of the ITU H.323 teleconferencing protocol, and successor of the openh323 library."
 LICENSE = "MPL"
 
-PR = "r1"
+PR = "r2"
 
 inherit gnome
 
@@ -14,6 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/opalvoip/opal-${PV}.tar.bz2 \
 EXTRA_OECONF = "--enable-localgsm --disable-spandsp "
 ARM_INSTRUCTION_SET = "arm"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_configure() {
 	libtoolize --force
 	gnu-configize
diff --git a/recipes/ekiga/opal_3.6.1.bb b/recipes/ekiga/opal_3.6.1.bb
new file mode 100644
index 0000000..502c344
--- /dev/null
+++ b/recipes/ekiga/opal_3.6.1.bb
@@ -0,0 +1,29 @@
+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 "
+ARM_INSTRUCTION_SET = "arm"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+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
+}
+
diff --git a/recipes/ekiga/ptlib_2.6.1.bb b/recipes/ekiga/ptlib_2.6.1.bb
new file mode 100644
index 0000000..93a3bd8
--- /dev/null
+++ b/recipes/ekiga/ptlib_2.6.1.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "Portable Tools Libary"
+LICENSE = "MPL"
+
+inherit gnome
+
+DEPENDS += "libgsm openldap openssl expat virtual/libsdl alsa-lib"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/opalvoip/ptlib-${PV}.tar.bz2"
+
+do_configure() {
+    libtoolize --force
+	gnu-configize
+	oe_runconf
+}
+
+do_compile_append() {
+        sed -i -e s:${STAGING_DIR_TARGET}::g \
+               -e s:/${TARGET_SYS}::g \
+                  ptlib.pc
+}
+
+FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so"
+
+do_stage() {
+	autotools_stage_all
+}
+
+
+
+





More information about the Openembedded-commits mailing list