File: control

package info (click to toggle)
bmusb 0.7.5-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 232 kB
  • sloc: cpp: 2,046; makefile: 45; ansic: 11
file content (36 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download
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.