| 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 |
gettext 0.11.5 |
| 17 |
libtool v1.4 or better |
| 18 |
pkgconfig 0.9.0 or better (http://www.freedesktop.org/software/pkgconfig/) |
| 19 |
|
| 20 |
Required libraries: |
| 21 |
=================== |
| 22 |
|
| 23 |
The core GStreamer libraries. See the gstreamer/ module in GStreamer cvs, or |
| 24 |
the version that corresponds to this plugin release. |
| 25 |
|
| 26 |
Optional libraries: |
| 27 |
=================== |
| 28 |
|
| 29 |
This file lists supporting libraries for which gst-plugins contains plugins, |
| 30 |
as well as their minimum version. You can find the corresponding plugins in |
| 31 |
ext/(library) |
| 32 |
|
| 33 |
dirac (Dirac video codec) |
| 34 |
http://www.bbc.co.uk/rd/projects/dirac/index.shtml |
| 35 |
aRts (for the arts plugin wrapper, and the artsd sink) |
| 36 |
http://www.arts-project.org |
| 37 |
libdvdread (for the dvdsrc) |
| 38 |
http://www.dtek.chalmers.se/groups/dvd/ |
| 39 |
(optional: libcss for encrypted DVDs) |
| 40 |
libdvdnav (for the dvdnavsrc) |
| 41 |
http://dvd.sourceforge.net/ |
| 42 |
(optional: libcss for encrypted DVDs) |
| 43 |
>= 0.1.9 |
| 44 |
libgsm (for the gsm plugin) |
| 45 |
http://kbs.cs.tu-berlin.de/~jutta/toast.html |
| 46 |
sdl (for the sdl sink) |
| 47 |
http://www.libsdl.org |
| 48 |
swfdec (for the swfdec (flash) plugin) |
| 49 |
http://www.schleef.org/swfdec/ |
| 50 |
dtsdec (for DTS audio decoding) |
| 51 |
http://www.videolan.org/libdca.html |
| 52 |
divx (for divx decoding) |
| 53 |
http://www.divx.com/divx/linux/ |
| 54 |
musepack (for musepack audio codec/format) |
| 55 |
(http://www.musepack.net/) |
| 56 |
nas (for the NAS sound server sink) |
| 57 |
(http://radscan.com/nas.html) |
| 58 |
libmms (for MMS protocol support) |
| 59 |
(http://www.sf.net/projects/libmms) |
| 60 |
libamrnb (for AMR-NB support) |
| 61 |
(http://www.penguin.cz/~utx/amr) |
| 62 |
libamrwb (for AMR-WB support) |
| 63 |
(http://www.penguin.cz/~utx/amr) |
| 64 |
libkate (for Kate support) |
| 65 |
(http://libkate.googlecode.com/) |
| 66 |
|
| 67 |
|
| 68 |
Optional (debian) packages: |
| 69 |
=========================== |
| 70 |
|
| 71 |
gtk-doc-tools 1.6 -- needed to build documentation |
| 72 |
python-xml -- needed to build plugin documentation |