Codebase list libdv / ce4a355
debian: Apply "wrap-and-sort -abst". Boyuan Yang 5 years ago
1 changed file(s) with 53 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
11 Section: video
22 Priority: optional
33 Maintainer: Debian QA Group <packages@qa.debian.org>
4 Build-Depends: debhelper (>= 9),
5 dh-autoreconf,
6 file,
7 libglib2.0-dev,
8 libgtk2.0-dev,
9 libpopt-dev,
10 libsdl1.2-dev,
11 libx11-dev,
12 libxext-dev,
13 libxt-dev,
14 libxv-dev,
15 pkg-config (>= 0.7),
16 x11proto-core-dev
4 Build-Depends:
5 debhelper (>= 9),
6 dh-autoreconf,
7 file,
8 libglib2.0-dev,
9 libgtk2.0-dev,
10 libpopt-dev,
11 libsdl1.2-dev,
12 libx11-dev,
13 libxext-dev,
14 libxt-dev,
15 libxv-dev,
16 pkg-config (>= 0.7),
17 x11proto-core-dev,
1718 Standards-Version: 3.9.8
1819 Homepage: http://libdv.sourceforge.net/
1920 Vcs-Browser: https://anonscm.debian.org/git/collab-maint/libdv.git
2021 Vcs-Git: https://anonscm.debian.org/git/collab-maint/libdv.git
2122
23 Package: libdv-bin
24 Priority: extra
25 Architecture: any
26 Depends:
27 ${misc:Depends},
28 ${shlibs:Depends},
29 Recommends:
30 oss-compat,
31 Replaces:
32 libdv-dev (<< 0.98-1),
33 Description: software library for DV format digital video (sample apps)
34 The Quasar DV Codec (libdv) is a software decoder for DV format video, as
35 defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
36 used by consumer-grade digital camcorders.
37 .
38 This package contains sample programs for viewing (playdv), encoding
39 (encodedv), transferring DV data (dvconnect) and insert audio into a DV
40 stream (dubdv).
41
2242 Package: libdv4
2343 Section: libs
2444 Architecture: any
2545 Multi-Arch: same
26 Pre-Depends: ${misc:Pre-Depends}
27 Depends: ${misc:Depends}, ${shlibs:Depends}
28 Suggests: libdv-bin, oss-compat
46 Pre-Depends:
47 ${misc:Pre-Depends},
48 Depends:
49 ${misc:Depends},
50 ${shlibs:Depends},
51 Suggests:
52 libdv-bin,
53 oss-compat,
2954 Description: software library for DV format digital video (runtime lib)
3055 The Quasar DV Codec (libdv) is a software decoder for DV format video, as
3156 defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
3863 Priority: extra
3964 Architecture: any
4065 Multi-Arch: same
41 Depends: libdv4 (= ${binary:Version}), libpopt-dev, ${misc:Depends}
42 Recommends: pkg-config
43 Conflicts: libdv-dev
44 Replaces: libdv-dev
45 Provides: libdv-dev
66 Depends:
67 libdv4 (= ${binary:Version}),
68 libpopt-dev,
69 ${misc:Depends},
70 Recommends:
71 pkg-config,
72 Conflicts:
73 libdv-dev,
74 Replaces:
75 libdv-dev,
76 Provides:
77 libdv-dev,
4678 Description: software library for DV format digital video (devel files)
4779 The Quasar DV Codec (libdv) is a software decoder for DV format video, as
4880 defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
5082 .
5183 This package contains the development headers and library files needed to
5284 compile programs using libdv.
53
54 Package: libdv-bin
55 Priority: extra
56 Architecture: any
57 Depends: ${misc:Depends}, ${shlibs:Depends}
58 Recommends: oss-compat
59 Replaces: libdv-dev (<< 0.98-1)
60 Description: software library for DV format digital video (sample apps)
61 The Quasar DV Codec (libdv) is a software decoder for DV format video, as
62 defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
63 used by consumer-grade digital camcorders.
64 .
65 This package contains sample programs for viewing (playdv), encoding
66 (encodedv), transferring DV data (dvconnect) and insert audio into a DV
67 stream (dubdv).