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
|
Source: libdvbcsa
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>
Build-Depends:
bison | byacc,
debhelper (>= 9),
dh-autoreconf,
flex
Standards-Version: 3.9.3
Homepage: http://www.videolan.org/developers/libdvbcsa.html
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/libdvbcsa.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libdvbcsa.git
Package: libdvbcsa1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: free implementation of the DVB/CSA
libdvbcsa is a free implementation of the DVB Common Scrambling
Algorithm with encryption and decryption capabilities.
.
It comes in two flavors: a classical single packet implementation
and a faster parallel bitslice implementation.
.
This package provides the shared library.
Package: libdvbcsa-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libdvbcsa1 (= ${binary:Version}),
${misc:Depends}
Description: free implementation of the DVB/CSA (development files)
libdvbcsa is a free implementation of the DVB Common Scrambling
Algorithm with encryption and decryption capabilities.
.
It comes in two flavors: a classical single packet implementation
and a faster parallel bitslice implementation.
.
This package provides the development files for libdvbcsa.
|