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
|
Source: v4l2loopback
Section: kernel
Priority: optional
Maintainer: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends:
cdbs,
debhelper,
dh-buildinfo,
licensecheck,
help2man (>= 1.37.1~),
dkms,
tar (>= 1.28),
bzip2,
Standards-Version: 3.9.8
Homepage: https://github.com/umlaeute/v4l2loopback
Vcs-Git: https://anonscm.debian.org/git/collab-maint/v4l2loopback.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/v4l2loopback.git
Package: v4l2loopback-source
Architecture: all
Depends:
${misc:Depends},
debhelper,
make,
bzip2,
Recommends:
module-assistant
Description: Source for the v4l2loopback driver
This module allows you to create "virtual video devices".
Normal (v4l2) applications will read these devices as if they were ordinary
video devices, but the video will not be read from e.g. a capture card but
instead it is generated by another application.
.
This package provides the source code for the v4l2loopback kernel modules.
Package: v4l2loopback-dkms
Architecture: all
Depends:
${misc:Depends}
Suggests: v4l2loopback-utils
Description: Source for the v4l2loopback driver (DKMS)
This module allows you to create "virtual video devices".
Normal (v4l2) applications will read these devices as if they were ordinary
video devices, but the video will not be read from e.g. a capture card but
instead it is generated by another application.
.
This package provides the source code for the v4l2loopback kernel modules
to be built with dkms.
Package: v4l2loopback-utils
Section: graphics
Architecture: linux-any
Multi-Arch: same
Depends:
${misc:Depends},
sudo,
gstreamer1.0-tools,
v4l-utils,
Recommends:
v4l2loopback-dkms | v4l2loopback-modules,
Description: Commandline utilities for the for the v4l2-loopback module
This package contains applications to interact with v4l2-loopback devices
("virtual video devices").
Currently there is only a single command line utility:
.
v4l2loopback-ctl: tool to set framerate, format and timeout image
|