           SPELL=ortp
         VERSION=0.13.0
     SOURCE_HASH=sha512:1eb5ae7c681a65bc4192a6823be493552af99668a58464cc48affa7ec896790f07d8b268b3cdce20ca44e5e8c49eb659e9bab82cd19a9e9f98c464dc22d3f92a
          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]=http://download.savannah.nongnu.org/releases/linphone/ortp/sources/$SOURCE.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
