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-8.1 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.12.2.tar.xz
Download MD5 sum: 5683f0ea91f9e1e0613b0f6f729980a7
Download size: 4.5 MB
Estimated disk space required: 214 MB (add 20 MB for tests)
Estimated build time: 2.9 SBU (add 1.4 SBU for tests)
libdvdread-5.0.3, libdvdnav-5.0.3, LLVM-4.0.1, and SoundTouch-2.0.0
BlueZ-5.46, Clutter-1.26.2, cURL-7.55.1, FAAC-1.29.4, FAAD2-2.8.1, GnuTLS-3.5.14, GTK-Doc-1.26, GTK+-2.24.31 or GTK+-3.22.18, libass-0.13.7, libexif-0.6.21, libgcrypt-1.8.0, libmpeg2-0.5.1, libvdpau-1.1.1, libwebp-0.6.0, Mesa-17.1.6, mpg123-1.25.6, neon-0.30.2, Nettle-3.3, opencv-3.3.0 (with additional modules), OpenJPEG-1.5.2 or OpenJPEG-2.2.0, Opus-1.2.1, Qt-5.9.1 (for examples), SDL-1.2.15, Valgrind-3.13.0, Wayland-1.14.0 (GTK+-3.22.18 must have been compiled with wayland support), x265-2.5, Xorg Libraries, bs2b, Chromaprint, daala, Flite, Game Music Emu, GSM, 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 need a plugin for a given dependency, that dependency needs to be installed before this application.
Install GStreamer Bad Plug-ins by running the following commands:
sed -i 's/openjpeg-2.1/openjpeg-2.2/' -i ext/openjpeg/gstopenjpeg.h && ./configure --prefix=/usr \ --disable-wayland \ --disable-opencv \ --with-package-name="GStreamer Bad Plugins 1.12.2 BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && make
To test the results, issue: make check. Several tests need a terminal emulator in a graphical session. Up to eight tests are known to fail.
Now, as the root
user:
make install
sed -i 's/openjpeg-2.1/openjpeg-2.2/'
...
: This version of the package does not know of
openjpeg-2.2 and thinks it is v2.1
- the sed allows it to find the correctly versioned header. Omit
this if you are using the old openjpeg-2.1.
--disable-wayland
: This
switch is required without a full wayland based desktop
environment.
--disable-opencv
: This
switch is required if opencv-3.3.0 is installed without
additional modules (specifically bgsegm).
Last updated on 2017-08-23 21:43:46 -0700