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 GStreamer Good Plug-ins-0.10.6, GStreamer Bad Plug-ins and GStreamer FFmpeg plug-in packages.
Download (HTTP): http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.6.tar.bz2
Download MD5 sum: f1016148ecbfba968c0ef1773066988b
Download size: 773 KB
Estimated disk space required: up to 21 MB (depends on what dependencies are installed)
Estimated build time: up to 0.4 SBU
GStreamer Base Plug-ins-0.10.13
LAME-3.97, liba52-0.7.4, libamrnb, libdvdnav, libdvdread-0.9.7, libmad-0.15.1b (and libid3tag), libmpeg2-0.4.1, and libsidplay
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst-plugins-ugly
Install GStreamer Ugly Plug-ins by running the following commands:
./configure --prefix=/usr && make
To test the results, 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
Last updated on 2007-07-22 11:15:36 -0500