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.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.26.9.tar.xz
Download SHA256 Sum: 184e4c6e765bc463ed806b2263cb9b2aaa3a65415df0a3c22fd520d5d1bacb4d
Download MD5 sum: 28d79d52fac7bb05109661e55545440a
Download size: 1,341.3 KB
Estimated disk space required: 7,520.9 KB
Estimated build time: less than 0.1 SBU
a52dec-0.8.0 (needed to play DVD's), libdvdread-7.0.1, and x264-20250815
libcdio-2.1.0 (for CD-ROM drive access),
![[Note]](../images/note.png)
If you need a plugin for a given dependency, that dependency needs to be installed before this package.
Prepare GStreamer Ugly Plug-ins by running the following commands:
meson setup build \
--prefix=/usr \
--buildtype=release \
-D gpl=enabledTo Build the package, issue:
ninja -C build
To test the results, issue:
ninja -C build test
Now Install the package, as the root user:
ninja -C build 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.