summaryrefslogtreecommitdiffstats
path: root/chat-libs/openh323
diff options
context:
space:
mode:
authorGeorge Sherwood2006-11-14 23:14:25 +0400
committerGeorge Sherwood2006-11-14 23:14:25 +0400
commit6f82ec2c010ae40d1f3fc40591ec1fc03dd5704e (patch)
tree2ec6b21dee74857aaf7d08c450ad58ab41fbb274 /chat-libs/openh323
parent33f0f09a65570ccadcfc5cb224336b541598b085 (diff)
openh323: Updated, fixed and added spell back to grimoire. Unknown to
me, CuZnDragon is working on a spell that requires openh323.
Diffstat (limited to 'chat-libs/openh323')
-rwxr-xr-xchat-libs/openh323/BUILD19
-rwxr-xr-xchat-libs/openh323/DEPENDS7
-rwxr-xr-xchat-libs/openh323/DETAILS31
-rw-r--r--chat-libs/openh323/HISTORY44
-rwxr-xr-xchat-libs/openh323/PREPARE1
-rw-r--r--chat-libs/openh323/openh323-v1_18_0-src-tar.gz.sigbin0 -> 280 bytes
6 files changed, 102 insertions, 0 deletions
diff --git a/chat-libs/openh323/BUILD b/chat-libs/openh323/BUILD
new file mode 100755
index 0000000000..c6a9387906
--- /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 0000000000..edceee07fc
--- /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 0000000000..8760168e52
--- /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@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 0000000000..a3d8840381
--- /dev/null
+++ b/chat-libs/openh323/HISTORY
@@ -0,0 +1,44 @@
+2006-11-14 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to version 1.18.0, SOURCE_GPG
+
+2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2005-11-30 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 IGNORE to SOURCE_HASH volatile
+
+2005-09-07 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to version 1.15.6
+
+2005-03-17 Eric Sandall <eric@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@beernabeer.com>
+ * DETAILS: Updated to version 1.15.3
+
+2004-12-12 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to version 1_15_2
+ * BUILD: Doesn't seem to need the patch now.
+
+2004-09-27 Clement MATHIEU <cykl@mAdchAt.org>
+ * DETAILS: fixed wrong MD5SUM
+
+2004-09-11 George Sherwood <george@beernabeer.com>
+ * DETAILS: fixed small typing error. Bug #7347
+
+2004-09-06 Robin Cook <rcook@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@free.fr>
+ * Created spell.
+
diff --git a/chat-libs/openh323/PREPARE b/chat-libs/openh323/PREPARE
new file mode 100755
index 0000000000..8064306141
--- /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 0000000000..299b3e1775
--- /dev/null
+++ b/chat-libs/openh323/openh323-v1_18_0-src-tar.gz.sig
Binary files differ