| 12
 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
 
 | Source: libvideo-capture-v4l-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libv4l-dev,
               perl-xs-dev,
               perl:native
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libvideo-capture-v4l-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libvideo-capture-v4l-perl.git
Homepage: https://metacpan.org/release/Video-Capture-V4l
Rules-Requires-Root: no
Package: libvideo-capture-v4l-perl
Architecture: kfreebsd-any linux-any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl interface to the Video4linux framegrabber interface
 This package contains Perl modules which interface to
 the Video4linux frame grabber.
 .
 The following Perl modules are included in this package:
 .
   * Video::Capture::V4l - Video4linux framegrabber interface
   * Video::Capture::VBI - Functions to manipulate vbi fields & lines
   * Video::Frequencies - Many, many frequency constants and lists
   * Video::RTjpeg - Real time, jpeg-like video compression
   * Video::XawTV - read, create and edit .xawtvrc files
 |