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
|
Source: belle-sip
Section: libs
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>,
Kilian Krause <kilian@debian.org>,
Tzafrir Cohen <tzafrir@debian.org>,
Daniel Gnoutcheff <daniel@gnoutcheff.name>,
Build-Depends: antlr3,
cmake (>= 3.0),
debhelper (>= 11~),
intltool,
libantlr3c-dev,
libbctoolbox-dev,
zlib1g-dev | libz-dev,
Standards-Version: 4.1.4
Homepage: https://www.linphone.org
Vcs-Git: https://salsa.debian.org/pkg-voip-team/belle-sip.git
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/belle-sip
Package: libbellesip-dev
Section: libdevel
Architecture: any
Depends: libbellesip0 (= ${binary:Version}),
${misc:Depends},
Description: SIP stack from the Linphone team (development files)
Belle-Sip is a new SIP stack (RFC3261) developed by the Linphone team.
.
Belle-Sip supports multiple transports at the same time, has a dual
IPv6 and IPv4 stack, is fully asynchronous and implements the
+sip.instance and alias parameters. It also handles network
disconnections better, offers a privacy API and supports rich presence.
.
SIP/TLS is handled by mbed TLS (by way of bctoolbox), not OpenSSL.
.
This package contains the development files.
Package: libbellesip0
Pre-Depends: ${misc:Pre-Depends},
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Description: SIP stack from the Linphone team
Belle-Sip is a new SIP stack (RFC3261) developed by the Linphone team.
.
Belle-Sip supports multiple transports at the same time, has a dual
IPv6 and IPv4 stack, is fully asynchronous and implements the
+sip.instance and alias parameters. It also handles network
disconnections better, offers a privacy API and supports rich presence.
.
SIP/TLS is handled by mbed TLS (by way of bctoolbox), not OpenSSL.
|