File debian.control of Package ortp
Source: ortp
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
# use .dsc file to control build dependencies
# since there may be different dependencies in
# different Debian/Ubuntu versions
Standards-Version: 4.5.0
Section: libs
Rules-Requires-Root: no
Homepage: http://www.linphone.org/technical-corner/ortp/overview
Package: ortp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libortp15 (= ${binary:Version}),
bctoolbox-dev (>= 5.2.98-0+0.0),
${misc:Depends},
Description: Development files for the ortp RTP library
This library implements RFC 3550 (RTP) and offers an easy to
use API with high-level and low-level access. It is part of
Linphone.
.
The main features are support for multiple profiles (AV profile
RFC 3551 being the default one); an optional packet scheduler
for synchronizing RTP recv and send; blocking or non-blocking
IO for RTP sessions; multiplexed IO; some of RFC 4733 for
telephone events over RTP.
.
This package contains the development files.
Package: ortp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: libjs-jquery,
${misc:Depends},
Suggests: ortp-dev,
Description: oRTP API documentation
This library implements RFC 3550 (RTP) and offers an easy to
use API with high-level and low-level access. It is part of
Linphone.
.
The main features are support for multiple profiles (AV profile
RFC 3551 being the default one); an optional packet scheduler
for synchronizing RTP recv and send; blocking or non-blocking
IO for RTP sessions; multiplexed IO; some of RFC 4733 for
telephone events over RTP.
.
This package contains the API documentation.
Package: libortp15
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: libbctoolbox1 (>= 5.2.98-0+0.0),
${misc:Depends},
${shlibs:Depends},
Description: Real-time Transport Protocol (RTP) stack
This library implements RFC 3550 (RTP) and offers an easy to
use API with high-level and low-level access. It is part of
Linphone.
.
The main features are support for multiple profiles (AV profile
RFC 3551 being the default one); an optional packet scheduler
for synchronizing RTP recv and send; blocking or non-blocking
IO for RTP sessions; multiplexed IO; some of RFC 4733 for
telephone events over RTP.