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
|
Source: telepathy-qt
Section: libs
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Michał Zając <quintasan@kubuntu.org>,
Diane Trout <diane@debian.org>
Build-Depends: debhelper (>= 11~),
pkg-kde-tools (>= 0.12),
cmake,
libdbus-1-dev,
libdbus-glib-1-dev,
libglib2.0-dev,
libgstreamer1.0-dev,
libgstreamer-plugins-base1.0-dev,
qtbase5-dev (>= 5.0),
libfarstream-0.2-dev (>= 0.2.3),
libtelepathy-farstream-dev (>= 0.6.0),
libtelepathy-glib-dev (>= 0.20.1),
libxml2-dev,
pkg-config,
python (>= 2.6),
python-dev,
qttools5-dev,
# * python-dbus and python-gobject can safely be removed if you don't care
# about running the regression tests
python-dbus,
libxml2-utils,
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/telepathy-qt.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde-extras/telepathy-qt
Homepage: http://telepathy.freedesktop.org/wiki/
Package: libtelepathy-qt5-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Telepathy framework - Qt 5 library
This package contains telepathy-qt5, a Qt-based library for Telepathy
components.
.
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.
Package: libtelepathy-qt5-farstream0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libtelepathy-qt5-0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Telepathy/Farsight integration - Qt 5 library
telepathy-qt5-farstream provides telepathy-qt5 integration with
telepathy-farstream, which implements media streaming using GStreamer and
Farsight.
.
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.
Package: libtelepathy-qt5-dev
Architecture: any
Section: libdevel
Pre-Depends: ${misc:Pre-Depends}
Depends: qtbase5-dev (>= 5.0.0),
libtelepathy-qt5-0 (= ${binary:Version}),
libtelepathy-qt5-farstream0 (= ${binary:Version}),
libtelepathy-farstream-dev,
${misc:Depends}
Description: Qt 5 Telepathy library (headers and static library)
This package contains development files for telepathy-qt5, a Qt-based
library for Telepathy components.
.
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.
|