File: control

package info (click to toggle)
unicap 0.9.12%2Brepack20150328.0.git2c600ae-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,872 kB
  • sloc: ansic: 24,806; sh: 553; makefile: 277
file content (89 lines) | stat: -rw-r--r-- 2,644 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
81
82
83
84
85
86
87
88
89
Source: unicap
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-buildinfo,
 gnulib,
 gtk-doc-tools,
 intltool,
 libglib2.0-dev,
 libraw1394-dev,
 libtool,
 libv4l-dev,
 pkgconf,
Standards-Version: 4.7.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: https://unicap-imaging.org/

Package: libunicap2-dev
Section: libdevel
Depends:
 libunicap2 (= ${binary:Version}),
 ${misc:Depends},
Provides:
 libunicap-dev,
Conflicts:
 libunicap-dev,
Suggests:
 libunicap-doc,
Architecture: any
Multi-Arch: same
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:
 ${misc:Depends},
 ${shlibs:Depends},
Architecture: any
Multi-Arch: same
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-doc
Section: doc
Depends:
 ${misc:Depends},
Provides:
 libunicap-docs,
Breaks:
 libunicap-docs,
Replaces:
 libunicap-docs,
Architecture: all
Multi-Arch: foreign
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.