2002-07-09 10:45:37 +00:00
|
|
|
GStreamer uses a *large* array of tools and libraries, most of which are
|
|
|
|
optional. We have attempted to make sure that any code that depends on
|
|
|
|
optional libraries doesn't get built unless you have those libraries. If
|
|
|
|
you find this not to be the case, please, let us know by filing a bug
|
2002-07-09 17:39:17 +00:00
|
|
|
report at http://bugzilla.gnome.org/.
|
2002-07-09 10:45:37 +00:00
|
|
|
|
|
|
|
|
2002-07-09 17:39:17 +00:00
|
|
|
Required tools:
|
|
|
|
===============
|
2002-07-09 10:45:37 +00:00
|
|
|
|
2002-07-09 17:39:17 +00:00
|
|
|
An extra set of tools is required if you wish to build GStreamer out of
|
|
|
|
CVS (using autogen.sh):
|
2002-07-09 10:45:37 +00:00
|
|
|
|
2004-02-16 18:17:16 +00:00
|
|
|
autoconf 2.52 or better
|
2002-07-09 17:39:17 +00:00
|
|
|
automake 1.5
|
2004-02-16 18:17:16 +00:00
|
|
|
gettext 0.11.5
|
2002-07-09 17:39:17 +00:00
|
|
|
libtool v1.4 or better
|
|
|
|
pkgconfig 0.9.0 or better (http://www.freedesktop.org/software/pkgconfig/)
|
2002-07-09 10:45:37 +00:00
|
|
|
|
2002-07-09 17:39:17 +00:00
|
|
|
Required libraries:
|
|
|
|
===================
|
2002-07-09 10:45:37 +00:00
|
|
|
|
2002-07-09 17:39:17 +00:00
|
|
|
The core GStreamer libraries. See the gstreamer/ module in GStreamer cvs, or
|
|
|
|
the version that corresponds to this plugin release.
|
2002-07-09 10:45:37 +00:00
|
|
|
|
|
|
|
Optional libraries:
|
|
|
|
===================
|
|
|
|
|
2002-04-15 09:27:02 +00:00
|
|
|
This file lists supporting libraries for which gst-plugins contains plugins,
|
|
|
|
as well as their minimum version. You can find the corresponding plugins in
|
|
|
|
ext/(library)
|
|
|
|
|
2004-11-09 10:18:19 +00:00
|
|
|
dirac (Dirac video codec)
|
|
|
|
http://www.bbc.co.uk/rd/projects/dirac/index.shtml
|
2002-07-09 10:45:37 +00:00
|
|
|
libdvdread (for the dvdsrc)
|
|
|
|
http://www.dtek.chalmers.se/groups/dvd/
|
|
|
|
(optional: libcss for encrypted DVDs)
|
2003-07-28 11:37:49 +00:00
|
|
|
libdvdnav (for the dvdnavsrc)
|
|
|
|
http://dvd.sourceforge.net/
|
|
|
|
(optional: libcss for encrypted DVDs)
|
|
|
|
>= 0.1.9
|
2002-07-09 10:45:37 +00:00
|
|
|
libgsm (for the gsm plugin)
|
|
|
|
http://kbs.cs.tu-berlin.de/~jutta/toast.html
|
|
|
|
sdl (for the sdl sink)
|
|
|
|
http://www.libsdl.org
|
2004-11-09 10:18:19 +00:00
|
|
|
swfdec (for the swfdec (flash) plugin)
|
|
|
|
http://www.schleef.org/swfdec/
|
|
|
|
dtsdec (for DTS audio decoding)
|
|
|
|
http://www.videolan.org/libdca.html
|
|
|
|
musepack (for musepack audio codec/format)
|
|
|
|
(http://www.musepack.net/)
|
|
|
|
nas (for the NAS sound server sink)
|
|
|
|
(http://radscan.com/nas.html)
|
2005-01-06 18:28:14 +00:00
|
|
|
libmms (for MMS protocol support)
|
|
|
|
(http://www.sf.net/projects/libmms)
|
2007-07-09 06:05:45 +00:00
|
|
|
libamrnb (for AMR-NB support)
|
2009-02-15 18:35:04 +00:00
|
|
|
(http://www.penguin.cz/~utx/amr)
|
2007-07-08 19:06:48 +00:00
|
|
|
libamrwb (for AMR-WB support)
|
2009-02-15 18:35:04 +00:00
|
|
|
(http://www.penguin.cz/~utx/amr)
|
|
|
|
libkate (for Kate support)
|
|
|
|
(http://libkate.googlecode.com/)
|
2012-01-23 18:01:14 +00:00
|
|
|
librtmp (for RTMP support)
|
|
|
|
(http://rtmpdump.mplayerhq.hu/)
|
2002-07-09 10:45:37 +00:00
|
|
|
|
2007-07-09 06:05:45 +00:00
|
|
|
Optional (debian) packages:
|
|
|
|
===========================
|
2002-07-09 10:45:37 +00:00
|
|
|
|
2007-07-09 06:05:45 +00:00
|
|
|
gtk-doc-tools 1.6 -- needed to build documentation
|
|
|
|
python-xml -- needed to build plugin documentation
|