Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (803d222f53773dafd96e71175d8141046429912a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (803d222f53773dafd96e71175d8141046429912a)
  • Date: Thu, 6 Jul 2006 11:31:47 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

ChangeLog | 3 +++
telephony/libexosip2/BUILD | 13 +++++++++++++
telephony/libexosip2/CONFIGURE | 5 +++++
telephony/libexosip2/DEPENDS | 20 ++++++++++++++++++++
telephony/libexosip2/DETAILS | 21 +++++++++++++++++++++
telephony/libexosip2/HISTORY | 4 ++++
6 files changed, 66 insertions(+)

New commits:
commit 803d222f53773dafd96e71175d8141046429912a
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

telephony/libexosip2: new spell

diff --git a/ChangeLog b/ChangeLog
index 1884230..28ebd4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2006-07-06 Treeve Jelbert <treeve01 AT pi.be>
+ * telephony/libexosip2: new spell
+
+2006-07-06 Treeve Jelbert <treeve01 AT pi.be>
* telephony/ortp: new spell

2006-07-06 Juuso Alasuutari <iuso AT sourcemage.org>
diff --git a/telephony/libexosip2/BUILD b/telephony/libexosip2/BUILD
new file mode 100755
index 0000000..14c1b2a
--- /dev/null
+++ b/telephony/libexosip2/BUILD
@@ -0,0 +1,13 @@
+OPTS="--disable-static --disable-debug --disable-trace $OPTS" &&
+ case $EXO_RTP in
+ ccrtp) OPTS="--enable-ucl $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
new file mode 100755
index 0000000..3b46c6e
--- /dev/null
+++ b/telephony/libexosip2/CONFIGURE
@@ -0,0 +1,5 @@
+#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
new file mode 100755
index 0000000..b28fb94
--- /dev/null
+++ b/telephony/libexosip2/DEPENDS
@@ -0,0 +1,20 @@
+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
+
diff --git a/telephony/libexosip2/DETAILS b/telephony/libexosip2/DETAILS
new file mode 100755
index 0000000..74a6264
--- /dev/null
+++ b/telephony/libexosip2/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=libexosip2
+ SPELLX=libeXosip2
+# VERSION=2.2.3pl1
+#
SOURCE_HASH=sha512:41a5c0a02f4a0962896cdc3e633526031f296b3909fc1237ed33bdbc438a8402fdffd20991b05875c41f6061702832d1b442b2931c0aee68d23cbe050ff4ae2b
+ VERSION=2.2.3
+
SOURCE_HASH=sha512:5143beaed703baf1b1bada039e3f63441a32f0740fccf352e92f8d8041974063b5d1165cb4c33b0a3ea0e0fea6b50ef24088a579180cb06004c13d9f79499df0
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ SOURCE_URL[0]=http://data.gnutelephony.org/sources/$SOURCE
+ SOURCE_URL[1]=http://download.savannah.nongnu.org/releases/exosip/$SOURCE
+ WEB_SITE=http://savannah.nongnu.org/projects/exosip/
+ LICENSE[0]=GPL
+ ENTERED=20051023
+ KEYWORDS="telephony protocol"
+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.
+EOF
diff --git a/telephony/libexosip2/HISTORY b/telephony/libexosip2/HISTORY
new file mode 100644
index 0000000..ac7953c
--- /dev/null
+++ b/telephony/libexosip2/HISTORY
@@ -0,0 +1,4 @@
+2006-07-06 Treeve Jelbert <treeve01 AT pi.be>
+ * DETAILS: version 2.2.3
+ * CONFIGURE: the test program is currently disabled,
+ as it does not link properly



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (803d222f53773dafd96e71175d8141046429912a), Treeve Jelbert, 07/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page