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
|
Source: ffmpeg
Section: libs
Priority: optional
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Build-Depends: debhelper (>= 4.0), libvorbis-dev, liba52-dev, libdts-dev, zlib1g-dev, libsdl1.2-dev, libfreetype6-dev, libimlib2-dev, texi2html, gcc-3.4 [powerpc]
Standards-Version: 3.6.1.1
Package: ffmpeg
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Description: multimedia player, server and encoder
This package contains the ffplay multimedia player, the ffserver streaming
server and the ffmpeg audio and video encoder. They support most existing
file formats (AVI, MPEG, OGG, Matroska, ASF, ...) and encoding formats (MPEG,
DivX, MPEG4, AC3, DV, ...).
Package: libavcodec-dev
Section: libdevel
Architecture: any
Depends: libvorbis-dev, libdts-dev, liba52-dev, zlib1g-dev, ${shlibs:Depends}
Description: development files for libavcodec
This is the codec library from the ffmpeg project. It supports most existing
encoding formats (MPEG, DivX, MPEG4, AC3, DV, ...).
.
This package contains the header files and static libraries needed to
compile applications or shared objects that use libavcodec.
Package: libpostproc-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, libavcodec-dev (= ${Source-Version})
Description: development files for libpostproc
This is the video postprocessing library from the ffmpeg project.
.
This package contains the header files and static libraries needed to
compile applications or shared objects that use libpostproc.
Package: libavformat-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, libavcodec-dev (= ${Source-Version})
Description: development files for libavformat
This is the codec library from the ffmpeg project. It supports most existing
file formats (AVI, MPEG, OGG, Matroska, ASF, ...).
.
This package contains the header files and static libraries needed to
compile applications or shared objects that use libavformat.
|