Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d01db743bc7632a0dfe0937aa2135e9aeba50f63)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d01db743bc7632a0dfe0937aa2135e9aeba50f63)
  • Date: Fri, 24 Oct 2008 22:31:24 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

telephony/libexosip2/BUILD | 12 +-----------
telephony/libexosip2/CONFIGURE | 5 -----
telephony/libexosip2/DEPENDS | 21 ++-------------------
telephony/libexosip2/DETAILS | 15 ++++++++-------
telephony/libexosip2/HISTORY | 5 +++++
5 files changed, 16 insertions(+), 42 deletions(-)

New commits:
commit d01db743bc7632a0dfe0937aa2135e9aeba50f63
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libexosip2: cleaned up; added missing dep

diff --git a/telephony/libexosip2/BUILD b/telephony/libexosip2/BUILD
index 14c1b2a..0914032 100755
--- a/telephony/libexosip2/BUILD
+++ b/telephony/libexosip2/BUILD
@@ -1,13 +1,3 @@
-OPTS="--disable-static --disable-debug --disable-trace $OPTS" &&
- case $EXO_RTP in
- ccrtp) OPTS="--enable-ucl $OPTS"
- ;;
+OPTS="--disable-static --disable-debug --disable-trace $OPTS" &&

- ortp) OPTS="--enable-ortp $OPTS"
- ;;
-
- none) OPTS="--disable-josua $OPTS"
- ;;
- esac &&
-message opt=$OPTS &&
default_build
diff --git a/telephony/libexosip2/CONFIGURE b/telephony/libexosip2/CONFIGURE
deleted file mode 100755
index 3b46c6e..0000000
--- a/telephony/libexosip2/CONFIGURE
+++ /dev/null
@@ -1,5 +0,0 @@
-#config_query_list EXO_RTP "which test program?" none ortp ccrtp
-
-#disable test program at present
-persistent_add EXO_RTP
-EXO_RTP=none
diff --git a/telephony/libexosip2/DEPENDS b/telephony/libexosip2/DEPENDS
index b28fb94..4328efe 100755
--- a/telephony/libexosip2/DEPENDS
+++ b/telephony/libexosip2/DEPENDS
@@ -1,20 +1,3 @@
-depends libosip2 &&
- case $EXO_RTP in
- ccrtp)
- depends ccrtp "--enable-ucl"
- ;;
-
- ortp)
- depends ortp "--enable-ortp"
- ;;
-
- none)
- ;;
-
- ccrtp | ortp)
- optional_depends glib2 --enable-glib --disable-glib "compile
josua with glib" n &&
- optional_depends ncurses --enable-ncurses --disable-ncurses "ncurses
support" n
- ;;
-
- esac
+depends libosip2 &&

+optional_depends openssl "" "" "for OpenSSL support"
diff --git a/telephony/libexosip2/DETAILS b/telephony/libexosip2/DETAILS
index 7aeb0f9..5cd6769 100755
--- a/telephony/libexosip2/DETAILS
+++ b/telephony/libexosip2/DETAILS
@@ -2,21 +2,22 @@
SPELLX=libeXosip2
VERSION=3.1.0
SOURCE=$SPELLX-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
SOURCE_URL[0]=http://download.savannah.nongnu.org/releases/exosip/$SOURCE
SOURCE_URL[1]=http://data.gnutelephony.org/sources/$SOURCE
SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE_GPG=moizard.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://savannah.nongnu.org/projects/exosip/
LICENSE[0]=GPL
ENTERED=20051023
KEYWORDS="telephony protocol"
-SHORT="high level SIP layer"
+ SHORT="high level SIP layer"
cat << EOF
-eXosip is a library that hides the complexity of using the SIP protocol for
-mutlimedia session establishement. This protocol is mainly to be used by
VoIP
-telephony applications (endpoints or conference server) but might be also
usefull
-for any application that wish to establish sessions like multiplayer games.
+eXosip is a library that hides the complexity of using the SIP protocol for
+mutlimedia session establishement. This protocol is mainly to be used by VoIP
+telephony applications (endpoints or conference server) but might be also
+usefull for any application that wish to establish sessions like multiplayer
+games.
EOF
diff --git a/telephony/libexosip2/HISTORY b/telephony/libexosip2/HISTORY
index 83146bd..317150f 100644
--- a/telephony/libexosip2/HISTORY
+++ b/telephony/libexosip2/HISTORY
@@ -1,3 +1,8 @@
+2008-10-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: removed, not needed anymore
+ * DETAILS: quoting paths; fixed descs; cleaned up
+ * DEPENDS: removed useless stuff; added openssl as opt dep
+
2008-02-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d01db743bc7632a0dfe0937aa2135e9aeba50f63), Vlad Glagolev, 10/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page