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 48 49 50 51 52 53 54 55
|
Source: libbdplus
Priority: optional
Section: libs
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper-compat (= 13),
pkg-config,
libgcrypt20-dev,
libgpg-error-dev,
libaacs-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.videolan.org/developers/libbdplus.html
Vcs-Git: https://salsa.debian.org/multimedia-team/libbdplus.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libbdplus
Package: libbdplus0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Recommends: libaacs0
Enhances: libbluray2
Description: implementation of BD+ for reading Blu-ray Discs
libbdplus is a research project to implement the BD+ System Specifications.
It provides, through an open-source library, a way to understand how the BD+
works.
.
This package DOES NOT provide any key, certificate, configuration
file or virtual machine that could be used to decode encrypted
copyrighted material.
.
This package provides the shared library.
Package: libbdplus-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libbdplus0 (= ${binary:Version}),
${misc:Depends}
Description: implementation of BD+ for reading Blu-ray Discs (development files)
libbdplus is a research project to implement the BD+ System Specifications.
It provides, through an open-source library, a way to understand how the BD+
works.
.
This package DOES NOT provide any key, certificate, configuration
file or virtual machine that could be used to decode encrypted
copyrighted material.
.
This package provides the development files for libbdplus0.
|