File: control

package info (click to toggle)
mpeg2dec 0.4.0b-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,648 kB
  • ctags: 1,739
  • sloc: ansic: 14,671; sh: 8,405; makefile: 340
file content (62 lines) | stat: -rw-r--r-- 2,450 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
Source: mpeg2dec
Section: libs
Priority: optional
Maintainer: David I. Lehn <dlehn@debian.org>
Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.5), libsdl1.2-dev (>= 1.2.3), autotools-dev
Standards-Version: 3.6.1

Package: libmpeg2-4-dev
Architecture: any
Section: libdevel
Depends: libmpeg2-4 (= ${Source-Version}), libc6-dev | libc-dev, pkg-config
Replaces: libmpeg2-dev, libmpeg2-0-dev, libmpeg2-1-dev, libmpeg2-2-dev, libmpeg2-3-dev
Conflicts: libmpeg2-dev, libmpeg2-0-dev, libmpeg2-1-dev, libmpeg2-2-dev, libmpeg2-3-dev
Description: libmpeg2 development libraries and headers
 libmpeg2 is a library which can decode MPEG1 and MPEG2 video streams.
 .
 This package contains the libraries and headers required to compile
 programs which use libmpeg2.
 .
 http://libmpeg2.sourceforge.net/

Package: libmpeg2-4
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Replaces: libmpeg2-0, libmpeg2-1, libmpeg2-2, libmpeg2-3
Conflicts: libmpeg2-0, libmpeg2-1, libmpeg2-2, libmpeg2-4
Description: MPEG1 and MPEG2 video decoder library
 libmpeg2 is a library which can decode MPEG1 and MPEG2 video streams.
 .
 The main features in libmpeg2 are:
 .
  * Conformance - libmpeg2 is able to decode all mpeg streams that conform to
    certain restrictions. For streams that follow these restrictions, libmpeg2
    is probably 100% conformant to the mpeg standards - and there's a pretty
    extensive test suite to check this.
 .
  * Speed - there has been huge efforts there, and libmpeg2 is probably the
    fastest library around for what it does.
 .
  * Portability - most of the code is written in C, and when platform-specific
    optimizations are used, there always is a generic C routine to fall back
    on.  This should be portable to all architectures - at least we have heard
    reports from people running this code on x86, ppc, sparc, arm and sh4.
 .
  * Reuseability - libmpeg2 is not intended to include any project-specific
    code, but it should still include enough features to be used by very
    diverse projects.
 .
 This package contains the libmpeg2 shared libraries.
 .
 http://libmpeg2.sourceforge.net/

Package: mpeg2dec
Architecture: any
Section: graphics
Depends: ${shlibs:Depends}
Description: Simple libmpeg2 video decoder application
 Simple libmpeg2 application which can decode and play ES, PS, and TS video
 streams.  Includes extract_mpeg2 demuxer and various output drivers.
 .
 http://libmpeg2.sourceforge.net/