The GStreamer package contains a framework for streaming media. This is useful for interfacing with binary CODECs.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-0.8.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-0.8.1.tar.bz2
Download size: 1.2 MB
Estimated Disk space required: 86 MB
Estimated build time: 1.31 SBU
Install GStreamer by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome \
--disable-docs-build &&
make &&
make install &&
gst-register
--localstatedir=/var/lib: This switch puts gst-register's cache in /var/lib/cache instead of $GNOME_PREFIX/var/cache.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
--disable-docs-build: This switch prevents the rebuilding of documentation during the make command.
The GStreamer package contains libgstreamer libraries and libgst libraries.