- added urls to the required libs, with a lot of added libs
[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 libXv           (for videosink)
28 libxaudio       (for xa mp3 decoder)
29                         http://www.xaudio.com/
30 libvorbis       (for vorbisenc, vorbisdec)
31                         http://www.xiph.org/ogg/vorbis/index.html
32 libcdparanoia   (for cdparanoia ripper)
33                         http://www.xiph.org/paranoia/index.html
34 liblame         (for lame mp3 encoder)
35                         http://www.mp3dev.org/mp3/
36 libshout        (for the shoutcast plugin)
37                         http://www.icecast.org
38 libasound       (for the alsa src/sink plugin)
39                         http://alsa-project.org/
40 librtp          (for the rtp sink plugin, shipped with Gnome-O-Phone)
41                         http://sourceforge.net/projects/gphone
42 aalib           (for the aa sink plugin)
43                         http://aa-project.sourceforge.net/aalib/
44 aRts            (for the arts plugin wrapper, and the artsd sink)
45                         http://www.arts-project.org/
46 raw1394/linux1394       (for the dv plugin)
47                         http://linux1394.sourceforge.net/
48 decss           (for the dvdsrc)
49                         huh, I don't know, sorry (FIXME)
50 libesound       (for the esd sink)
51 gnome-vfs       (for the gnome-vfs src)
52 libgsm          (for the gsm plugin)
53                         http://kbs.cs.tu-berlin.de/~jutta/toast.html
54 sdl             (for the sdl sink)
55                         http://www.libsdl.org
56 xmms            (for the xmms plugins wrapper)
57                         http://www.xmms.org
58 mpeg2dec/ac3dec (for mpeg2 related plugins and dvd playback)
59                         http://linuxvideo.org/mpeg2dec/
60                         and http://linuxvideo.org/ac3dec/
61
62 for AVI playback you might want to get the windows libraries from
63 http://divx.euro.ru/ and put the .dll files in /usr/lib/win32/
64
65 An extra set of tools is required if you wish to build GStreamer out of
66 CVS (using autogen.sh):
67
68 Required tools:
69 ===============
70 autoconf
71 automake v1.4 or better
72 libtool v1.3.5 or better
73
74 Optional tools:
75 ===============
76 gtkdoc
77 db2html
78 fig2dev
79
80 Optional debian packages:
81 =========================
82 (This is an incomplete list, made only of problems which have been reported,
83 rather than by an audit.)
84 task-helix-gnome-dev   OR libgnome-dev
85
86 gtk-doc-tools 0.4-0.2  -- needed to build documentation