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-7.10 platform.
Download (HTTP): http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.8.3.tar.xz
Download MD5 sum: 955281a43e98c5464563fa049e0a0911
Download size: 4.3 MB
Estimated disk space required: 332 MB (with tests)
Estimated build time: 3.4 SBU (with tests)
libdvdread-5.0.3, libdvdnav-5.0.3, LLVM-3.8.1, and SoundTouch-1.9.2
BlueZ-5.41, Clutter-1.26.0, cURL-7.50.1, FAAC-1.28, FAAD2-2.7, GnuTLS-3.5.3, GTK-Doc-1.25, GTK+-2.24.30 or GTK+-3.20.9, libass-0.13.2, libexif-0.6.21, libgcrypt-1.7.3, libmpeg2-0.5.1, libvdpau-1.1.1, libwebp-0.5.1, Mesa-12.0.1, mpg123-1.23.6, neon-0.30.1, Nettle-3.2, opencv-3.1.0, OpenJPEG-1.5.2 or OpenJPEG-2.1.1, Opus-1.1.3, Qt-5.7.0 (for examples), SDL-1.2.15, Valgrind-3.11.0, Wayland-1.11.0, x265-2.0, 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:
./configure --prefix=/usr \ --disable-wayland \ --with-package-name="GStreamer Bad Plugins 1.8.3 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.
Now, as the root
user:
make install
--disable-wayland
: This options is
required without a full wayland based desktop environment.
Last updated on 2016-08-28 14:19:58 -0700