summaryrefslogtreecommitdiffstats
path: root/chat-libs/openh323
diff options
context:
space:
mode:
authorGeorge Sherwood2006-11-11 22:20:43 +0400
committerGeorge Sherwood2006-11-11 22:20:43 +0400
commit5b850820fd8680d337029576ca869bad66193989 (patch)
tree152c9b303fb92bd73d2c915211ed66989cae71a0 /chat-libs/openh323
parentee038d42bb5104882ea20e59773ae0493bf622c9 (diff)
gnomemeeting: Removed spell. Been deprecated 10 months for ekiga.
openh323: Removed spell. Not required. Not developed. Doesn't build. Ekiga depends on opal now.
Diffstat (limited to 'chat-libs/openh323')
-rwxr-xr-xchat-libs/openh323/BUILD20
-rwxr-xr-xchat-libs/openh323/DEPENDS7
-rwxr-xr-xchat-libs/openh323/DETAILS32
-rw-r--r--chat-libs/openh323/HISTORY41
-rwxr-xr-xchat-libs/openh323/PREPARE1
-rw-r--r--chat-libs/openh323/patch_openh32324
6 files changed, 0 insertions, 125 deletions
diff --git a/chat-libs/openh323/BUILD b/chat-libs/openh323/BUILD
deleted file mode 100755
index 3dd6a974fa..0000000000
--- a/chat-libs/openh323/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-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 &&
-# patch -p0 < $SCRIPT_DIRECTORY/patch_openh323 &&
- 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
deleted file mode 100755
index edceee07fc..0000000000
--- a/chat-libs/openh323/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-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
deleted file mode 100755
index 885d2f29da..0000000000
--- a/chat-libs/openh323/DETAILS
+++ /dev/null
@@ -1,32 +0,0 @@
- 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.15.6
- SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE_URL[0]=http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/${SOURCE}
- SOURCE_URL[1]=${SOURCEFORGE_URL}/openh323/${SOURCE}
- SOURCE_HASH=sha1:4dffc58c1b2c10a20f8b9b3623af07248d59db55
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
-fi
- LICENSE[0]=GPL
- WEB_SITE=http://www.openh323.org
- ENTERED=20040409
- UPDATED=20040905
- 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
deleted file mode 100644
index 979f1d8dd6..0000000000
--- a/chat-libs/openh323/HISTORY
+++ /dev/null
@@ -1,41 +0,0 @@
-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
deleted file mode 100755
index 8064306141..0000000000
--- a/chat-libs/openh323/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query CVS "Would you like to build the latest cvs version?" n
diff --git a/chat-libs/openh323/patch_openh323 b/chat-libs/openh323/patch_openh323
deleted file mode 100644
index 52950d3e94..0000000000
--- a/chat-libs/openh323/patch_openh323
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile 2004-08-12 12:15:17.793898040 +0200
-+++ Makefile 2004-08-12 12:16:14.828227504 +0200
-@@ -242,7 +242,7 @@
- # export NOAUDIOCODECS=true
- # export NOVIDEO=true
-
--SUBDIRS := src samples/simple
-+SUBDIRS := src
-
- ifneq (,$(wildcard dump323))
- SUBDIRS += dump323
---- src/Makefile 2004-08-12 11:01:34.167391488 +0200
-+++ src/Makefile 2004-08-12 11:01:56.718963128 +0200
-@@ -888,8 +888,8 @@
-
- # If we're cross compiling, we want the host's asnparser
- # otherwise use the one for the current platform
--ASNPARSE_DIR = $(HOSTPWLIBDIR)/tools/asnparser
--ASNPARSER = $(ASNPARSE_DIR)/obj_$(HOST_PLATFORM_TYPE)_r/asnparser
-+ASNPARSE_DIR = /usr/bin
-+ASNPARSER = $(ASNPARSE_DIR)/asnparser
-
-
- # If not cross compiling then make sure asnparser is built