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
|
Source: telepathy-farstream
Section: libs
Priority: optional
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Uploaders: Sjoerd Simons <sjoerd@debian.org>, Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libglib2.0-dev (>= 2.30),
libdbus-1-dev (>= 0.60),
libdbus-glib-1-dev (>= 0.60),
libgstreamer1.0-dev,
libfarstream-0.2-dev (>= 0.2.0),
libtelepathy-glib-dev (>= 0.19.0),
gobject-introspection,
gtk-doc-tools
Standards-Version: 3.9.5
Homepage: http://telepathy.freedesktop.org/
Vcs-Git: git://anonscm.debian.org/pkg-telepathy/telepathy-farstream.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-telepathy/telepathy-farstream.git
Package: libtelepathy-farstream3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Glue library between telepathy and farstream
Telepathy-farstream is a helper library to glue together Telepathy's media
signalling and the media streaming capabilities of Farstream.
.
Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for applications.
.
Farstream is a framework for media streaming in audio/video conferences.
.
This package contains the core telepathy-farstream library.
Package: libtelepathy-farstream3-dbg
Section: debug
Architecture: any
Priority: extra
Depends: libtelepathy-farstream3 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Glue library between telepathy and farstream (debug symbols)
Telepathy-farstream is a helper library to glue together Telepathy's media
signalling and the media streaming capabilities of Farstream.
.
Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for applications.
.
Farstream is a framework for media streaming in audio/video conferences.
.
This package contains debugging symbols for the telepathy-farstream library.
Package: libtelepathy-farstream-dev
Section: libdevel
Architecture: any
Depends: libtelepathy-farstream3 (= ${binary:Version}),
${misc:Depends},
libglib2.0-dev (>= 2.16),
libdbus-glib-1-dev (>= 0.60),
libfarstream-0.2-dev (>= 0.1.1),
libtelepathy-glib-dev (>= 0.13.4),
libgstreamer1.0-dev
Description: Glue library between telepathy and farstream (development files)
A helper library to glue together Telepathy's media signalling and the media
streaming capabilities of Farstream
.
Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for applications.
.
Farstream is a framework for media streaming in audio/video conferences.
.
This package contains development files for the telepathy-farstream library.
Package: libtelepathy-farstream-doc
Section: doc
Architecture: all
Depends: lynx | www-browser, ${misc:Depends}
Suggests: devhelp
Description: Glue library between telepathy and farstream (documentation)
A helper library to glue together Telepathy's media signalling and the media
streaming capabilities of Farstream
.
Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for applications.
.
Farstream is a framework for media streaming in audio/video conferences.
.
This package contains HTML documentation for the telepathy-farstream library.
|