The GStreamer package contains a streaming media framework that enables applications to share a common set of plugins for things like video decoding and encoding, audio encoding and decoding, audio and video filters, audio visualisation, Web streaming and anything else that streams in real-time or otherwise. It is modelled after research software worked on at the Oregon Graduate Institute.
Download (HTTP): http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.8.10.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-0.8.10.tar.bz2
Download MD5 sum: 3de474d993e23c901e9dfdd1fea486e0
Download size: 1.4 MB
Estimated disk space required: 78 MB
Estimated build time: 3.0 SBU (includes building docs, additional 1.0 SBU to run the test suite)
GLib-2.6.4, libxml2-2.6.20, popt-1.7-5
libgnomeui-2.10.0, Python-2.4.1 and Valgrind
libxslt-1.1.14, GTK-Doc-1.3, TeX-3.0, AFPL Ghostscript-8.51 or ESP Ghostscript-7.07.1, DocBook-utils-0.6.14, Transfig and Netpbm
Install GStreamer by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var && make
Now, as the root user:
make install && chown -v -R root:root /usr/share/doc/gstreamer-0.8.10/*/html && gst-register
--localstatedir=/var: This switch puts gst-register's cache in /var/cache/gstreamer-0.8 instead of /usr/cache/gstreamer-0.8.
--sysconfdir=/etc: This switch puts configuration files in /etc instead of /usr/etc.
chown -v -R root:root ...: The documentation is installed with ownerships of the user who untarred and built the package. This command changes the ownerships of the installed documentation files to root:root.
Last updated on 2005-08-01 13:29:19 -0600