Slightly changed the README, we are not really tied to GNOME.
[platform/upstream/gstreamer.git] / REQUIREMENTS
1 GStreamer use a *large* array of tools and libraries, most of which are
2 optional.  We have attempted to make sure that any code that depends on
3 optional libraries doesn't get built unless you have those libraries.  If
4 you find this not to be the case, please, let us know by filing a bug
5 report at http://sourceforge.net/bugs/?group_id=1936.
6
7
8 Required libraries:
9 ===================
10 glib v1.2.0 or better
11 gtk+ v1.2.0 or better
12 libxml          (also called gnome-xml, available from http://xmlsoft.org/)
13 libHermes       (for gstplay)
14                         http://www.clanlib.org/hermes/
15
16 These libraries are all central parts of gnome, and are available from the
17 ftp.gnome.org or its mirrors, amongst other places.
18
19 Optional libraries:
20 ===================
21 gdk_pixbuf
22 libgnomeui      (for gstplay, gsteditor, autoplug example, several tests)
23 libglade        (for gstplay, gsteditor)
24
25 libghttp        (for httpsrc)
26                         http://ftp.gnome.org/pub/GNOME/stable/sources/libghttp/
27 libaudiofile    (for afsrc/afsink)
28                         //URL FIXME
29 libmad          (for the mad mp3 decoder plugin)
30                         //URL FIXME
31 libjpeg         (for jpegenc/jpegdec)
32                         //URL FIXME
33 libopenquicktime (for the QT plugin)
34                         //URL FIXME
35 libXv           (for videosink)
36 libxaudio       (for xa mp3 decoder)
37                         http://www.xaudio.com/
38 libvorbis       (for vorbisenc, vorbisdec)
39                         http://www.xiph.org/ogg/vorbis/index.html
40 libcdparanoia   (for cdparanoia ripper)
41                         http://www.xiph.org/paranoia/index.html
42 liblame         (for lame mp3 encoder)
43                         http://www.mp3dev.org/mp3/
44 libshout        (for the shoutcast plugin)
45                         http://www.icecast.org
46 libasound       (for the alsa src/sink plugin)
47                         http://alsa-project.org/
48 librtp          (for the rtp sink plugin, shipped with Gnome-O-Phone)
49                         http://sourceforge.net/projects/gphone
50 aalib           (for the aa sink plugin)
51                         http://aa-project.sourceforge.net/aalib/
52 aRts            (for the arts plugin wrapper, and the artsd sink)
53                         http://www.arts-project.org/
54 raw1394/linux1394       (for the dv plugin)
55                         http://linux1394.sourceforge.net/
56 decss           (for the dvdsrc)
57                         huh, I don't know, sorry (FIXME)
58 libesound       (for the esd sink)
59 gnome-vfs       (for the gnome-vfs src)
60 libgsm          (for the gsm plugin)
61                         http://kbs.cs.tu-berlin.de/~jutta/toast.html
62 sdl             (for the sdl sink)
63                         http://www.libsdl.org
64 xmms            (for the xmms plugins wrapper)
65                         http://www.xmms.org
66 mpeg2dec/ac3dec (for mpeg2 related plugins and dvd playback)
67                         http://linuxvideo.org/mpeg2dec/
68                         and http://linuxvideo.org/ac3dec/
69
70 for AVI playback you might want to get the windows libraries from
71 http://divx.euro.ru/ and put the .dll files in /usr/lib/win32/
72
73 An extra set of tools is required if you wish to build GStreamer out of
74 CVS (using autogen.sh):
75
76 Required tools:
77 ===============
78 autoconf
79 automake v1.4 or better
80 libtool v1.3.5 or better
81
82 Optional tools:
83 ===============
84 gtkdoc
85 db2html
86 fig2dev
87
88 Optional debian packages:
89 =========================
90 (This is an incomplete list, made only of problems which have been reported,
91 rather than by an audit.)
92 task-helix-gnome-dev   OR libgnome-dev
93
94 gtk-doc-tools 0.4-0.2  -- needed to build documentation