           SPELL=ortp
         VERSION=0.13.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
         SOURCE2=$SOURCE.sig
        WEB_SITE=http://www.linphone.org/ortp/
   SOURCE_URL[0]=http://download.savannah.nongnu.org/releases/linphone/ortp/sources/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
  SOURCE2_IGNORE=signature
      SOURCE_GPG=linphone.gpg:$SOURCE2:UPSTREAM_KEY
      LICENSE[0]=LGPL
         ENTERED=20060615
        KEYWORDS="telephony protocol"
           SHORT="Real-time Transport Protocol stack"
cat << EOF
oRTP - a Real-time Transport Protocol stack under LGPL
Features:
Written in C
Implement the RFC3550 (RTP) with a easy to use API with high and low level access.
Includes support for multiples profiles, AV profile (RFC1890) being the one by 
default.
Includes a packet scheduler for synchronizing rtp recv and send. Scheduling is 
optionnal, rtp sessions can remain not scheduled.
Implements blocking and non blocking IO for RTP sessions.
Supports mutiplexing IO, so that hundreds of RTP sessions can be managed by a 
single thread.
Supports part of RFC2833 for telephone events over RTP.
The API is well documented using gtk-doc.
EOF
