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.4 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.14.4.tar.xz
Download MD5 sum: 6e3b247097366cf2639f22abfece7113
Download size: 3.6 MB
Estimated disk space required: 154 MB (with tests)
Estimated build time: 1.6 SBU (Using parallelism=4; with tests)
Cairo-1.16.0, FLAC-1.3.2, LAME-3.100, mpg123-1.25.10, Mesa-18.3.3, gdk-pixbuf-2.38.0, libgudev-232, libjpeg-turbo-2.0.2, libpng-1.6.36, libsoup-2.64.2, libvpx-1.8.0, and Xorg Libraries
AAlib-1.4rc5, ALSA OSS-1.1.8, GTK+-3.24.5 (for examples), GTK-Doc-1.29, libdv-1.0.0, PulseAudio-12.2, Qt-5.12.1, Speex-1.2.0, taglib-1.11.1, Valgrind-3.14.0, v4l-utils-1.16.3, Wayland-1.16.0, JACK, libcaca, libiec61883, libraw1394, libshout, Orc, TwoLame, 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.
Apply a patch to allow the build to complete with libvpx-1.8.
patch -Np1 -i ../gst-plugins-good-1.14.4-vpx_1.8-1.patch && autoreconf -fi
Install GStreamer Good Plug-ins by running the following commands:
./configure --prefix=/usr \ --with-package-name="GStreamer Good Plugins 1.14.4 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.
Now, as the root
user:
make install
Last updated on 2019-02-19 14:12:34 -0800