The GStreamer Good Plug-ins is a set of plug-ins considered by the GStreamer developers to have good quality code, correct functionality, and the preferred license (LGPL for the plug-in code, LGPL or LGPL-compatible for the supporting library). A wide range of video and audio decoders, encoders, and filters are included. Also see the GStreamer Ugly Plug-ins-0.10.18, GStreamer Bad Plug-ins-0.10.21 and gst-ffmpeg-0.10.13 packages.
This package is known to build using an LFS 7.0 platform but has not been tested.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.30.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.30.tar.xz
Download MD5 sum: bb9c03d950fe2f9d9392d1b47457440c
Download size: 2.7 MB
Estimated disk space required: 114 MB
Estimated build time: 1.2 SBU
GStreamer Base Plug-ins-0.10.35
GConf-3.2.3 and libsoup-2.36.1
AAlib-1.4rc5, cairo-1.10.2, EsounD-0.2.41, FLAC-1.2.1, gtk+-2.24.8 (required to build the examples), HAL-0.5.14, LADSPA, libavc1394 (requires libraw1394), libcaca, libdv-1.0.0, libiec61883, libjpeg-8c, libpng-1.5.8, libshout, libv4l, lzo, PulseAudio-0.9.23, Speex-1.2rc1, udev-Installed LFS Version (gudev), WavPack, X Window System, libcdio (which can use CDParanoia-III-10.2, libcddb, and VCDImager), and TagLib
To run the tests you need to have compiled gstreamer against libcheck, and you can optionally use Valgrind
GTK-Doc-1.18 and Python-2.7.2 (compiled against an XML parser such as expat-2.0.1).
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst-plugins-good
Install GStreamer Good Plug-ins by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc --with-gtk=3.0 &&
make
To run the unit regression tests, issue: make check. There are many other
Makefile targets you can specify for
running the tests, issue make -C
tests/check help to see the complete list.
Now, as the root user:
make install
If you did not rebuild the API documentation by passing
--enable-gtk-doc to the configure script and you wish to
install the pre-built documentation, issue the following command as
the root user:
make -C docs/plugins install-data
--sysconfdir=$GNOME_SYSCONFDIR: This
parameter is used so that the GConf configuration files are installed in the
system-wide GNOME GConf database
located in $GNOME_SYSCONFDIR/gconf
instead of /usr/etc. You may omit
this parameter if you don't have GConf installed.
--disable-static: This switch prevents
the static libraries from being built.
Last updated on 2012-02-05 19:19:10 +0000