Imported Debian version 2.5.3~trusty1
[deb_ffmpeg.git] / debian / control
... / ...
CommitLineData
1Source: ffmpeg
2Section: libs
3Priority: optional
4Maintainer: Doug McMahon <mc631man@gmail.com>
5Standards-Version: 3.9.5
6Homepage: http://ffmpeg.org/
7Build-Depends:
8 autoconf,
9 debhelper (>= 8.1.3~),
10 libasound2-dev [linux-any],
11 libass-dev,
12 libbz2-dev,
13 libfdk-aac-dev,
14 libmp3lame-dev (>= 3.98.3),
15 libopencore-amrnb-dev,
16 libopencore-amrwb-dev,
17 libopus-dev,
18 libpulse-dev,
19 libsdl1.2-dev,
20 libsoxr-dev,
21 libspeex-dev,
22 libtheora-dev,
23 libva-dev [!hurd-any],
24 libvdpau-dev,
25 libvidstab-dev,
26 libvo-aacenc-dev,
27 libvorbis-dev,
28 libvpx-dev (>= 0.9.6),
29 libx11-dev,
30 libx264-dev,
31 libx265-dev,
32 libxext-dev,
33 libxfixes-dev,
34 libxcb-shm0-dev,
35 libxcb-xfixes0-dev,
36 libxvidcore-dev,
37 libxvmc-dev,
38 texi2html,
39 yasm [any-amd64 any-i386],
40 zlib1g-dev
41
42Package: ffmpeg
43Section: video
44Architecture: any
45Depends: ${shlibs:Depends}, ${misc:Depends}
46Description: Multimedia player, server, encoder and transcoder
47 FFmpeg is a complete, cross-platform solution to decode, encode, record,
48 convert and stream audio and video.
49 .
50 This package contains the ffplay multimedia player, the ffserver
51 streaming server, the ffmpeg audio and video encoder, and the ffprobe
52 stream analyzer. They support most existing file formats (AVI, MPEG,
53 OGG, Matroska, ASF...) and encoding formats (MPEG, DivX, MPEG4, AC3,
54 DV...). Additionally, it contains the qt-faststart utility which
55 rearranges Quicktime files to facilitate network streaming.