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
|
Source: libnice
Section: libs
Priority: optional
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Uploaders: Dafydd Harries <daf@debian.org>,
Simon McVittie <smcv@debian.org>,
Sjoerd Simons <sjoerd@debian.org>,
Laurent Bigonville <bigon@debian.org>,
Jonny Lamb <jonny@debian.org>
Build-Depends: cdbs,
debhelper (>= 7),
libglib2.0-dev (>= 2.10),
libgstreamer0.10-dev,
libgstreamer-plugins-base0.10-dev,
libgupnp-igd-1.0-dev (>= 0.1.2),
gtk-doc-tools
Standards-Version: 3.8.4
Homepage: http://nice.freedesktop.org/
Vcs-Git: git://git.debian.org/git/pkg-telepathy/libnice.git
Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/libnice.git
Package: libnice0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ICE library (shared library)
Nice is an implementation of the IETF's draft Interactive Connectivity
Establishment standard (ICE). ICE is useful for applications that want to
establish peer-to-peer UDP data streams. It automates the process of
traversing NATs and provides security against some attacks.
.
Existing standards that use ICE include the Session Initiation Protocol (SIP)
and the Jingle XMPP extension for audio/video calls.
.
Nice includes integration with GStreamer.
.
This package provides the nice library.
Package: libnice-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnice0 (= ${binary:Version})
Description: ICE library (development files)
Nice is an implementation of the IETF's draft Interactive Connectivity
Establishment standard (ICE). ICE is useful for applications that want to
establish peer-to-peer UDP data streams. It automates the process of
traversing NATs and provides security against some attacks.
.
Existing standards that use ICE include the Session Initiation Protocol (SIP)
and the Jingle XMPP extension for audio/video calls.
.
Nice includes integration with GStreamer.
.
This package provides development files for nice.
Package: gstreamer0.10-nice
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ICE library (GStreamer plugin)
Nice is an implementation of the IETF's draft Interactive Connectivity
Establishment standard (ICE). ICE is useful for applications that want to
establish peer-to-peer UDP data streams. It automates the process of
traversing NATs and provides security against some attacks.
.
Existing standards that use ICE include the Session Initiation Protocol (SIP)
and the Jingle XMPP extension for audio/video calls.
.
Nice includes integration with GStreamer.
.
This package provides a GStreamer plugin for nice.
Package: libnice-doc
Section: doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ICE library (documentation)
Nice is an implementation of the IETF's draft Interactive Connectivity
Establishment standard (ICE). ICE is useful for applications that want to
establish peer-to-peer UDP data streams. It automates the process of
traversing NATs and provides security against some attacks.
.
Existing standards that use ICE include the Session Initiation Protocol (SIP)
and the Jingle XMPP extension for audio/video calls.
.
Nice includes integration with GStreamer.
.
This package contains documentation for libnice.
|