Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (6f82ec2c010ae40d1f3fc40591ec1fc03dd5704e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (6f82ec2c010ae40d1f3fc40591ec1fc03dd5704e)
  • Date: Tue, 14 Nov 2006 13:14:04 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

ChangeLog | 3 +
chat-libs/openh323/BUILD | 19 +++++++++
chat-libs/openh323/DEPENDS | 7 +++
chat-libs/openh323/DETAILS | 31 ++++++++++++++
chat-libs/openh323/HISTORY | 44
+++++++++++++++++++++
chat-libs/openh323/PREPARE | 1
chat-libs/openh323/openh323-v1_18_0-src-tar.gz.sig |binary
7 files changed, 105 insertions(+)

New commits:
commit 6f82ec2c010ae40d1f3fc40591ec1fc03dd5704e
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

openh323: Updated, fixed and added spell back to grimoire. Unknown to
me, CuZnDragon is working on a spell that requires openh323.

diff --git a/ChangeLog b/ChangeLog
index d8729cb..40ecddc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-11-14 George Sherwood <george AT beernabeer.com>
+ * chat-libs/openh323: Fixed, updated and added spell
+
2006-11-14 David Brown <dmlb2000 AT gmail.com>
* perl-cpan/xml-sax-expat: new spell

diff --git a/chat-libs/openh323/BUILD b/chat-libs/openh323/BUILD
new file mode 100755
index 0000000..c6a9387
--- /dev/null
+++ b/chat-libs/openh323/BUILD
@@ -0,0 +1,19 @@
+make_single &&
+
+if [ "$CVS" == "y" ]; then
+ export OPENH323DIR=$SOURCE_DIRECTORY &&
+ cd $SOURCE_DIRECTORY &&
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ $OPTS &&
+ make -j 1 optshared
+else
+ ./configure --prefix=/usr $OPTS &&
+ LD_PRELOAD_OLD="$LD_PRELOAD" &&
+ unset LD_PRELOAD &&
+ make -j 1 &&
+ export LD_PRELOAD="$LD_PRELOAD_OLD"
+fi &&
+
+make_normal
diff --git a/chat-libs/openh323/DEPENDS b/chat-libs/openh323/DEPENDS
new file mode 100755
index 0000000..edceee0
--- /dev/null
+++ b/chat-libs/openh323/DEPENDS
@@ -0,0 +1,7 @@
+depends g++ &&
+depends pwlib &&
+
+optional_depends "speex" \
+ "" \
+ "" \
+ "Use newer version than the one in openh323 source"
diff --git a/chat-libs/openh323/DETAILS b/chat-libs/openh323/DETAILS
new file mode 100755
index 0000000..8760168
--- /dev/null
+++ b/chat-libs/openh323/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=openh323
+if [ "$CVS" == "y" ]; then
+ VERSION=cvs
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs.sourceforge.net:/cvsroot/openh323:openh323
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+else
+ VERSION=1_18_0
+ SOURCE=${SPELL}-v${VERSION}-src-tar.gz
+ SOURCE_URL[0]=http://www.voxgratia.org/releases/${SOURCE}
+ SOURCE_URL[1]=${SOURCEFORGE_URL}/openh323/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}_v${VERSION}
+fi
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.openh323.org
+ ENTERED=20040409
+ SHORT="An H323 Library"
+cat << EOF
+The OpenH323 project aims to create a full featured, interoperable, Open
+Source implementation of the ITU H.323 teleconferencing protocol that can be
+used by personal developers and commercial users without charge.
+
+OpenH323 development is coordinated by an Australian company, Equivalence Pty
+Ltd (http://www.equival.com), but is open to any interested party. Commercial
+and private use of the OpenH323 code, including use in commercial products
+and resale, is enouraged through use of the MPL (Mozilla Public license).
+
+EOF
diff --git a/chat-libs/openh323/HISTORY b/chat-libs/openh323/HISTORY
new file mode 100644
index 0000000..a3d8840
--- /dev/null
+++ b/chat-libs/openh323/HISTORY
@@ -0,0 +1,44 @@
+2006-11-14 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 1.18.0, SOURCE_GPG
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2005-11-30 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 IGNORE to SOURCE_HASH volatile
+
+2005-09-07 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 1.15.6
+
+2005-03-17 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Removed MAKE_NJOBS=1
+ * BUILD: Run make_single before any makes
+ Run make_normal at the end
+ * HISTORY: Formatted to Guru Handbook
+
+2005-03-08 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 1.15.3
+
+2004-12-12 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 1_15_2
+ * BUILD: Doesn't seem to need the patch now.
+
+2004-09-27 Clement MATHIEU <cykl AT mAdchAt.org>
+ * DETAILS: fixed wrong MD5SUM
+
+2004-09-11 George Sherwood <george AT beernabeer.com>
+ * DETAILS: fixed small typing error. Bug #7347
+
+2004-09-06 Robin Cook <rcook AT wyrms.net>
+ * PREPARE: added for CVS config_query
+ * DETAILS: added CVS download option
+ added BUILD_API=2
+ * DEPENDS: added g++
+ added optional depends on speex
+ * BUILD: modified for BUILD_API=2 and CVS build
+ * NOTE: mainly modifed to be able to get cvs version to build
+ cvs version of gnomemeeting.
+
+2004-08-12 Flavien Bridault <falvien.bridault AT free.fr>
+ * Created spell.
+
diff --git a/chat-libs/openh323/PREPARE b/chat-libs/openh323/PREPARE
new file mode 100755
index 0000000..8064306
--- /dev/null
+++ b/chat-libs/openh323/PREPARE
@@ -0,0 +1 @@
+config_query CVS "Would you like to build the latest cvs version?" n
diff --git a/chat-libs/openh323/openh323-v1_18_0-src-tar.gz.sig
b/chat-libs/openh323/openh323-v1_18_0-src-tar.gz.sig
new file mode 100644
index 0000000..299b3e1
Binary files /dev/null and
b/chat-libs/openh323/openh323-v1_18_0-src-tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (6f82ec2c010ae40d1f3fc40591ec1fc03dd5704e), George Sherwood, 11/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page