File: control

package info (click to toggle)
libbdplus 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,852 kB
  • ctags: 654
  • sloc: sh: 11,275; ansic: 5,566; makefile: 80
file content (56 lines) | stat: -rw-r--r-- 1,800 bytes parent folder | download
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
56
Source: libbdplus
Priority: optional
Section: libs
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
 Dylan Aïssi <bob.dybian@gmail.com>,
 Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper (>= 10),
 dh-autoreconf,
 pkg-config,
 libgcrypt20-dev,
 libgpg-error-dev,
 libaacs-dev (>= 0.7.0)
Standards-Version: 3.9.8
Homepage: https://www.videolan.org/developers/libbdplus.html
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/libbdplus.git/
Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/libbdplus.git/

Package: libbdplus0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Recommends: libaacs0
Enhances: libbluray1
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.