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 130 131 132 133 134 135 136 137
|
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>,
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
cdbs,
dbus (>= 1.0.0),
# Until CDBS does support debhelper 11, see #885407.
debhelper (>= 10),
dh-python,
libconfig++-dev,
libdbus-1-dev,
libdbus-c++-bin,
libdbus-c++-dev,
libexpat1-dev,
libiec61883-dev (>= 1.1.0),
libraw1394-dev (>= 1.3.0),
libxml++2.6-dev,
libxml2-dev (>= 2.6.13),
pkg-config,
pyqt5-dev-tools,
python3,
python3-dbus,
python3-dbus.mainloop.pyqt5,
python3-pyqt5,
scons,
Standards-Version: 4.1.4
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
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 (>= 1.0.0),
libffado2 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Replaces:
ffado-mixer-qt4 (<< 2.0.1+svn1856-2~),
libffado2 (<< 2.4.1~),
Breaks:
ffado-mixer-qt4 (<< 2.0.1+svn1856-2~),
jackd1-firewire (<< 1:0.121.3+20120418git75e3e20b-1),
jackd2-firewire (<< 1.9.8~dfsg.3+20120418gitf82ec715-1),
libffado2 (<< 2.4.1~),
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 (>= 1.0.0),
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.
|