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 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
|
Source: mediastreamer2
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders:
Kilian Krause <kilian@debian.org>,
Victor Seva <vseva@debian.org>,
Felix Lechner <felix.lechner@gmail.com>,
Bernhard Schmidt <berni@debian.org>,
Build-Depends:
cmake,
debhelper-compat (= 13),
libortp-dev (>= 1:5.3.104~),
Build-Depends-Indep:
doxygen <!nodoc>,
graphviz <!nodoc>,
Build-Depends-Arch:
libasound2-dev [linux-any],
libavcodec-dev (>= 6:10~),
libavutil-dev (>= 6:10~),
libbcg729-dev (>= 1.1.1~),
libbcmatroska2-dev (>= 5.3.101~),
libbctoolbox-dev (>= 5.3.101~),
libbzrtp-dev (>= 5.3.104~),
libgles-dev,
libglew-dev,
libgsm1-dev,
libmbedtls-dev,
libopus-dev,
libpcap-dev,
libpulse-dev,
libspandsp-dev,
libspeex-dev,
libspeexdsp-dev,
libsqlite3-dev,
libsrtp2-dev [!hurd-any !sparc],
libswscale-dev (>= 6:10~),
libtheora-dev,
libturbojpeg0-dev,
libupnp-dev,
libv4l-dev [linux-any],
libvpx-dev,
libx11-dev,
libxext-dev,
libxml2-dev,
libxv-dev,
libzxing-dev,
mesa-common-dev,
pkgconf,
qtbase5-dev,
qtdeclarative5-dev,
xxd,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Section: libs
Homepage: https://www.linphone.org/technical-corner/mediastreamer2/overview
Vcs-Git: https://salsa.debian.org/pkg-voip-team/linphone-stack/mediastreamer2.git
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/linphone-stack/mediastreamer2
Description: Multimedia streaming engine for telephony
Package: libmediastreamer2-14
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
libmediastreamer-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
mediastreamer2-plugin-msqogl,
mediastreamer2-plugin-opencore-amr,
mediastreamer2-plugin-openh264,
mediastreamer2-plugin-webrtc,
mediastreamer2-plugin-x264,
Suggests:
mediastreamer2-plugin-codec2,
Description: Voice and video streaming engine for telephony (base)
Mediastreamer2 is a powerful and lightweight streaming engine
specially designed for voice/video telephony applications.
.
This open source library is responsible for all receiving and
sending of multimedia streams in Linphone, including voice/video
capture, encoding, decoding, and rendering.
.
This package contains the base library.
Package: libmediastreamer-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libbctoolbox-dev,
libmediastreamer2-14 (= ${binary:Version}),
# the .pc file mentions these 2, so a Depends: is needed
# also the headers reference files from these 2
libortp-dev,
${misc:Depends},
Description: Development files for the mediastreamer2 library
Mediastreamer2 is a powerful and lightweight streaming engine
specially designed for voice/video telephony applications.
.
This open source library is responsible for all receiving and
sending of multimedia streams in Linphone, including voice/video
capture, encoding, decoding, and rendering.
.
This package contains the development files for the development library.
Package: libmediastreamer-tools
Architecture: any
Multi-Arch: no
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Voice and video streaming engine for telephony (programs)
Mediastreamer2 is a powerful and lightweight streaming engine
specially designed for voice/video telephony applications.
.
This open source library is responsible for all receiving and
sending of multimedia streams in Linphone, including voice/video
capture, encoding, decoding, and rendering.
.
This package contains some programs using the library.
Package: libmediastreamer-data
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: Voice and video streaming engine for telephony (data files)
Mediastreamer2 is a powerful and lightweight streaming engine
specially designed for voice/video telephony applications.
.
This open source library is responsible for all receiving and
sending of multimedia streams in Linphone, including voice/video
capture, encoding, decoding, and rendering.
.
This package contains architecture-independent data files.
Package: libmediastreamer-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends:
${misc:Depends},
Description: Voice and video streaming engine for telephony (documentation)
Mediastreamer2 is a powerful and lightweight streaming engine
specially designed for voice/video telephony applications.
.
This open source library is responsible for all receiving and
sending of multimedia streams in Linphone, including voice/video
capture, encoding, decoding, and rendering.
.
This package contains the developer documentation.
Package: mediastreamer2-plugin-msqogl
Conflicts:
libmediastreamer12,
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Voice and video streaming engine for telephony (OpenGL)
Mediastreamer2 is a powerful and lightweight streaming engine
specially designed for voice/video telephony applications.
.
This open source library is responsible for all receiving and
sending of multimedia streams in Linphone, including voice/video
capture, encoding, decoding, and rendering.
.
This package contains a plugin needed for OpenGL-accelerated video
telephony support.
|