GStreamer
From CBLFS
| Download Source: | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.10.tar.bz2 |
|---|
Dependencies
Required
Optional
Required to build the API Documentation
Required to build the manuals
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install &&
install -v -m755 -d /usr/share/doc/gstreamer-0.10/design &&
install -v -m644 docs/design/*.txt \
/usr/share/doc/gstreamer-0.10/design &&
if [ -d /usr/share/doc/gstreamer-0.10/faq/html ]; then
chown -v -R root:root /usr/share/doc/gstreamer-0.10/*/html
fi