The GStreamer Libav package contains GStreamer plugins for Libav (a fork of FFmpeg).
This package is known to build and work properly using an LFS-9.1 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.16.2.tar.xz
Download MD5 sum: eacebd0136ede3a9bd3672eeb338806b
Download size: 9.0 MB
Estimated disk space required: 87 MB
Estimated build time: less than 0.1 SBU (Using parallelism=4)
FFmpeg-4.2.2 and gst-plugins-base-1.16.2
Valgrind-3.15.0 and Orc
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst10-libav
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.
Install GStreamer Libav 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
This package does not come with a test suite.
Now, as the root
user:
ninja install
Last updated on 2020-02-18 14:50:03 -0800