~ubuntu-branches/ubuntu/feisty/ffmpeg/feisty-updates

2 by Sebastian Dröge
* Sync with Debian:
1
Source: ffmpeg
2
Section: libs
3
Priority: optional
10 by Kees Cook
* SECURITY UPDATE: crash from crafted STR file.
4
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
5
XSBC-Original-Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
4 by Sebastian Dröge
* Sync with Debian:
6
Build-Depends: debhelper (>= 4.0), quilt, libogg-dev, libvorbis-dev, liba52-dev, libdts-dev, zlib1g-dev, libsdl1.2-dev, libfreetype6-dev, libimlib2-dev, texi2html, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libdc1394-13-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libtheora-dev (>> 0.0.0.alpha4), libgsm1-dev
7
Standards-Version: 3.7.2
2 by Sebastian Dröge
* Sync with Debian:
8
9
Package: ffmpeg
10
Section: graphics
11
Architecture: any
12
Depends: ${shlibs:Depends}
13
Description: multimedia player, server and encoder
14
 This package contains the ffplay multimedia player, the ffserver streaming
15
 server and the ffmpeg audio and video encoder. They support most existing
3 by Sebastian Dröge
* Sync with Debian:
16
 file formats (AVI, MPEG, OGG, Matroska, ASF...) and encoding formats (MPEG,
17
 DivX, MPEG4, AC3, DV...).
18
19
Package: libavcodec0d
20
Section: libs
21
Architecture: any
22
Depends: ${shlibs:Depends}
23
Description: ffmpeg codec library
24
 This is the codec library from the ffmpeg project. It supports most existing
25
 encoding formats (MPEG, DivX, MPEG4, AC3, DV...).
26
 .
27
 This package contains a Debian-specific version of the libavcodec shared
28
 object that should only be used by Debian packages.
29
30
Package: libpostproc0d
31
Section: libs
32
Architecture: any
33
Depends: ${shlibs:Depends}
34
Description: ffmpeg video postprocessing library
35
 This is the video postprocessing library from the ffmpeg project.
36
 .
37
 This package contains a Debian-specific version of the libpostproc shared
38
 object that should only be used by Debian packages.
39
40
Package: libavformat0d
41
Section: libs
42
Architecture: any
43
Depends: ${shlibs:Depends}
44
Description: ffmpeg file format library
45
 This is the demuxer library from the ffmpeg project. It supports most
46
 existing file formats (AVI, MPEG, OGG, Matroska, ASF...).
47
 .
48
 This package contains a Debian-specific version of the libavformat shared
49
 object that should only be used by Debian packages.
2 by Sebastian Dröge
* Sync with Debian:
50
51
Package: libavcodec-dev
52
Section: libdevel
53
Architecture: any
4 by Sebastian Dröge
* Sync with Debian:
54
Depends: libavcodec0d (= ${Source-Version}), libvorbis-dev, libogg-dev, libdts-dev, liba52-dev, zlib1g-dev, ${lib1394-dev}, libtheora-dev (>> 0.0.0.alpha4), libgsm1-dev, ${shlibs:Depends}
3 by Sebastian Dröge
* Sync with Debian:
55
Conflicts: libavformat-dev (<< 0.cvs20060329-4)
56
Replaces: libavformat-dev (<< 0.cvs20060329-4)
2 by Sebastian Dröge
* Sync with Debian:
57
Description: development files for libavcodec
58
 This is the codec library from the ffmpeg project. It supports most existing
3 by Sebastian Dröge
* Sync with Debian:
59
 encoding formats (MPEG, DivX, MPEG4, AC3, DV...).
2 by Sebastian Dröge
* Sync with Debian:
60
 .
61
 This package contains the header files and static libraries needed to
62
 compile applications or shared objects that use libavcodec.
63
64
Package: libpostproc-dev
65
Section: libdevel
66
Architecture: any
3 by Sebastian Dröge
* Sync with Debian:
67
Depends: libpostproc0d (= ${Source-Version}), libavcodec-dev (= ${Source-Version}), ${shlibs:Depends}
2 by Sebastian Dröge
* Sync with Debian:
68
Description: development files for libpostproc
69
 This is the video postprocessing library from the ffmpeg project.
70
 .
71
 This package contains the header files and static libraries needed to
72
 compile applications or shared objects that use libpostproc.
73
74
Package: libavformat-dev
75
Section: libdevel
76
Architecture: any
3 by Sebastian Dröge
* Sync with Debian:
77
Depends: libavformat0d (= ${Source-Version}), libavcodec-dev (= ${Source-Version}), ${shlibs:Depends}
78
Conflicts: libavcodec-dev (<< 0.cvs20060306-1)
79
Replaces: libavcodec-dev (<< 0.cvs20060306-1)
2 by Sebastian Dröge
* Sync with Debian:
80
Description: development files for libavformat
3 by Sebastian Dröge
* Sync with Debian:
81
 This is the demuxer library from the ffmpeg project. It supports most
82
 existing file formats (AVI, MPEG, OGG, Matroska, ASF...).
2 by Sebastian Dröge
* Sync with Debian:
83
 .
84
 This package contains the header files and static libraries needed to
85
 compile applications or shared objects that use libavformat.
86