[Lunar-commits] <moonbase> ekiga: version bumped to 3.2.5.

Florin Braescu florin at lunar-linux.org
Tue Jul 7 15:25:48 CEST 2009


commit c07428a312ddc5a001b4996d6fed6052b4464827
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jul 7 16:25:48 2009 +0300

    ekiga: version bumped to 3.2.5.
    
    This release fixed a very low rate of sent images during video conversations,
    a crash in LDAP, a crash in presence, a crash during idle times, a crash when
    accepting a call, a deadlock in the SIP handler, and a freeze upon calling
    and showing of pc:udp$... in the URI bar.
    Multiple registrations with the same registrar using different user names is
    now allowed.
    Compilation with GTK+ 2.12 and GCC 4.4 was fixed.
    Translations were updated.
---
 gnome2/desktop/ekiga/BUILD   |   18 ++++++++----------
 gnome2/desktop/ekiga/DEPENDS |    6 +++---
 gnome2/desktop/ekiga/DETAILS |   14 ++++++--------
 3 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/gnome2/desktop/ekiga/BUILD b/gnome2/desktop/ekiga/BUILD
index 5be8bc9..f826497 100644
--- a/gnome2/desktop/ekiga/BUILD
+++ b/gnome2/desktop/ekiga/BUILD
@@ -1,15 +1,13 @@
 (
 
-#  patch_it $SOURCE2 0 &&
-
-  ./configure --prefix=${GNOME210_PREFIX:-/usr} \
-              --build=$BUILD \
-              --sysconfdir=/etc \
-              --localstatedir=/var \
-              --infodir=${GNOME210_PREFIX:-/usr}/share/info \
-              --mandir=${GNOME210_PREFIX:-/usr}/share/man \
-              --disable-scrollkeeper \
-              $OPTS &&
+  ./configure --prefix=${GNOME210_PREFIX:-/usr}              \
+              --build=$BUILD                                 \
+              --sysconfdir=/etc                              \
+              --localstatedir=/var                           \
+              --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
+              --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
+              --disable-scrollkeeper                         \
+              $OPTS                                         &&
   default_make                   
 
 ) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/ekiga/DEPENDS b/gnome2/desktop/ekiga/DEPENDS
index 0c9080e..17fe276 100644
--- a/gnome2/desktop/ekiga/DEPENDS
+++ b/gnome2/desktop/ekiga/DEPENDS
@@ -3,12 +3,12 @@ depends ptlib
 depends opal
 depends gnome-doc-utils
 
-optional_depends dbus "--enable-dbus" "--disable-dbus" "for dbus support"
+optional_depends dbus  "--enable-dbus" "--disable-dbus"  "for dbus support"
+optional_depends SDL   ""              ""                "for fullscreen support"
+optional_depends avahi ""              "--disable-avahi" "for avahi support"
 
 optional_depends evolution-data-server \
                  "" \
                  "--disable-gnome --disable-doc" \
                  "to enable gnome support"
 
-optional_depends SDL "" "" "for fullscreen support"
-optional_depends avahi "" "--disable-avahi" "for avahi support"
diff --git a/gnome2/desktop/ekiga/DETAILS b/gnome2/desktop/ekiga/DETAILS
index 2f67036..b47c496 100644
--- a/gnome2/desktop/ekiga/DETAILS
+++ b/gnome2/desktop/ekiga/DETAILS
@@ -1,15 +1,13 @@
           MODULE=ekiga
-         VERSION=3.2.4
+         VERSION=3.2.5
            MAJOR=3.2
           SOURCE=$MODULE-$VERSION.tar.bz2
-#         SOURCE2=$MODULE-$VERSION-no-gdu.patch
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
-#     SOURCE2_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:7394fbf5d437a76fd7cfd8519ee7dbfb0604f0c6
-#     SOURCE2_VFY=sha1:c59ca89c43128c701d66f5126ca873841f394209
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:fc8b9ed0492ebc083655cf706048032e552d347f
          ENTERED=20070315
-         UPDATED=20090526
-           SHORT="opensource VoIP"
+         UPDATED=20090707
+           SHORT="open source VoIP"
+	   
 cat << EOF
 Ekiga (formely known as GnomeMeeting) is an open source VoIP and video
 conferencing application for GNOME. Ekiga uses both the H.323 and SIP


More information about the Lunar-commits mailing list