File: control

package info (click to toggle)
libaacs 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,796 kB
  • ctags: 711
  • sloc: sh: 11,418; ansic: 4,714; yacc: 629; lex: 162; makefile: 81
file content (58 lines) | stat: -rw-r--r-- 1,831 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
57
58
Source: libaacs
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
 Reinhard Tartler <stiretart@tauware.de>,
 Dylan Aïssi <bob.dybian@gmail.com>
Build-Depends:
 bison | byacc,
 debhelper (>= 10),
 flex,
 libgcrypt11-dev,
 libgpg-error-dev
Standards-Version: 3.9.8
Homepage: http://www.videolan.org/developers/libaacs.html
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/libaacs.git/
Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/libaacs.git/

Package: libaacs0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Recommends:
 libbdplus0
Enhances:
 libbluray1
Description: free-and-libre implementation of AACS
 libaacs is a research project to implement the Advanced Access Content
 System specification. It provides, through an open-source library, a
 way to understand how the AACS works.
 .
 This package DOES NOT provide any key or certificate that could be used
 to decode encrypted copyrighted material. It is based on the official
 public AACS specification only.
 .
 This package provides the shared library.

Package: libaacs-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libaacs0 (= ${binary:Version}),
 ${misc:Depends}
Description: free-and-libre implementation of AACS (development files)
 libaacs is a research project to implement the Advanced Access Content
 System specification. It provides, through an open-source library, a
 way to understand how the AACS works.
 .
 This package DOES NOT provide any key or certificate that could be used
 to decode encrypted copyrighted material. It is based on the official
 public AACS specification only.
 .
 This package provides the development files for libaacs0.