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
|
Source: libuvc
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
debhelper (>= 10~),
cmake,
pkg-config,
libusb-1.0-0-dev,
libjpeg-dev,
Build-Depends-Indep:
doxygen,
Standards-Version: 4.1.1
Section: devel
Homepage: https://github.com/ktossell/libuvc
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/libuvc.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/libuvc.git
Package: libuvc-dev
Section: libdevel
Architecture: any
Depends:
libuvc0 (= ${binary:Version}),
${misc:Depends},
Description: cross-platform library for USB video devices - development files
libuvc is a cross-platform library for USB video devices, built atop libusb.
It enables fine-grained control over USB video devices exporting the
standard USB Video Class (UVC) interface, enabling developers to write
drivers for previously unsupported devices, or just access UVC devices in a
generic fashion.
.
This package contains the files necessary to compile applications using
libuvc.
Package: libuvc0
Section: libs
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: cross-platform library for USB video devices
libuvc is a cross-platform library for USB video devices, built atop libusb.
It enables fine-grained control over USB video devices exporting the
standard USB Video Class (UVC) interface, enabling developers to write
drivers for previously unsupported devices, or just access UVC devices in a
generic fashion.
.
This package contains the shared objects necessary to run an application using
libuvc.
Package: libuvc-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Suggests: libuvc-dev,
Built-Using: ${doxygen:Built-Using}
Description: cross-platform library for USB video devices - documentation
libuvc is a cross-platform library for USB video devices, built atop libusb.
It enables fine-grained control over USB video devices exporting the
standard USB Video Class (UVC) interface, enabling developers to write
drivers for previously unsupported devices, or just access UVC devices in a
generic fashion.
.
This package contains the html documentation for the libuvc API.
|