File: control

package info (click to toggle)
mpeg2dec 0.4.0b-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,624 kB
  • ctags: 1,741
  • sloc: ansic: 14,671; sh: 8,405; makefile: 344
file content (59 lines) | stat: -rw-r--r-- 2,308 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
Source: mpeg2dec
Section: libs
Priority: optional
Maintainer: Loic Minier <lool@dooz.org>
Uploaders: David I. Lehn <dlehn@debian.org>, Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.5), libsdl1.2-dev (>= 1.2.3), autotools-dev, gcc-3.4
Standards-Version: 3.6.2

Package: libmpeg2-4-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libmpeg2-4 (= ${Source-Version}), libc6-dev | libc-dev, pkg-config
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: ${misc:Depends}, ${shlibs:Depends}
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: ${misc: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/