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.
This package is known to build and work properly using an LFS-7.7 platform.
GStreamer 1.0 series is not API or ABI compatible with GStreamer 0.10 series and both can be installed on the same system.
Download (HTTP): http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.4.5.tar.xz
Download MD5 sum: eaf1a6daf73749bc423feac301d60038
Download size: 2.9 MB
Estimated disk space required: 0.1 GB (additional 10 MB to run the test suite)
Estimated build time: 1.1 SBU (additional 1 SBU to run the test suite)
Cairo-1.14.0, FLAC-1.3.1, gdk-pixbuf-2.31.2, libjpeg-turbo-1.4.0, libpng-1.6.16, libsoup-2.48.1, libvpx-1.3.0, and Xorg Libraries
AAlib-1.4rc5, GTK+-3.14.8, GTK-Doc-1.21, libdv-1.0.0, PulseAudio-5.0, Speex-1.2rc2, taglib-1.9.1, udev-extras (from eudev) (for GUdev), Valgrind-3.10.1, v4l-utils-1.6.2, JACK, libcaca, libiec61883, libraw1394, libshout, ORC, and WavPack
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-plugins-good
If you need a plugin for a given dependency, that dependency needs to be installed before this application.
Install GStreamer Good Plug-ins by running the following commands:
./configure --prefix=/usr \ --with-package-name="GStreamer Good Plugins 1.4.5 BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && make
To test the results, issue: make -k check. Some tests are known to fail.
Now, as the root
user:
make install
Last updated on 2015-03-04 14:39:39 -0800