File: control

package info (click to toggle)
unicap 0.9.12%2Brepack20150328.0.git2c600ae-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,856 kB
  • sloc: ansic: 24,806; sh: 553; makefile: 275
file content (80 lines) | stat: -rw-r--r-- 2,579 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
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: unicap
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-buildinfo,
 libtool,
 pkg-config,
 gnulib,
 intltool,
 libraw1394-dev,
 libv4l-dev,
 libgtk2.0-dev,
 libglib2.0-dev,
 gtk-doc-tools,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/multimedia-team/unicap.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/unicap
Homepage: http://unicap-imaging.org/

Package: libunicap2-dev
Section: libdevel
Depends:
 libunicap2 (= ${binary:Version}),
 ${devlibs:Depends},
 ${misc:Depends},
Provides: libunicap-dev
Conflicts: libunicap-dev
Suggests: libunicap-docs
Architecture: any
Description: unified interface to video capture devices - development files
 Unicap provides a uniform interface to video capture devices. It allows
 applications to use any supported video capture device via a single
 API.
 .
 Unicap offers a high level of hardware abstraction while maintaining
 maximum performance. Zero copy capture of video buffers is possible for
 devices supporting it allowing fast video capture with low CPU usage
 even on low-speed architectures.
 .
 This package contains the development headers and static libraries.

Package: libunicap2
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Architecture: any
Description: unified interface to video capture devices - shared libraries
 Unicap provides a uniform interface to video capture devices. It allows
 applications to use any supported video capture device via a single
 API.
 .
 Unicap offers a high level of hardware abstraction while maintaining
 maximum performance. Zero copy capture of video buffers is possible for
 devices supporting it allowing fast video capture with low CPU usage
 even on low-speed architectures.
 .
 This package contains the shared libraries.

Package: libunicap-docs
Section: doc
Depends:
 ${misc:Depends},
Architecture: all
Description: unified interface to video capture devices - documentation
 Unicap provides a uniform interface to video capture devices. It allows
 applications to use any supported video capture device via a single
 API.
 .
 Unicap offers a high level of hardware abstraction while maintaining
 maximum performance. Zero copy capture of video buffers is possible for
 devices supporting it allowing fast video capture with low CPU usage
 even on low-speed architectures.
 .
 This package contains documentation.