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
|
Source: bmusb
Priority: optional
Maintainer: Steinar H. Gunderson <sesse@debian.org>
Build-Depends: debhelper (>= 9), libusb-1.0-0-dev, pkg-config
Standards-Version: 3.9.8
Section: libs
Package: libbmusb-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libbmusb6 (= ${binary:Version})
Description: userspace driver for Blackmagic USB3 video capture cards
bmusb is a userspace driver for Blackmagic's USB3 series of
video capture and playback cards (although only the capture part is
currently supported), in particular the Intensity Shuttle (HDMI) and
UltraStudio SDI cards. These are not currently served by Blackmagic's
own Linux drivers.
.
bmusb is not API- or ABI-compatible with Blackmagic's drivers.
.
This package contains the development files and static library.
Package: libbmusb6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: userspace driver for Blackmagic USB3 video capture cards
bmusb is a userspace driver for Blackmagic's USB3 series of
video capture and playback cards (although only the capture part is
currently supported), in particular the Intensity Shuttle (HDMI) and
UltraStudio SDI cards. These are not currently served by Blackmagic's
own Linux drivers.
.
bmusb is not API- or ABI-compatible with Blackmagic's drivers.
.
This package contains the shared library.
|