aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele2002-07-09 05:45:37 -0500
committerThomas Vander Stichele2002-07-09 05:45:37 -0500
commitc02f0b607ddc86354ad4b22d4dc719e074a43c87 (patch)
tree01e8bb4779bdbb93e75cd8381316e02dcc2b4ef4 /REQUIREMENTS
parentd0f17f51db700fcb04186ca4d388d49f0d33dfce (diff)
downloadgst-plugins-bad0-10-c02f0b607ddc86354ad4b22d4dc719e074a43c87.tar.gz
gst-plugins-bad0-10-c02f0b607ddc86354ad4b22d4dc719e074a43c87.tar.xz
gst-plugins-bad0-10-c02f0b607ddc86354ad4b22d4dc719e074a43c87.zip
merge from release branch
Original commit message from CVS: merge from release branch
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r--REQUIREMENTS122
1 files changed, 120 insertions, 2 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS
index 6cc1e9fb7..0ad20d8b1 100644
--- a/REQUIREMENTS
+++ b/REQUIREMENTS
@@ -1,7 +1,125 @@
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://sourceforge.net/bugs/?group_id=1936.
6
7
8Required libraries:
9===================
10
11The core GStreamer libraries are required which depend on the following:
12
13the latest glib2, currently at v2.0.4
14libxml2 (also called gnome-xml, available from http://xmlsoft.org/)
15
16These libraries are all central parts of gnome, and are available from the
17ftp.gnome.org or its mirrors, amongst other places.
18
19
20Optional libraries:
21===================
22
1This file lists supporting libraries for which gst-plugins contains plugins, 23This file lists supporting libraries for which gst-plugins contains plugins,
2as well as their minimum version. You can find the corresponding plugins in 24as well as their minimum version. You can find the corresponding plugins in
3ext/(library) 25ext/(library)
4 26
5a52dec 0.7.3 27gdk_pixbuf
6avifile >= 0.6.0 (cvs) 28libgnomeui (for gstplay, gsteditor, autoplug example, several tests)
29libglade (for gstplay, gsteditor)
30libHermes (for colorspace conversions; you need this for any video work)
31 http://www.clanlib.org/hermes/
32libghttp (for httpsrc)
33 http://ftp.gnome.org/pub/GNOME/stable/sources/libghttp/
34libaudiofile (for afsrc/afsink)
35 http://oss.sgi.com/projects/audiofile/
36libmad (for the mad mp3 decoder plugin)
37 http://www.mars.org/home/rob/proj/mpeg/
38libjpeg (for jpegenc/jpegdec)
39 http://www.ijg.org/
40libopenquicktime (for the QT plugin)
41 http://sourceforge.net/projects/openquicktime/
42libXv (for videosink)
43libxaudio (for xa mp3 decoder)
44 http://www.xaudio.com/
45libvorbis (for vorbisenc, vorbisdec)
46 http://www.xiph.org/ogg/vorbis/index.html
47libcdparanoia (for cdparanoia ripper)
48 http://www.xiph.org/paranoia/index.html
49liblame (for lame mp3 encoder)
50 http://www.mp3dev.org/mp3/
51libshout (for the shoutcast plugin)
52 http://www.icecast.org
53libasound (for the alsa src/sink plugin)
54 http://alsa-project.org/
55ortp (for the rtp sink plugin)
56 http://www.linphone.org/ortp/
57aalib (for the aa sink plugin)
58 http://aa-project.sourceforge.net/aalib/
59aRts (for the arts plugin wrapper, and the artsd sink)
60 http://www.arts-project.org
61raw1394/linux1394 (for the dv plugin)
62 http://linux1394.sourceforge.net
63libdvdread (for the dvdsrc)
64 http://www.dtek.chalmers.se/groups/dvd/
65 (optional: libcss for encrypted DVDs)
66libesound (for the esd sink
67 ftp.gnome.org/pub/GNOME/stable/sources/esound)
68gnome-vfs (for the gnome-vfs src)
69libgsm (for the gsm plugin)
70 http://kbs.cs.tu-berlin.de/~jutta/toast.html
71sdl (for the sdl sink)
72 http://www.libsdl.org
73xmms (for the xmms plugins wrapper)
74 http://www.xmms.org
75mpeg2dec/a52dec (for mpeg2 related plugins and dvd playback)
76 http://libmpeg2.sourceforge.net/
77 and http://liba52.sourceforge.net/
78 >= v0.2.1/v0.7.2
79avifile (for the avi windows decoder plugins)
80 http://avifile.sourceforge.net/
81 you might want to get the windows libraries
82 from http://divx.euro.ru/ and put the .dll files
83 in /usr/lib/win32/
84 >= 0.6.0 (cvs)
85
86
87flac (for the FLAC lossless audio format)
88 http://flac.sourceforge.net
89
90
91Required tools:
92===============
93
94An extra set of tools is required if you wish to build GStreamer out of
95CVS (using autogen.sh):
96
97autoconf 2.52
98automake 1.5
99libtool v1.4 or better
100pkgconfig 0.8.0 (http://www.freedesktop.org/software/pkgconfig/)
101
102
103Optional tools:
104===============
105
106gtkdoc
107db2html
108fig2dev
109xsltproc
110
111
112Optional debian packages:
113=========================
114
115(This is an incomplete list, made only of problems which have been reported,
116rather than by an audit.)
117task-helix-gnome-dev OR libgnome-dev
118
119gtk-doc-tools 0.4-0.2 -- needed to build documentation
120
121Alternatively, the docbook-gnome-bin package, which is available by adding the
122following lines to apt's sources.list (/etc/apt/sources.list):
7 123
124deb ftp://ftp.home-of-linux.org/pub/debian gnome/
125deb-src ftp://ftp.home-of-linux.org/pub/debian gnome/