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
|
Source: libuvc
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
cmake,
debhelper-compat (= 13),
libjpeg-dev,
libusb-1.0-0-dev,
pkgconf,
Build-Depends-Indep:
dh-sequence-doxygen,
doxygen,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Section: devel
Homepage: https://github.com/ktossell/libuvc
Vcs-Git: https://salsa.debian.org/multimedia-team/libuvc.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libuvc
Package: libuvc-dev
Section: libdevel
Architecture: any
Depends:
libuvc0 (= ${binary:Version}),
libjpeg-dev,
libusb-1.0-0-dev,
${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:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
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.
|