1GStreamer uses a *large* array of tools and libraries, most of which are
2optional.  We have attempted to make sure that any code that depends on
3optional libraries doesn't get built unless you have those libraries.  If
4you find this not to be the case, please, let us know by filing a bug
5report at http://bugzilla.gnome.org/.
6
7
8Required tools:
9===============
10
11An extra set of tools is required if you wish to build GStreamer out of
12CVS (using autogen.sh):
13
14autoconf 2.52 or better
15automake 1.5
16gettext 0.11.5
17libtool v1.4 or better
18pkgconfig 0.9.0 or better (http://www.freedesktop.org/software/pkgconfig/)
19
20Required libraries:
21===================
22
23The core GStreamer libraries. See the gstreamer/ module in GStreamer cvs, or
24the version that corresponds to this plugin release.
25
26Package:	GStreamer
27Version:	0.10.11.2
28Recommended:	0.10.latest
29URL:		http://gstreamer.freedesktop.org/
30DebianPackage:	libgstreamer0.10-dev
31Notes:		The required version is updated frequently, so the version
32	listed in this file is often wrong.  If you are compiling from CVS,
33	the required version is often the latest GStreamer CVS.
34
35
36Optional libraries:
37===================
38
39This file lists supporting libraries for which gst-plugins-base contains
40plugins, as well as their minimum version.  You can find the corresponding
41plugins in ext/(library)
42
43Package:	Orc
44Version:	>= 0.4.5
45Recommended:	0.4.latest
46URL:		http://code.entropywave.com/orc
47DebianPackage:	liborc-0.4-dev
48
49Package:	GTK+
50Version:	>= 2.0
51Recommended:	>= 2.2
52URL:		http://www.gtk.org/
53DebianPackage:	libgtk2.0-dev
54Notes:		Required by several examples
55
56Package:	Xlib
57Plugins:	xvimagesink, ximagesink, v4l (v4lsrc), ximagesrc
58DebianPackage:	libx11-dev libxv-dev libxt-dev
59
60Package:	Alsa
61Version:	>= 0.9.1
62Plugins:	alsa (alsasrc, alsasink)
63URL:		http://www.alsa-project.org/
64DebianPackage:	libasound2-dev
65
66Package:	CDParanoia
67Plugins:	cdparanoia
68URL:		http://xiph.org/paranoia/
69DebianPackage:	libcdparanoia0-dev
70
71Package:	libvisual
72Version:	>= 0.2.0
73Recommended:	0.4.0
74Plugins:	libvisual
75URL:		http://localhost.nl/~synap/libvisual-wiki/index.php/Main_Page
76DebianPackage:	libvisual0.4-dev
77
78Package:	Ogg
79Version:	>= 1.0
80Plugins:	ogg (oggdemux, oggmux)
81URL:		http://xiph.org/ogg/
82DebianPackage:	libogg-dev
83
84Package:	Pango
85Plugins:	pango
86DebianPackage:	libpango1.0-dev
87URL:		http://www.pango.org/
88
89Package:	Theora
90Plugins:	theora (theoradec, theoraenc)
91URL:		http://www.theora.org/
92DebianPackage:	libtheora-dev
93
94Package:	Vorbis
95Plugins:	vorbis (vorbisdec, vorbisenc)
96DebianPackage:	libvorbis-dev
97URL:		http://www.vorbis.com/
98
99
100