[Lunar-commits] <moonbase> h323plus: adding module providing additional codecs.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun May 31 20:27:36 CEST 2009
commit bc31449dc9bbd207bfc457d8b6db540d40885167
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun May 31 14:27:36 2009 -0400
h323plus: adding module providing additional codecs.
---
audio/h323plus/BUILD | 13 +++++++++++++
audio/h323plus/DEPENDS | 2 ++
audio/h323plus/DETAILS | 19 +++++++++++++++++++
3 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/audio/h323plus/BUILD b/audio/h323plus/BUILD
new file mode 100644
index 0000000..28ecbe1
--- /dev/null
+++ b/audio/h323plus/BUILD
@@ -0,0 +1,13 @@
+(
+
+ export PTLIB_CONFIG=/usr/bin/ptlib-config
+ export PWLIBDIR=/usr/share/ptlib
+ export PTLIBDIR=/usr/share/ptlib
+
+ default_config &&
+
+ sedit "s:r.so:.so:" Makefile
+ sedit "s|OH323_FILE).1.21.0|OH323_FILE).1.21-beta0|g" Makefile
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/audio/h323plus/DEPENDS b/audio/h323plus/DEPENDS
new file mode 100644
index 0000000..69b0657
--- /dev/null
+++ b/audio/h323plus/DEPENDS
@@ -0,0 +1,2 @@
+depends ptlib
+depends speex
diff --git a/audio/h323plus/DETAILS b/audio/h323plus/DETAILS
new file mode 100644
index 0000000..13d183a
--- /dev/null
+++ b/audio/h323plus/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=h323plus
+ VERSION=v1_21_0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.h323plus.org/source/download/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:24efd200d8d47139ce578f4d5aa85f3bb18e61cb
+ WEB_SITE=http://www.h323plus.org/
+ ENTERED=20090531
+ UPDATED=20090531
+ SHORT="open sourceH.323"
+
+PSAFE=no
+cat << EOF
+H.323 is the leading protocol for videoconferencing, with virtually every
+videoconferencing solution in the world using H.323 in order to establish voice
+and video communications. With its superior handling of video and conference
+control, no other protocol comes close to matching the capabilites of H.323
+for video.
+EOF
More information about the Lunar-commits
mailing list