2.0 beta init
[framework/multimedia/gstreamer0.10.git] / debian / control
1 Source: gstreamer0.10
2 Section: libs
3 Priority: optional
4 Maintainer: Shin Seung Bae <seungbae.shin@samsung.com>, JongHyuk Choi <jhchoi.choi@samsung.com>
5 Uploaders: Shin Seung Bae <seungbae.shin@samsung.com>, JongHyuk Choi <jhchoi.choi@samsung.com>, Hyunseok Lee <hs7388.lee@samsung.com>, YoungHwan Ahn <younghwan_.an@samsung.com>, Jeongmo Yang <jm80.yang@samsung.com>, Naveen Ch <naveen.ch@samsung.com>
6 Build-Depends: debhelper (>= 5),
7                autotools-dev,
8                libxml2-dev (>= 2.6.0),
9                zlib1g-dev (>= 1:1.1.4),
10                libglib2.0-dev (>= 2.12),
11                pkg-config (>= 0.11.0),
12                libmm-ta-dev
13 Standards-Version: 3.8.0
14
15 Package: libgstreamer0.10-0
16 Architecture: any
17 Section: libs
18 Depends: ${shlibs:Depends}, libmm-ta
19 Suggests: gstreamer0.10-tools,
20           gstreamer0.10-plugins
21 Description: Core GStreamer libraries and elements
22  GStreamer is a streaming media framework, based on graphs of filters
23  which operate on media data.  Applications using this library can do
24  anything from real-time sound processing to playing videos, and just
25  about anything else media-related.  Its plugin-based architecture means
26  that new data types or processing capabilities can be added simply by
27  installing new plug-ins.
28  .
29  This package contains the core library and elements.
30
31 Package: libgstreamer0.10-dev
32 XB-Public-Package: no
33 Architecture: any
34 Section: libdevel
35 Depends: libmm-ta-dev, libgstreamer0.10-sdk-dev
36 Description: GStreamer core SDK development files
37  GStreamer is a streaming media framework, based on graphs of filters
38  which operate on media data.  Applications using this library can do
39  anything from real-time sound processing to playing videos, and just
40  about anything else media-related.  Its plugin-based architecture means
41  that new data types or processing capabilities can be added simply by
42  installing new plug-ins.
43  .
44  This package contains SDK development files for the core library and
45  elements.
46
47
48 Package: libgstreamer0.10-sdk-dev
49 Architecture: any
50 Section: libdevel
51 Depends: libgstreamer0.10-0 (= ${binary:Version}),
52          libc6-dev | libc-dev,
53          pkg-config,
54          libglib2.0-dev,
55          libxml2-dev,
56          libmm-ta-sdk-dev,
57          ${shlibs:Depends}
58 Replaces: gstreamer-tools (<< 0.10.20-2)
59 Recommends: debhelper
60 Suggests: gstreamer0.10-doc
61 Description: GStreamer core development files
62  GStreamer is a streaming media framework, based on graphs of filters
63  which operate on media data.  Applications using this library can do
64  anything from real-time sound processing to playing videos, and just
65  about anything else media-related.  Its plugin-based architecture means
66  that new data types or processing capabilities can be added simply by
67  installing new plug-ins.
68  .
69  This package contains development files for the core library and
70  elements.
71
72 Package: gstreamer0.10-tools
73 Architecture: any
74 Section: utils
75 Depends: ${shlibs:Depends},
76          pkg-config,
77          libgstreamer0.10-0 (>= 0.10.21.3)
78 Suggests: gstreamer0.10-plugins-base
79 Description: Tools for use with GStreamer
80  GStreamer is a streaming media framework, based on graphs of filters
81  which operate on media data.  Applications using this library can do
82  anything from real-time sound processing to playing videos, and just
83  about anything else media-related.  Its plugin-based architecture means
84  that new data types or processing capabilities can be added simply by
85  installing new plug-ins.
86  .
87  This package contains versioned command-line tools for GStreamer.
88
89 Package: gstreamer-tools
90 Architecture: any
91 Section: utils
92 Depends: ${shlibs:Depends},
93          gstreamer0.10-tools | gstreamer0.8-tools
94 Conflicts: gstreamer0.8-tools (<< 0.8.11-2)
95 Description: Tools for use with GStreamer
96  GStreamer is a streaming media framework, based on graphs of filters
97  which operate on media data.  Applications using this library can do
98  anything from real-time sound processing to playing videos, and just
99  about anything else media-related.  Its plugin-based architecture means
100  that new data types or processing capabilities can be added simply by
101  installing new plug-ins.
102  .
103  This package contains unversioned command-line tools for GStreamer
104  that work with different major/minor versions of GStreamer.
105
106 Package: libgstreamer0.10-0-dbg
107 Section: debug
108 Architecture: any
109 Depends: ${shlibs:Depends}, ${misc:Depends}, libgstreamer0.10-0 (= ${Source-Version})
110 Description: Core GStreamer libraries and elements (unstripped)