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
|
Source: liblinux-dvb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libcanary-stability-perl,
perl-xs-dev,
perl:native
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblinux-dvb-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblinux-dvb-perl.git
Homepage: https://metacpan.org/release/Linux-DVB
Rules-Requires-Root: no
Package: liblinux-dvb-perl
Architecture: linux-any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: interface to (some parts of) the Linux DVB API
Linux::DVB provides an interface to the Linux DVB API. It is a
straightforward translation of the C API. You should read the Linux DVB API
description to make any sense of this module. It can be found here:
.
http://www.linuxtv.org/docs/dvbapi/dvbapi.html
.
Noteworthy limitations of this module include: No interface to the video,
audio and net devices. If you need this functionality bug the author.
|