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
|
Source: farsight2
Priority: optional
Section: libs
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: debhelper (>= 5.0.0),
cdbs,
libglib2.0-dev (>= 2.16),
libgstreamer0.10-dev (>= 0.10.26),
libgstreamer-plugins-base0.10-dev (>= 0.10.26),
python-central (>= 0.5),
python-gtk2-dev,
python-gst0.10-dev,
libnice-dev (>= 0.0.9),
libgupnp-igd-1.0-dev
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-telepathy/farsight2.git
Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/farsight2.git
Homepage: http://farsight.freedesktop.org
XS-Python-Version: >= 2.4
Package: libgstfarsight0.10-0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
gstreamer0.10-plugins-base (>= 0.10.26),
gstreamer0.10-plugins-good (>= 0.10.8),
gstreamer0.10-plugins-bad (>= 0.10.17),
gstreamer0.10-nice
Description: Audio/Video communications framework: core library
The Farsight project is an effort to create a framework to deal with all
known audio/video conferencing protocols. On one side it offers a generic
API that makes it possible to write plugins for different streaming
protocols, on the other side it offers an API for clients to use those
plugins.
.
This package provides the core Farsight 2 library.
Package: libgstfarsight0.10-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgstfarsight0.10-0 (= ${binary:Version}), libgstreamer0.10-dev
Description: Audio/Video communications framework: development files
The Farsight project is an effort to create a framework to deal with all
known audio/video conferencing protocols. On one side it offers a generic
API that makes it possible to write plugins for different streaming
protocols, on the other side it offers an API for clients to use those
plugins.
.
This package provides development files for Farsight 2.
Package: libgstfarsight0.10-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Audio/Video communications framework: documentation
The Farsight project is an effort to create a framework to deal with all
known audio/video conferencing protocols. On one side it offers a generic
API that makes it possible to write plugins for different streaming
protocols, on the other side it offers an API for clients to use those
plugins.
.
This package provides documentation for Farsight 2.
Package: libgstfarsight0.10-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libgstfarsight0.10-0 (= ${binary:Version}), libgstreamer0.10-dev
Description: Audio/Video communications framework: debugging symbols
The Farsight project is an effort to create a framework to deal with all
known audio/video conferencing protocols. On one side it offers a generic
API that makes it possible to write plugins for different streaming
protocols, on the other side it offers an API for clients to use those
plugins.
.
This package provides debugging symbols for Farsight 2.
Package: python-farsight
Section: python
XB-Python-Version: ${python:Versions}
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gst0.10
Description: Audio/Video communications framework: Python bindings
The Farsight project is an effort to create a framework to deal with all
known audio/video conferencing protocols. On one side it offers a generic
API that makes it possible to write plugins for different streaming
protocols, on the other side it offers an API for clients to use those
plugins.
.
This package provides Python bindings for Farsight 2.
|