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
|
Source: mediastreamer2
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,
gettext,
graphviz,
intltool,
libasound2-dev [linux-any],
libavcodec-dev (>= 6:10~),
libavutil-dev (>= 6:10~),
libbctoolbox-dev (>= 4.4.0~),
libbzrtp-dev (>= 4.4.0~),
libcunit1-ncurses,
libebml-dev,
libglew-dev,
libgsm1-dev,
libltdl-dev,
libmbedtls-dev,
libogg-dev,
libopus-dev,
libortp-dev (>= 1:4.4.0~),
libpcap-dev,
libpulse-dev,
libsdl1.2-dev,
libspandsp-dev,
libspeex-dev,
libspeexdsp-dev,
libsrtp2-dev [!hurd-any !sparc],
libsqlite3-dev,
libswscale-dev (>= 6:10~),
libtheora-dev,
libturbojpeg0-dev,
libupnp-dev,
libv4l-dev [linux-any],
libvpx-dev,
libx11-dev,
libxext-dev,
libxml2-dev,
libxv-dev,
mesa-common-dev,
pkg-config,
xxd,
Standards-Version: 4.1.4
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
Package: libmediastreamer11
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
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
Depends: libmediastreamer11 (= ${binary:Version}),
${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.
|