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. Also see the gst-plugins-bad-0.10.23, gst-plugins-good-0.10.31 and gst-ffmpeg-0.10.13 packages.
This package is known to build and work properly using an LFS-7.7 platform.
GStreamer 1.0 series is not API or ABI compatible with GStreamer 0.10 series and both can be installed on the same system.
Download (HTTP): http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.xz
Download MD5 sum: ba26045c8c8c91f0d48d327ccf53ac0c
Download size: 864 KB
Estimated disk space required: 20 MB
Estimated build time: 0.3 SBU
LAME-3.99.5, libdvdnav-5.0.3 and libdvdread-5.0.2
liba52-0.7.4, libcdio, libmad-0.15.1b, libmpeg2-0.5.1, libsidplay, OpenCore AMR, ORC, TwoLAME and x264-20141208-2245
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst-plugins-ugly
If you need a plugin for a given dependency, that dependency needs to be installed before this application.
Install GStreamer Ugly Plug-ins by running the following commands:
patch -Np1 -i ../gst-plugins-ugly-0.10.19-libcdio_fixes-1.patch && ./configure --prefix=/usr && make
To run the unit regression tests, issue: make check.
Now, as the root
user:
make install
If you did not rebuild the API documentation by passing
--enable-gtk-doc
to the configure script and you wish to
install the pre-built documentation, issue the following command as
the root
user:
make -C docs/plugins install-data
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2015-02-27 16:21:33 -0800