File: control

package info (click to toggle)
libdv 1.0.0-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,876 kB
  • ctags: 2,286
  • sloc: ansic: 14,669; sh: 8,725; asm: 7,250; makefile: 131
file content (68 lines) | stat: -rw-r--r-- 2,401 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
59
60
61
62
63
64
65
66
67
68
Source: libdv
Section: video
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               file,
               libglib2.0-dev,
               libgtk2.0-dev,
               libpopt-dev,
               libsdl1.2-dev,
               libx11-dev,
               libxext-dev,
               libxt-dev,
               libxv-dev,
               pkg-config (>= 0.7),
               x11proto-core-dev
Standards-Version: 3.9.8
Homepage: http://libdv.sourceforge.net/
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/libdv.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libdv.git

Package: libdv4
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: libdv-bin, oss-compat
Description: software library for DV format digital video (runtime lib)
 The Quasar DV Codec (libdv) is a software decoder for DV format video, as
 defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
 used by consumer-grade digital camcorders.
 .
 This package contains the library needed to run executables using libdv.

Package: libdv4-dev
Section: libdevel
Priority: extra
Architecture: any
Multi-Arch: same
Depends: libdv4 (= ${binary:Version}), libpopt-dev, ${misc:Depends}
Recommends: pkg-config
Conflicts: libdv-dev
Replaces: libdv-dev
Provides: libdv-dev
Description: software library for DV format digital video (devel files)
 The Quasar DV Codec (libdv) is a software decoder for DV format video, as
 defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
 used by consumer-grade digital camcorders.
 .
 This package contains the development headers and library files needed to
 compile programs using libdv.

Package: libdv-bin
Priority: extra
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: oss-compat
Replaces: libdv-dev (<< 0.98-1)
Description: software library for DV format digital video (sample apps)
 The Quasar DV Codec (libdv) is a software decoder for DV format video, as
 defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
 used by consumer-grade digital camcorders.
 .
 This package contains sample programs for viewing (playdv), encoding
 (encodedv), transferring DV data (dvconnect) and insert audio into a DV
 stream (dubdv).