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-8.1 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.12.2.tar.xz
Download MD5 sum: 20254217d9805484532e08ff1c3aa296
Download size: 3.4 MB
Estimated disk space required: 137 MB (add 19 MB for tests)
Estimated build time: 1.7 SBU (add 0.9 SBU for tests)
Cairo-1.14.10, FLAC-1.3.2, gdk-pixbuf-2.36.8, libjpeg-turbo-1.5.2, libpng-1.6.31, libsoup-2.58.2, libvpx-1.6.1, and Xorg Libraries
AAlib-1.4rc5, ALSA OSS-1.0.28, GTK+-3.22.18 (for examples), GTK-Doc-1.26, libdv-1.0.0, libgudev-231, PulseAudio-10.0, Speex-1.2.0, taglib-1.11.1, Valgrind-3.13.0, v4l-utils-1.12.5, 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.12.2 BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && make
To test the results, issue: make check. The souphttpsrc test is known to fail for unknown reasons.
Now, as the root
user:
make install
Last updated on 2017-08-23 17:35:52 -0700