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
|
Source: libmpeg1
Priority: optional
Section: libs
Maintainer: Ben Gertzfield <che@debian.org>
Standards-Version: 2.3.0.1
Package: libmpeg1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: The MPEG library calls for movie streams
libmpeg gives programs a simple way to deal with streams of
MPEG-format movie files.
.
This package is necessary if you want to use the MPEG plugin for
The GIMP.
Package: libmpeg-dev
Architecture: any
Section: devel
Depends: libmpeg1
Suggests: libmpeg-doc
Description: Header files and static libraries for the MPEG library
This package contains the header files and static libraries for the
MPEG library.
.
Install this package if you wish to develop your own programs
using the MPEG library.
Package: libmpeg-doc
Architecture: all
Section: doc
Suggests: libmpeg-dev
Description: Documentation for the MPEG library
This package includes TeX and PostScript documentation detailing how
the MPEG library works.
.
Install this package if you want to develop your own programs using the
MPEG library.
|