summaryrefslogtreecommitdiffstats
path: root/chat-libs/opal/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-libs/opal/DETAILS')
-rwxr-xr-xchat-libs/opal/DETAILS37
1 files changed, 21 insertions, 16 deletions
diff --git a/chat-libs/opal/DETAILS b/chat-libs/opal/DETAILS
index 5b9e836b3c..693fe75e3b 100755
--- a/chat-libs/opal/DETAILS
+++ b/chat-libs/opal/DETAILS
@@ -1,28 +1,33 @@
SPELL=opal
-if [ "$CVS" == "y" ]; then
- VERSION=cvs
- SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE_URL[0]=http://snapshots.seconix.com/cvs/$SOURCE
- FORCE_DOWNLOAD=1
+if [[ $OPAL_BRANCH == scm ]]; then
+ if [[ $OPAL_AUTOUPDATE == y ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=scm
+ fi
+ SOURCE=${SPELL}-scm.tar.bz2
+ SOURCE_URL[0]=svn_https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk:opalvoip
+ FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-scm
else
- VERSION=3.10.1
+ VERSION=3.10.5
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_URL[0]=$SOURCEFORGE_URL/opalvoip/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
- LICENSE[0]=GPL
- MAKE_NJOBS=1
- WEB_SITE=http://www.gnomemeeting.org
+ LICENSE[0]=MPL
+ WEB_SITE=http://www.opalvoip.org/
ENTERED=20060106
KEYWORDS="chat libs"
- SHORT="A Portable Text and GUI C/C++ Class Libarary."
+ SHORT="The OPAL VoIP library."
cat << EOF
-PWLib is a moderately large class library that has its genesis many years ago
-as a method to product applications to run on both Microsoft Windows and Unix
-X-Windows systems. It also was to have a Macintosh port as well but this never
-eventuated.
+OPAL implements the commonly used protocols used to send voice, video and fax
+data over IP networks.
+
+Originally part of the OpenH323 project, OpalVoip has grown to include SIP
+and IAX2. OPAL is released under the Mozilla Public License 1.0 Open Source
+license.
EOF