apparently we require a newer version of gnome-vfs
[platform/upstream/gstreamer.git] / REQUIREMENTS
1 GStreamer uses 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://bugzilla.gnome.org/.
6
7
8 Required tools:
9 ===============
10
11 An extra set of tools is required if you wish to build GStreamer out of
12 CVS (using autogen.sh):
13
14 autoconf 2.52 or better
15 automake 1.5
16 libtool v1.4 or better
17 pkgconfig 0.9.0 or better (http://www.freedesktop.org/software/pkgconfig/)
18
19 Required libraries:
20 ===================
21
22 The core GStreamer libraries. See the gstreamer/ module in GStreamer cvs, or
23 the version that corresponds to this plugin release.
24
25 Optional libraries:
26 ===================
27
28 This file lists supporting libraries for which gst-plugins contains plugins,
29 as well as their minimum version.  You can find the corresponding plugins in
30 ext/(library)
31
32 libHermes       (for colorspace conversions; you need this for any video work)
33                         http://www.clanlib.org/hermes/
34 libghttp        (for httpsrc)
35                         http://ftp.gnome.org/pub/GNOME/stable/sources/libghttp/
36 libaudiofile    (for afsrc/afsink
37                         http://oss.sgi.com/projects/audiofile/
38 libmad          (for the mad mp3 decoder plugin)
39                         http://www.mars.org/home/rob/proj/mpeg/
40 libjpeg         (for jpegenc/jpegdec)
41                         http://www.ijg.org/
42 libopenquicktime (for the QT plugin)
43                         http://sourceforge.net/projects/openquicktime/
44 libXv           (for videosink)
45 libxaudio       (for xa mp3 decoder)
46                         http://www.xaudio.com/
47 libvorbis       (for vorbisenc, vorbisdec)
48                         http://www.xiph.org/ogg/vorbis/index.html
49 libcdparanoia   (for cdparanoia ripper)
50                         http://www.xiph.org/paranoia/index.html
51 liblame         (for lame mp3 encoder)
52                         http://www.mp3dev.org/mp3/
53 libshout        (for the shoutcast plugin)
54                         http://www.icecast.org
55 libasound       (for the alsa src/sink plugin)
56                         http://alsa-project.org/
57 librtp          (for the rtp sink plugin)
58                         http://www.linphone.org/ortp/
59 aalib           (for the aa sink plugin)
60                         http://aa-project.sourceforge.net/aalib/
61 aRts            (for the arts plugin wrapper, and the artsd sink)
62                         http://www.arts-project.org
63 raw1394/linux1394       (for the dv plugin)
64                         http://linux1394.sourceforge.net
65 libdvdread      (for the dvdsrc)
66                         http://www.dtek.chalmers.se/groups/dvd/
67                         (optional: libcss for encrypted DVDs)
68 libdvdnav       (for the dvdnavsrc)
69                         http://dvd.sourceforge.net/
70                         (optional: libcss for encrypted DVDs)
71                 >= 0.1.9
72 libesound       (for the esd sink 
73                         ftp.gnome.org/pub/GNOME/stable/sources/esound)
74 gnome-vfs       (for the gnome-vfs src)
75                 >= 2.4.0
76 libgsm          (for the gsm plugin)
77                         http://kbs.cs.tu-berlin.de/~jutta/toast.html
78 sdl             (for the sdl sink)
79                         http://www.libsdl.org
80 xmms            (for the xmms plugins wrapper)
81                         http://www.xmms.org
82 mpeg2dec/a52dec (for mpeg2 related plugins and dvd playback)
83                         http://libmpeg2.sourceforge.net/
84                         and http://liba52.sourceforge.net/
85                 >=      v0.3.1/v0.7.2
86 swfdec          (for the swfdec plugin)
87                         http://swfdec.sourceforge.net
88                 >=      0.2.0
89 flac            (for the FLAC lossless audio format)
90                         http://flac.sourceforge.net
91                 >= 1.0.3 preferred, 1.0.2 should work
92 gtk             (for the gdk_pixbuf plugin)
93                         http://www.gtk.org/
94                 >= 2.2.1 preferred, 2.0 ok
95 pango           (for the textoverlay plugins)
96                         http://www.pango.org/
97
98 Optional debian packages:
99 =========================
100
101 gtk-doc-tools 0.4-0.2  -- needed to build documentation