File: control

package info (click to toggle)
libdvdread 0.9.7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,856 kB
  • ctags: 1,007
  • sloc: sh: 8,799; ansic: 7,746; makefile: 84
file content (36 lines) | stat: -rw-r--r-- 1,307 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
Source: libdvdread
Section: graphics
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 4), dpatch, autotools-dev
Standards-Version: 3.7.2

Package: libdvdread3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: libdvdcss2, wget
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-dev
Section: libdevel
Architecture: any
Depends: libdvdread3 (= ${Source-Version})
Conflicts: libdvdread2-dev, libdvdread3-dev
Replaces: libdvdread2-dev, libdvdread3-dev
Provides: libdvdread3-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.
 .
 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.
 .
 This package contains the development files.