The GStreamer Bad Plug-ins package contains a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.16.2.tar.xz
Download MD5 sum: ccc7404230afddec723bbdb63c89feec
Download size: 4.7 MB
Estimated disk space required: 110 MB (with tests)
Estimated build time: 0.9 SBU (Using parallelism=4; with tests)
libdvdread-6.1.1, libdvdnav-6.1.0, and SoundTouch-2.1.2
BlueZ-5.54, Clutter-1.26.4, cURL-7.71.1, FAAC-1_30, FAAD2-2_9_2, fdk-aac-2.0.1, GnuTLS-3.6.14, GTK-Doc-1.32, GTK+-2.24.32 or GTK+-3.24.22, Little CMS-2.11, libass-0.14.0, libexif-0.6.22, libgcrypt-1.8.6, libgudev-233, libmpeg2-0.5.1, libssh2-1.9.0, libusb-1.0.23, libvdpau-1.4, libwebp-1.1.0, neon-0.31.2, Nettle-3.6, opencv-4.4.0 (with additional modules), OpenJPEG-2.3.1, Opus-1.3.1, Qt-5.15.0 (for examples), SDL-1.2.15, Valgrind-3.16.1, Wayland-1.18.0 (GTK+-3.24.22 must have been compiled with wayland support), x265-3.4, Xorg Libraries, bs2b, Chromaprint, daala, Flite, Game Music Emu, GSM, LADSPA, libmimic, libmms, libofa, MJPEG Tools, OpenAL, Orc, VO AAC, VO AMRWB, and ZBAR
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-plugins-bad
If you do not have an Objective-C compiler installed, the build system for this package will emit a warning about a failed sanity check. This is harmless, and it is safe to continue.
If you need a plugin for a given dependency, that dependency needs to be installed before this package.
First, fix meson.build
so that neon
is detected correctly:
sed -i 's/0.30.99/0.31.99/' ext/neon/meson.build
Install GStreamer Bad Plug-ins by running the following commands:
mkdir build && cd build && meson --prefix=/usr \ -Dbuildtype=release \ -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \ -Dpackage-name="GStreamer 1.16.2 BLFS" && ninja
To test the results, issue: ninja test. Several tests need a terminal emulator in a graphical session. One test, elements_dash_mpd, is known to fail.
Now, as the root
user:
ninja install
Last updated on 2020-08-19 12:37:56 -0700