Debian 0.3.1-1 packaging updates
[platform/upstream/gstreamer.git] / debian / control
1 Source: gstreamer
2 Section: libs
3 Priority: optional
4 Maintainer: David I. Lehn <dlehn@vt.edu>
5 Build-Depends: debhelper (>= 3.0.0), libxml2-dev (>= 2.4.12), zlib1g-dev (>= 1:1.1.3), libglib1.3-dev (>= 1.3.12), libgtk1.3-dev (>= 1.3.12), pkg-config (>= 0.8.0)
6 Build-Depends-Indep: debhelper (>= 3.0.0), gtk-doc-tools (>= 0.4), jade (>= 1.2.1), transfig (>= 3.2.3.c), docbook-utils (>= 0.6.9), xsltproc (>= 1.0.6)
7 Standards-Version: 3.5.6
8
9 Package: libgst2
10 Architecture: [alpha arm hppa i386 mips powerpc sparc]
11 Section: libs
12 Depends: ${shlibs:Depends}
13 Suggests: gstreamer-core, gstreamer-misc
14 Description: Core GStreamer shared library
15  Core GStreamer shared library
16
17 Package: libgst-dev
18 Architecture: any
19 Section: devel
20 Depends: libgst2 (= ${Source-Version}), libc6-dev, pkg-config
21 Recommends: gstreamer-doc (= ${Source-Version})
22 Description: GStreamer development libraries and headers
23  GStreamer development libraries and headers
24
25 Package: gstreamer-runtime
26 Architecture: any
27 Section: libs
28 Depends: ${shlibs:Depends}
29 Suggests: gstreamer-tools
30 Description: gstreamer-register binary needed to manage plugin registry
31  gst-register: binary needed to manage plugin registry
32  gst-compprep: register components for gstreamer-complete
33
34 Package: gstreamer-doc
35 Architecture: all
36 Section: doc
37 Recommends: libgst-dev (= ${Source-Version})
38 Description: Core GStreamer documentation
39  Core GStreamer documentation
40  .
41  Gstreamer Manual
42  Gstreamer Plugin Writers Guide
43  Various API docs
44
45 Package: gstreamer-tools
46 Architecture: any
47 Section: x11
48 Depends: ${shlibs:Depends}
49 Suggests: gstreamer-misc
50 Description: Tools for use with GStreamer
51  Tools for use with GStreamer
52  .
53  gst-inspect: query details of installed plugins
54  gst-launch: command line pipeline generator
55  gst-complete: gstreamer-launch bash command line completion tool
56
57 Package: gstreamer-core
58 Architecture: any
59 Section: libs
60 Depends: ${shlibs:Depends}, gstreamer-runtime (= ${Source-Version})
61 Description: Core element and library plugins for GStreamer
62  Core element and library plugins for GStreamer
63  .
64  Includes various basic elements:
65   * file source and sink
66   * tee and aggregator
67   * fake source and sink for testing
68   * identity
69   * pipe filter
70   * statistics
71  .
72  And other important yet plugable pieces:
73   * autoplugging support
74   * standard scheduler
75   * type detection support
76
77 Package: gstreamer-lib-core
78 Architecture: any
79 Section: libs
80 Depends: ${shlibs:Depends}
81 Description: Core library plugins for GStreamer
82  Core library plugins for GStreamer
83   * bytestream
84   * control
85   * putbits
86   * getbits
87
88 Package: gstreamer-lib-core-dev
89 Architecture: any
90 Section: devel
91 Depends: gstreamer-lib-core
92 Description: Development files for core library plugins for GStreamer
93  Development files for core library plugins for GStreamer
94  Includes headers for library plugins from gstreamer-lib-core