diff --git a/multimedia/libdriv/gst-plugins.xml b/multimedia/libdriv/gst-plugins.xml
index 58dd7e5817..a9b89a51c9 100644
--- a/multimedia/libdriv/gst-plugins.xml
+++ b/multimedia/libdriv/gst-plugins.xml
@@ -29,9 +29,9 @@
Introduction to Gst-plugins
- The gst-plugins package builds
- graphics and multimedia CODEC interface modules for the
- GStreamer package. There are over 160 different
+ The gst-plugins package builds
+ graphics and multimedia CODEC interface modules for the
+ GStreamer package. There are over 160 different
modules that can be built, providing GStreamer
the capability to create a pipeline for almost every known media stream.
@@ -63,81 +63,81 @@
Optional Utilities (Graphics, Compression, Misc.)
- ,
- Cairo,
- ,
- ,
- ,
- ,
- ,
- Hermes,
- libcaca,
- libcolorspace,
- or
- MMX Jpeg,
- libmmx,
- ,
- liboil,
- ,
- ,
- ,
+ ,
+ Cairo,
+ ,
+ ,
+ ,
+ ,
+ ,
+ Hermes,
+ libcaca,
+ libcolorspace,
+ or
+ MMX Jpeg,
+ libmmx,
+ ,
+ liboil,
+ ,
+ ,
+ ,
X ( or )Optional Audio Libraries/Drivers/CODECs
- ,
- ,
- ,
- audioresample,
- ,
- FAAC,
- FAAD2,
- ,
- GSM,
- JACK,
- ,
- ,
- libcdaudio,
- libdts,
- (and
- libid3tag),
- ,
- libmusepack (now known as
- libmpcdec),
- libmusicbrainz,
- ,
- libraw1394 (and
- libavc1394),
- libshout,
- libsidplay,
- libsndfile,
- ,
- LADSPA,
- ,
- Polypaudio,
- Speex >= 1.1.6,
- Theora,
+ ,
+ ,
+ ,
+ audioresample,
+ ,
+ FAAC,
+ FAAD2,
+ ,
+ GSM,
+ JACK,
+ ,
+ ,
+ libcdaudio,
+ libdts,
+ (and
+ libid3tag),
+ ,
+ libmusepack (now known as
+ libmpcdec),
+ libmusicbrainz,
+ ,
+ libraw1394 (and
+ libavc1394),
+ libshout,
+ libsidplay,
+ libsndfile,
+ ,
+ LADSPA,
+ ,
+ Polypaudio,
+ Speex >= 1.1.6,
+ Theora,
TremorOptional Video Libraries/Drivers/CODECs
- Dirac,
- DirectFB,
- DivX4Linux,
- DXR3,
- ,
- libdvdnav,
- ,
- ,
- libmpeg2,
- librfb,
- MJPEG Tools,
- V4L2,
+ Dirac,
+ DirectFB,
+ DivX4Linux,
+ DXR3,
+ ,
+ libdvdnav,
+ ,
+ ,
+ libmpeg2,
+ librfb,
+ MJPEG Tools,
+ V4L2,
Optional Multimedia Utilities
- libmms,
- libvisual,
- ,
- swfdec and
+ libmms,
+ libvisual,
+ ,
+ swfdec and
@@ -145,7 +145,7 @@
Installation of Gst-plugins
- Install gst-plugins by running the following
+ Install gst-plugins by running the following
commands:./configure --prefix=/usr --sysconfdir=/etc &&
@@ -158,31 +158,31 @@ gst-registerCommand Explanations
- :
+ :
Use this option if you have the GNOME-2GConf package installed.
- : Use this option to build
- the GDK pixbuf loader module if you have
+ : Use this option to build
+ the GDK pixbuf loader module if you have
GTK+-2 installed.
- : Using this option to build the
- Xine wrapper module will break the build if you
+ : Using this option to build the
+ Xine wrapper module will break the build if you
have xine-libs-&xine-lib-version; installed.
- : Use this option if you have
+ : Use this option if you have
libmusepack-1.1.1 installed, as this version
of libmusepack breaks the build.Note: all other modules are built if the configure
- script discovers the required package. To prevent a module from being built,
- pass to
+ script discovers the required package. To prevent a module from being built,
+ pass to
configure. Run configure --help
for all the available module names.
@@ -212,8 +212,8 @@ gst-register
gst-launch-ext-0.8
- is used to run a basic predefined
- GStreamer pipeline as a quick test to ensure
+ is used to run a basic predefined
+ GStreamer pipeline as a quick test to ensure
proper working of codecs and GStreamer.gst-launch-ext-0.8
diff --git a/multimedia/libdriv/gstreamer.xml b/multimedia/libdriv/gstreamer.xml
index 07816341b7..86bbd8c79b 100644
--- a/multimedia/libdriv/gstreamer.xml
+++ b/multimedia/libdriv/gstreamer.xml
@@ -29,11 +29,11 @@
Introduction to GStreamer
- The GStreamer package contains a streaming
- media framework that enables applications to share a common set of plugins for
- things like video decoding and encoding, audio encoding and decoding, audio
- and video filters, audio visualisation, Web streaming and anything else that
- streams in real-time or otherwise. It is modelled after research software
+ The GStreamer package contains a streaming
+ media framework that enables applications to share a common set of plugins for
+ things like video decoding and encoding, audio encoding and decoding, audio
+ and video filters, audio visualisation, Web streaming and anything else that
+ streams in real-time or otherwise. It is modelled after research software
worked on at the Oregon Graduate Institute.Package Information
@@ -61,23 +61,23 @@
GStreamer DependenciesRequired
- ,
- ,
+ ,
+ ,
Optional
- ,
- and
+ ,
+ and
ValgrindOptional (to Build Documentation)
- ,
- ,
- ,
- or
- ,
- ,
- Transfig and
+ ,
+ ,
+ ,
+ or
+ ,
+ ,
+ Transfig and
Netpbm
@@ -85,7 +85,7 @@
Installation of GStreamer
- Install GStreamer by running the following
+ Install GStreamer by running the following
commands:./configure --prefix=/usr --sysconfdir=/etc \
@@ -103,18 +103,18 @@ gst-registerCommand Explanations
- --localstatedir=/var: This switch puts
- gst-register's cache in
+ --localstatedir=/var: This switch puts
+ gst-register's cache in
/var/cache/gstreamer-0.8
- instead of
+ instead of
/usr/cache/gstreamer-0.8.
- --sysconfdir=/etc: This switch puts configuration
+ --sysconfdir=/etc: This switch puts configuration
files in /etc
instead of /usr/etc.
- chown -v -R root:root ...: The documentation is
- installed with ownerships of the user who untarred and built the package.
+ chown -v -R root:root ...: The documentation is
+ installed with ownerships of the user who untarred and built the package.
This command changes the ownerships of the installed documentation files to
root:root.
@@ -129,16 +129,16 @@ gst-register
Installed Directories
- gst-complete, gst-complete-0.8, gst-compprep, gst-compprep-0.8,
- gst-feedback, gst-feedback-0.8, gst-inspect, gst-inspect-0.8, gst-launch,
- gst-launch-0.8, gst-md5sum, gst-md5sum-0.8, gst-register, gst-register-0.8,
- gst-typefind, gst-typefind-0.8, gst-xmllaunch, gst-xmllaunch-0.8,
+ gst-complete, gst-complete-0.8, gst-compprep, gst-compprep-0.8,
+ gst-feedback, gst-feedback-0.8, gst-inspect, gst-inspect-0.8, gst-launch,
+ gst-launch-0.8, gst-md5sum, gst-md5sum-0.8, gst-register, gst-register-0.8,
+ gst-typefind, gst-typefind-0.8, gst-xmllaunch, gst-xmllaunch-0.8,
gst-xmlinspect, and gst-xmlinspect-0.8
- libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a], and
+ libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a], and
libgst*.[so,a] plugin modules
- /usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8,
- /usr/share/doc/gstreamer-&gstreamer-version;,
- /usr/share/gtk-doc/html/gstreamer-0.8,
+ /usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8,
+ /usr/share/doc/gstreamer-&gstreamer-version;,
+ /usr/share/gtk-doc/html/gstreamer-0.8,
/usr/share/gtk-doc/html/gstreamer-libs-0.8, and /var/cache/gstreamer-0.8
@@ -151,7 +151,7 @@ gst-register
gst-complete-0.8
- is a utility enabling bash to provide
+ is a utility enabling bash to provide
context sensitive tab completion for gst-launch
command lines.
@@ -164,7 +164,7 @@ gst-register
gst-compprep-0.8builds a registry of GStreamer
- elements and their features that is used by
+ elements and their features that is used by
gst-complete.gst-compprep-0.8
@@ -186,7 +186,7 @@ gst-register
gst-inspect-0.8
- prints information about a
+ prints information about a
GStreamer plugin or element.gst-inspect-0.8
@@ -197,7 +197,7 @@ gst-register
gst-launch-0.8
- is a tool that builds and runs basic
+ is a tool that builds and runs basic
GStreamer pipelines.gst-launch-0.8
@@ -208,7 +208,7 @@ gst-register
gst-md5sum-0.8
- generates MD5 checksums of the data generated by a
+ generates MD5 checksums of the data generated by a
GStreamer pipeline.gst-md5sum-0.8
@@ -220,8 +220,8 @@ gst-register
gst-register-0.8is used to register all the GStreamer
- plugins on the system. It creates a listing of their properties so that when a
- GStreamer based application is started, it
+ plugins on the system. It creates a listing of their properties so that when a
+ GStreamer based application is started, it
does not need to load plugins until it needs them.gst-register-0.8
@@ -232,9 +232,9 @@ gst-register
gst-typefind-0.8
- uses the GStreamer type finding
+ uses the GStreamer type finding
system to determine the relevant GStreamer
- plugin to parse or decode a file, and determine the corresponding
+ plugin to parse or decode a file, and determine the corresponding
MIME type.gst-typefind-0.8