The GStreamer Ugly Plug-ins is a set of plug-ins considered by the GStreamer developers to have good quality and correct functionality, but distributing them might pose problems. The license on either the plug-ins or the supporting libraries might not be how the GStreamer developers would like. The code might be widely known to present patent problems.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.28.4.tar.xz
MD5 校验和:7659a0b5afbe3ac6f7ef22096ecf1357
大小:236 KB
预计所需磁盘空间:7.0 MB(含测试)
预计构建时间:小于 0.1 SBU(含测试)
liba52-0.8.0 (needed to play DVD's), libdvdread-7.0.1, and x264-20250815
libmpeg2-0.5.1, libcdio-2.1.0 (for CD-ROM drive access), Valgrind-3.27.1, hotdoc, libsidplay, and Orc
If you need a plugin for a given dependency, that dependency needs to be installed before this package.
Install GStreamer Ugly Plug-ins by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D gpl=enabled &&
ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D gpl=enabled: Without
this switch, plugins with dependencies on (A)GPL licensed libraries
are not built.