File: control.modules.in

package info (click to toggle)
v4l2loopback 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: ansic: 6,550; sh: 301; makefile: 200
file content (29 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download | duplicates (3)
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
Source: v4l2loopback
Section: graphics
Priority: optional
Maintainer: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Homepage: https://github.com/umlaeute/v4l2loopback
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.7.0

Package: v4l2loopback-modules-_KVERS_
Architecture: any
Section: kernel
Provides:
 v4l2loopback-modules,
Suggests:
 v4l2loopback-utils,
Description: v4l2loopback modules for Linux (kernel _KVERS_)
 This package contains a loadable kernel modules that 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 contains the compiled kernel modules for _KVERS_
 .
 If you have compiled your own kernel, you will most likely need to build
 your own v4l2loopback-modules. The v4l2loopback-source package has been
 provided for use with the Debian's module-assistant or kernel-package
 utilities to produce a version of v4l2loopback-modules for your kernel.