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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
Source: libffado
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Adrian Knoth <adi@drcomp.erfurt.thur.de>,
Free Ekanayaka <freee@debian.org>,
Sebastian Ramacher <sramacher@debian.org>,
Build-Depends:
dbus <!nocheck>,
debhelper-compat (= 13),
dh-sequence-python3,
libconfig++-dev,
libdbus-1-dev,
libdbus-c++-bin,
libdbus-c++-dev,
libiec61883-dev,
libraw1394-dev,
libxml++2.6-dev,
libxml2-dev,
pkgconf,
python3,
python3-setuptools,
scons,
Build-Depends-Indep:
pyqt5-dev-tools,
python3-dbus,
python3-dbus.mainloop.pyqt5,
python3-pyqt5,
Standards-Version: 4.7.0
Section: libs
Homepage: http://www.ffado.org/
Vcs-Git: https://salsa.debian.org/multimedia-team/ffado.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/ffado
Rules-Requires-Root: no
Package: libffado-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends:
libffado2 (= ${binary:Version}),
libxml2-dev,
${misc:Depends},
Description: FFADO API - development files
FFADO is a Linux driver for FireWire (IEEE1394) audio devices.
.
The FFADO library permits discovering and configuring such
devices and provides an API for streaming clients.
.
This package holds the development files.
Package: libffado2
Architecture: linux-any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: FFADO API
FFADO is a Linux driver for FireWire (IEEE1394) audio devices.
.
The FFADO library permits discovering and configuring such
devices and provides an API for streaming clients.
.
This package holds the shared library.
Package: ffado-tools
Section: sound
Architecture: linux-any
Depends:
dbus,
libffado2 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: FFADO debugging and firmware tools
FFADO is a Linux driver for FireWire (IEEE1394) audio devices.
.
The FFADO library permits discovering and configuring such
devices and provides an API for streaming clients.
.
This package holds the following tools for firmware updating,
troubleshooting and debugging:
* ffado-test-streaming
* ffado-diag
* ffado-test-isoxmit
* ffado-test-isorecv
* ffado-bridgeco-downloader
* ffado-test
* ffado-fireworks-downloader
* ffado-debug
Package: ffado-dbus-server
Section: sound
Architecture: linux-any
Depends:
dbus,
libffado2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: FFADO D-Bus server
FFADO is a Linux driver for FireWire (IEEE1394) audio devices.
.
The FFADO library permits discovering and configuring such
devices and provides an API for streaming clients.
.
This package holds the D-Bus server that exposes the mixer
and control interfaces through D-Bus.
Package: ffado-mixer-qt4
Section: sound
Architecture: all
Depends:
ffado-dbus-server (>= ${source:Version}),
ffado-tools (>= ${source:Version}),
python3-dbus,
python3-dbus.mainloop.pyqt5,
python3-pyqt5,
${misc:Depends},
${python3:Depends},
Description: FFADO D-Bus mixer applets
FFADO is a Linux driver for FireWire (IEEE1394) audio devices.
.
The FFADO library permits discovering and configuring such
devices and provides an API for streaming clients.
.
This package holds the mixer and control applications that
communicate with ffado-dbus-server.
.
Despite the package name, the GUI has been updated.
|