File: control

package info (click to toggle)
unicap 0.9.12-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,636 kB
  • ctags: 3,520
  • sloc: ansic: 23,011; sh: 10,712; xml: 1,408; makefile: 298
file content (76 lines) | stat: -rw-r--r-- 2,601 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
Source: unicap
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
 autotools-dev,
 gnulib,
 libtool,
 automake1.11,
 autoconf,
 debhelper,
 dh-buildinfo,
 intltool,
 gtk-doc-tools (>= 1.4),
 libraw1394-dev (>= 1.1.0),
 libv4l-dev,
 libgtk2.0-dev,
 libglib2.0-dev,
 pkg-config,
 d-shlibs (>= 0.45~)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/collab-maint/unicap.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/unicap.git
Homepage: http://unicap-imaging.org/

Package: libunicap2-dev
Section: libdevel
Depends: libunicap2 (= ${binary:Version}), ${devlibs:Depends}, ${misc:Depends}
Provides: libunicap-dev
Conflicts: libunicap-dev
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
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libunicap-docs
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.