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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: libwebcam
Section: libs
Priority: extra
Maintainer: Paulo Assis <pj.assis@gmail.com>
Build-Depends: debhelper (>= 7), cmake, libxml2-dev, pkg-config, gengetopt
Standards-Version: 3.9.3
Homepage: http://www.quickcamteam.net/software/libwebcam
Package: libwebcam0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Webcam Library
The Webcam Library libwebcam is designed to simplify
the development of webcam applications, primarily on Linux but
with an option to be ported to other platforms, in particular
Solaris. It realizes part of what the unwritten Video4Linux user
space library was always supposed to be: an easy to use library
that shields its users from many of the difficulties and problems
of using the V4L2 API directly.
Package: libwebcam0-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libwebcam0 (= ${binary:Version})
Description: Webcam Library - Development files
This package provides the files needed to build apps that use libwecam.
.
The Webcam Library libwebcam is designed to simplify
the development of webcam applications, primarily on Linux but
with an option to be ported to other platforms, in particular
Solaris. It realizes part of what the unwritten Video4Linux user
space library was always supposed to be: an easy to use library
that shields its users from many of the difficulties and problems
of using the V4L2 API directly.
Package: libwebcam0-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libwebcam0 (= ${binary:Version})
Description: Debug Symbols for the Webcam Library
This package contains debug data of the libwebcam related shared libraries.
.
Most people will not need this package. Please install it to produce useful
stacktraces to help debugging the webcam library.
.
The Webcam Library libwebcam is designed to simplify
the development of webcam applications, primarily on Linux but
with an option to be ported to other platforms, in particular
Solaris. It realizes part of what the unwritten Video4Linux user
space library was always supposed to be: an easy to use library
that shields its users from many of the difficulties and problems
of using the V4L2 API directly.
Package: uvcdynctrl-data
Section: utils
Architecture: all
Depends: ${misc:Depends}
Description: Command line tool to control v4l2 devices - data files
This package provides data files needed by uvcdynctrl to add
vendor specific controls to uvc devices
.
uvcdynctrl is part of the Webcam Library.
.
The Webcam Library libwebcam is designed to simplify
the development of webcam applications, primarily on Linux but
with an option to be ported to other platforms, in particular
Solaris. It realizes part of what the unwritten Video4Linux user
space library was always supposed to be: an easy to use library
that shields its users from many of the difficulties and problems
of using the V4L2 API directly.
Package: uvcdynctrl
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libwebcam0 (= ${binary:Version}), uvcdynctrl-data
Description: Command line tool to control v4l2 devices
This package provides the tools needed to add vendor specific
controls to uvc devices.
.
uvcdynctrl is part of the Webcam Library.
.
The Webcam Library libwebcam is designed to simplify
the development of webcam applications, primarily on Linux but
with an option to be ported to other platforms, in particular
Solaris. It realizes part of what the unwritten Video4Linux user
space library was always supposed to be: an easy to use library
that shields its users from many of the difficulties and problems
of using the V4L2 API directly.
Package: uvcdynctrl-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, uvcdynctrl (= ${binary:Version})
Description: Debug Symbols for uvcdynctrl
This package contains debug data for uvcdynctrl
.
Most people will not need this package. Please install it to produce useful
stacktraces to help debugging the webcam library.
.
uvcdynctrl is part of the Webcam Library.
.
The Webcam Library libwebcam is designed to simplify
the development of webcam applications, primarily on Linux but
with an option to be ported to other platforms, in particular
Solaris. It realizes part of what the unwritten Video4Linux user
space library was always supposed to be: an easy to use library
that shields its users from many of the difficulties and problems
of using the V4L2 API directly.
|