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
|
Source: libdvdcss
Section: libs
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Standards-Version: 4.6.0
Build-Depends: debhelper-compat (= 13), meson
Homepage: https://www.videolan.org/developers/libdvdcss.html
Package: libdvdcss2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libdvdcss
Description: library for accessing encrypted DVDs
libdvdcss is a library for accessing and unscrambling DVDs encrypted
with the Content Scramble System (CSS).
libdvdcss is part of the VideoLAN project.
.
This package provides runtime libraries.
Package: libdvdcss-dev
Architecture: any
Multi-Arch: same
Depends: libdvdcss2 (= ${binary:Version}), ${misc:Depends}
Section: libdevel
Description: library for accessing encrypted DVDs - development files
libdvdcss is a library for accessing and unscrambling DVDs encrypted
with the Content Scramble System (CSS).
libdvdcss is part of the VideoLAN project.
.
This package provides development files.
|