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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
Source: sofia-sip
Section: net
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders:
Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu>,
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
debhelper-compat (= 13),
dpkg-dev,
libglib2.0-dev,
libssl-dev,
pkg-config,
pkg-kde-tools,
Build-Depends-Indep:
doxygen,
graphviz,
Standards-Version: 4.6.1
Homepage: http://sofia-sip.sourceforge.net/
Vcs-Git: https://salsa.debian.org/pkg-voip-team/sofia-sip.git
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/sofia-sip
Package: sofia-sip-bin
Architecture: any
Section: net
Depends:
libsofia-sip-ua0 (>= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
Suggests:
sofia-sip-doc,
Description: Sofia-SIP library utilities
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
This package provides a set of console tools and helper
applications for use in scripts, testing and other uses. All
the tools utilize the Sofia-SIP library.
Package: libsofia-sip-ua0
Architecture: any
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends},
Suggests:
sofia-sip-doc,
Description: Sofia-SIP library runtime
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
The library is implemented in ANSI C, and provides an extensive
set of features for implementing SIP/SIMPLE User-Agents. Highlights
include full UDP/TCP/TLS support, IPv4/6 support, SIMPLE presence
and messaging support, SIP offer/answer engine and numerous
mechanisms for NAT/FW traversal.
.
This package provides the main library runtime files.
Package: libsofia-sip-ua-dev
Architecture: any
Section: libdevel
Depends:
libsofia-sip-ua0 (= ${binary:Version}),
${misc:Depends},
Suggests:
sofia-sip-doc,
Description: Sofia-SIP library development files
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
This package provides the headers and libraries needed to build
applications against the Sofia-SIP library.
Package: libsofia-sip-ua-glib3
Architecture: any
Section: libs
Depends:
libsofia-sip-ua0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
Suggests:
sofia-sip-doc,
Description: Sofia-SIP library glib/gobject interfaces runtime
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
This package provides glib/object interfaces to the Sofia-SIP library.
Package: libsofia-sip-ua-glib-dev
Architecture: any
Section: libdevel
Depends:
libglib2.0-dev,
libsofia-sip-ua-dev,
libsofia-sip-ua-glib3 (= ${binary:Version}),
${misc:Depends},
Suggests:
sofia-sip-doc,
Description: Sofia-SIP library glib/gobject interface development files
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
This package provides the headers and libraries needed to build
applications against the glib/object interfaces of Sofia-SIP library.
Package: sofia-sip-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
Description: Sofia-SIP library documentation
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
This package provides the library reference documentation.
|