File: control

package info (click to toggle)
libdvdread 0.9.7-11
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,864 kB
  • ctags: 1,008
  • sloc: sh: 8,805; ansic: 7,746; makefile: 81
file content (48 lines) | stat: -rw-r--r-- 1,686 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
Source: libdvdread
Section: graphics
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 7), dpatch, autotools-dev
Standards-Version: 3.8.0
Homepage: http://www.dtek.chalmers.se/groups/dvd/
Vcs-Browser: http://git.debian.net/?p=libdvdread.git
Vcs-Git: git://git.debian.net/git/libdvdread.git

Package: libdvdread3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libdvdnav4
Suggests: libdvdcss2
Description: library for reading DVDs
 libdvdread provides the functionality that is required to access many DVDs. It
 parses IFO files, reads NAV-blocks, and performs CSS authentication and
 descrambling.
 .
 libdvdread currently uses libdl to dynamically probe for libdvdcss at runtime.
 If found, libdvdcss will be used to decrypt sections of the DVD as necessary.

Package: libdvdread-dbg
Section: devel
Priority: extra
Architecture: any
Depends: libdvdread3 (= ${binary:Version}), libdvdread-dev (= ${binary:Version})
Description: library for reading DVDs (debug)
 libdvdread provides the functionality that is required to access many DVDs. It
 parses IFO files, reads NAV-blocks, and performs CSS authentication and
 descrambling.
 .
 This package contains the debugging symbols.

Package: libdvdread-dev
Section: libdevel
Architecture: any
Depends: libdvdread3 (= ${binary:Version})
Recommends: libdvdnav-dev
Suggests: libdvdcss-dev
Description: library for reading DVDs (development)
 libdvdread provides the functionality that is required to access many DVDs. It
 parses IFO files, reads NAV-blocks, and performs CSS authentication and
 descrambling.
 .
 This package contains the development files.