1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Source: ortp
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Kilian Krause <kilian@debian.org>,
Tzafrir Cohen <tzafrir@debian.org>,
Felix Lechner <felix.lechner@gmail.com>,
Bernhard Schmidt <berni@debian.org>,
Build-Depends: cmake (>= 3),
debhelper-compat (= 12),
doxygen,
libbctoolbox-dev (>= 4.4.0~),
Standards-Version: 4.5.0
Section: libs
Homepage: http://www.linphone.org/technical-corner/ortp/overview
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/linphone-stack/ortp
Vcs-Git: https://salsa.debian.org/pkg-voip-team/linphone-stack/ortp.git
Package: libortp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libbctoolbox-dev (>= 4.4.0~),
libortp15 (= ${binary:Version}),
${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: libortp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: libjs-jquery,
${misc:Depends},
Suggests: libortp-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: ${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.
|