please don't make decisions like these on your own
[platform/upstream/gstreamer.git] / debian / control.in
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.16), zlib1g-dev (>= 1:1.1.4), libglib2.0-dev (>= 2.0.4), pkg-config (>= 0.11.0), libpopt-dev, bison, flex
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.21), gs, python (>= 2.1)
7 Standards-Version: 3.5.7
8
9 Package: libgstreamer@VERSION@
10 Architecture: [alpha arm hppa i386 mips mipsel 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: libgstreamer-dev
18 Architecture: any
19 Section: devel
20 Depends: libgstreamer@VERSION@ (= ${Source-Version}), libc6-dev | libc-dev, pkg-config, libpopt-dev, libglib2.0-dev
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: libgstreamer-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 tool
55  gst-xmllaunch: command line xml pipeline tool
56  gst-complete: gst-launch bash command line completion tool
57
58 Package: gstreamer-core
59 Architecture: any
60 Section: libs
61 Depends: ${shlibs:Depends}, gstreamer-runtime (= ${Source-Version})
62 Description: Core element and library plugins for GStreamer
63  Core element and library plugins for GStreamer
64  .
65  Includes various basic elements:
66   * file source and sink
67   * tee and aggregator
68   * fake source and sink for testing
69   * identity
70   * pipe filter
71   * statistics
72  .
73  And other important yet plugable pieces:
74   * autoplugging support
75   * standard scheduler
76   * type detection support
77
78 Package: gstreamer-core-libs
79 Architecture: any
80 Section: libs
81 Depends: ${shlibs:Depends}
82 Description: Core library plugins for GStreamer
83  Core library plugins for GStreamer
84   * bytestream
85   * control
86   * putbits
87   * getbits
88
89 Package: gstreamer-core-libs-dev
90 Architecture: any
91 Section: devel
92 Depends: gstreamer-core-libs
93 Description: Development files for core library plugins for GStreamer
94  Development files for core library plugins for GStreamer
95  Includes headers for library plugins from gstreamer-core-libs