| 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 |
Package: GStreamer |
| 27 |
Version: 0.10.11.2 |
| 28 |
Recommended: 0.10.latest |
| 29 |
URL: http://gstreamer.freedesktop.org/ |
| 30 |
DebianPackage: libgstreamer0.10-dev |
| 31 |
Notes: The required version is updated frequently, so the version |
| 32 |
listed in this file is often wrong. If you are compiling from CVS, |
| 33 |
the required version is often the latest GStreamer CVS. |
| 34 |
|
| 35 |
Package: liboil |
| 36 |
Version: >= 0.3.8 |
| 37 |
Recommended: 0.3.latest |
| 38 |
URL: http://liboil.freedesktop.org/ |
| 39 |
DebianPackage: liboil0.3-dev |
| 40 |
|
| 41 |
|
| 42 |
Optional libraries: |
| 43 |
=================== |
| 44 |
|
| 45 |
This file lists supporting libraries for which gst-plugins-base contains |
| 46 |
plugins, as well as their minimum version. You can find the corresponding |
| 47 |
plugins in ext/(library) |
| 48 |
|
| 49 |
Package: GTK+ |
| 50 |
Version: >= 2.0 |
| 51 |
Recommended: >= 2.2 |
| 52 |
URL: http://www.gtk.org/ |
| 53 |
DebianPackage: libgtk2.0-dev |
| 54 |
Notes: Required by several examples |
| 55 |
|
| 56 |
Package: Xlib |
| 57 |
Plugins: xvimagesink, ximagesink, v4l (v4lsrc), ximagesrc |
| 58 |
DebianPackage: libx11-dev libxv-dev libxt-dev |
| 59 |
|
| 60 |
Package: Alsa |
| 61 |
Version: >= 0.9.1 |
| 62 |
Plugins: alsa (alsasrc, alsasink) |
| 63 |
URL: http://www.alsa-project.org/ |
| 64 |
DebianPackage: libasound2-dev |
| 65 |
|
| 66 |
Package: CDParanoia |
| 67 |
Plugins: cdparanoia |
| 68 |
URL: http://xiph.org/paranoia/ |
| 69 |
DebianPackage: libcdparanoia0-dev |
| 70 |
|
| 71 |
Package: GnomeVFS |
| 72 |
Version: >= 2.0 (2.4?) |
| 73 |
Plugins: gnomevfs (gnomevfssrc) |
| 74 |
URL: http://www.gnome.org/ |
| 75 |
DebianPackage: libgnomevfs2-dev |
| 76 |
|
| 77 |
Package: libvisual |
| 78 |
Version: >= 0.2.0 |
| 79 |
Recommended: 0.4.0 |
| 80 |
Plugins: libvisual |
| 81 |
URL: http://localhost.nl/~synap/libvisual-wiki/index.php/Main_Page |
| 82 |
DebianPackage: libvisual0.4-dev |
| 83 |
|
| 84 |
Package: Ogg |
| 85 |
Version: >= 1.0 |
| 86 |
Plugins: ogg (oggdemux, oggmux) |
| 87 |
URL: http://xiph.org/ogg/ |
| 88 |
DebianPackage: libogg-dev |
| 89 |
|
| 90 |
Package: Pango |
| 91 |
Plugins: pango |
| 92 |
DebianPackage: libpango1.0-dev |
| 93 |
URL: http://www.pango.org/ |
| 94 |
|
| 95 |
Package: Theora |
| 96 |
Plugins: theora (theoradec, theoraenc) |
| 97 |
URL: http://www.theora.org/ |
| 98 |
DebianPackage: libtheora-dev |
| 99 |
|
| 100 |
Package: Vorbis |
| 101 |
Plugins: vorbis (vorbisdec, vorbisenc) |
| 102 |
DebianPackage: libvorbis-dev |
| 103 |
URL: http://www.vorbis.com/ |