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
|
Source: linphone
Section: sound
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,
debhelper-compat (= 12),
doxygen,
graphviz,
libbctoolbox-dev (>= 4.4.13~),
libbelcard-dev (>= 4.4.0~),
libbellesip-dev (>= 4.4.0~),
libbelr-dev (>= 4.4.0~),
libboost-dev,
libbzrtp-dev (>= 4.4.0~),
libmediastreamer-dev (>= 1:4.4.0),
libortp-dev (>= 1:4.4.0),
libsoci-dev (>= 4.0.1-4~),
libsqlite3-dev,
libudev-dev,
python3-pystache,
python3-six,
zlib1g-dev,
Standards-Version: 4.5.1.0
Homepage: http://www.linphone.org/
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/linphone-stack/linphone
Vcs-Git: https://salsa.debian.org/pkg-voip-team/linphone-stack/linphone.git
Package: liblinphone-dev
Section: libdevel
Depends: liblinphone10 (= ${binary:Version}),
liblinphone++10 (= ${binary:Version}),
libbelcard-dev (>= 4.4.0~),
libbellesip-dev (>= 4.4.0~),
libbelr-dev (>= 4.4.0~),
libmediastreamer-dev (>= 4.4.0~),
libortp-dev (>= 4.4.0~),
${misc:Depends},
Architecture: any
Description: Linphone web phone's library - development files
Linphone is an audio and video internet phone using the SIP protocol. It
has a GTK+ and console interface, includes a large variety of audio and video
codecs, and provides IM features.
.
This package contains the files needed to use the linphone's library in your
programs.
Package: liblinphone10
Section: libs
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
Architecture: any
Multi-Arch: same
Description: Linphone's shared library part (supporting the SIP protocol)
Linphone is an audio and video internet phone using the SIP protocol. It
has a GTK+ and console interface, includes a large variety of audio and video
codecs, and provides IM features.
.
This package contains the shared runtime libraries.
Package: liblinphone++10
Section: libs
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
Architecture: any
Multi-Arch: same
Description: Linphone's shared library part (supporting the SIP protocol)
Linphone is an audio and video internet phone using the SIP protocol. It
has a GTK+ and console interface, includes a large variety of audio and video
codecs, and provides IM features.
.
This package contains the C++ shared runtime libraries.
Package: linphone-common
Depends: ${misc:Depends},
Architecture: all
Description: Shared components of the linphone SIP softphone
Linphone is an audio and video internet phone using the SIP protocol. It
has a GTK+ and console interface, includes a large variety of audio and video
codecs, and provides IM features.
.
This package contains the resource files of linphone (the rings).
Package: linphone-cli
Depends: host,
liblinphone10 (= ${binary:Version}),
linphone-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Replaces: linphone-nogtk (<< 4.4.0-2~)
Breaks: linphone-nogtk (<< 4.4.0-2~)
Architecture: any
Description: SIP softphone - console-only client
Linphone is an audio and video internet phone using the SIP protocol. It
has a GTK+ and console interface, includes a large variety of audio and video
codecs, and provides IM features.
.
This package contains the console version of linphone.
Package: linphone-nogtk
Architecture: all
Depends: linphone-cli, ${misc:Depends}
Section: oldlibs
Description: SIP softphone - console-only client (transitional package)
Linphone is an audio and video internet phone using the SIP protocol. It
has a GTK+ and console interface, includes a large variety of audio and video
codecs, and provides IM features.
.
This is a transitional package. It can safely be removed.
|