Tizen 2.1 base
[profile/ivi/gst-ffmpeg0.10.git] / debian / control
1 Source: gstreamer0.10-ffmpeg
2 Section: libs
3 Priority: optional
4 Maintainer: Seungbae Shin <seungbae.shin@samsung.com>, JongHyuk Choi <jhchoi.choi@samsung.com>, Jeongmo Yang <jm80.yang@samsung.com>
5 Build-Depends: debhelper (>= 5),
6                autotools-dev,
7                zlib1g-dev,
8                libglib2.0-dev (>= 2.4.0),
9                pkg-config (>= 0.11.0),
10                libgstreamer0.10-dev (>= 0.10.22),
11                libgstreamer-plugins-base0.10-dev (>= 0.10.22),
12                liboil0.3-dev (>= 0.3.6),
13                gstreamer-tools (>= 0.10.14), libvorbis-dev, libtheora-dev, execstack
14 Standards-Version: 3.8.0
15
16 Package: gstreamer0.10-ffmpeg
17 Architecture: any
18 Section: libs
19 Depends: ${misc:Depends},
20          ${shlibs:Depends}
21 Provides: ${gstreamer:Provides}
22 Description: FFmpeg plugin for GStreamer
23  This GStreamer plugin supports a large number of audio and video compression
24  formats through the use of the FFmpeg library.  The plugin contains GStreamer
25 # elements for encoding 40+ formats (MPEG, DivX, MPEG4, AC3, DV, ...), decoding
26  elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
27  demuxing 30+ formats and colorspace conversion.
28
29 Package: gstreamer0.10-ffmpeg-dbg
30 Section: debug
31 Architecture: any
32 Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer0.10-ffmpeg (= ${Source-Version})
33 Description: FFmpeg plugin for GStreamer (unstripped)