mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to GStreamer-0.8.9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3802 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c51330d28b
commit
11d6d1acaa
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "24">
|
||||
<!ENTITY day "26">
|
||||
<!ENTITY month "04">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
@ -322,6 +322,8 @@
|
||||
<!ENTITY scrollkeeper-version "0.3.14">
|
||||
<!ENTITY gnome-desktop-version "2.8.1">
|
||||
<!ENTITY libwnck-version "2.8.1">
|
||||
<!ENTITY gnome-backgrounds-version "2.10.1">
|
||||
<!ENTITY gnome-menus-version "2.10.1">
|
||||
<!ENTITY gnome-panel-version "2.8.1">
|
||||
<!ENTITY gnome-session-version "2.8.1">
|
||||
<!ENTITY vte-version "0.11.11">
|
||||
@ -444,7 +446,7 @@
|
||||
<!ENTITY xvid-version "1.0.2">
|
||||
<!ENTITY xine-lib-version "1.0">
|
||||
<!ENTITY libmikmod-version "3.1.11">
|
||||
<!ENTITY gstreamer-version "0.8.7">
|
||||
<!ENTITY gstreamer-version "0.8.9">
|
||||
<!ENTITY gst-plugins-version "0.8.5">
|
||||
|
||||
<!-- Chapter 38 -->
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>April 26th, 2005 [randy]: Updated to
|
||||
GStreamer-0.8.9.</para></listitem>
|
||||
|
||||
<listitem><para>April 24th, 2005 [dj]: Updated to JDK-1.5.0, added gcc-3.4.2+
|
||||
and jdk-1.5.0 patches to OpenOffice, and added jdk-1.5.0 patch for
|
||||
fop.</para></listitem>
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gstreamer-download-http "http://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-&gstreamer-version;.tar.bz2">
|
||||
<!ENTITY gstreamer-download-http "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-&gstreamer-version;.tar.bz2">
|
||||
<!ENTITY gstreamer-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.8/gstreamer-&gstreamer-version;.tar.bz2">
|
||||
<!ENTITY gstreamer-md5sum "6cbfa914cd577d2623bf7e16cf1f6510">
|
||||
<!ENTITY gstreamer-md5sum "6769de224de8457ed0dc09016287883a">
|
||||
<!ENTITY gstreamer-size "1.4 MB">
|
||||
<!ENTITY gstreamer-buildsize "74 MB">
|
||||
<!ENTITY gstreamer-time "2.30 SBU">
|
||||
<!ENTITY gstreamer-buildsize "77 MB">
|
||||
<!ENTITY gstreamer-time "2.9 SBU (includes building docs, additional 0.9 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="gstreamer" xreflabel="GStreamer-&gstreamer-version;">
|
||||
@ -19,6 +19,8 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="gstreamer.html"?>
|
||||
<title>GStreamer-&gstreamer-version;</title>
|
||||
<indexterm zone="gstreamer">
|
||||
<primary sortas="a-GStreamer">GStreamer</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>GStreamer</application></title>
|
||||
@ -79,9 +81,12 @@ commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --disable-docs-build &&
|
||||
make &&
|
||||
make install &&
|
||||
chown -R root:root /usr/share/doc/gstreamer-&gstreamer-version; &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install &&
|
||||
chown -R root:root /usr/share/doc/gstreamer-&gstreamer-version;/*/html &&
|
||||
gst-register</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
@ -101,7 +106,8 @@ instead of <filename class="directory">/usr/etc</filename>.</para>
|
||||
|
||||
<para><option>--disable-docs-build</option>: This switch prevents
|
||||
the rebuilding of documentation during the <command>make</command>
|
||||
command.</para>
|
||||
command. Remove this switch if you have the listed dependencies
|
||||
installed.</para>
|
||||
|
||||
<para><command>chown -R root:root ...</command>: The documentation is
|
||||
installed with ownerships of the user who untarred and built the package.
|
||||
@ -113,84 +119,128 @@ root:root.</para>
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>GStreamer</application> package contains
|
||||
<command>gst-complete</command>,
|
||||
<command>gst-compprep</command>,
|
||||
<command>gst-feedback</command>,
|
||||
<command>gst-inspect</command>,
|
||||
<command>gst-launch</command>,
|
||||
<command>gst-md5sum</command>,
|
||||
<command>gst-register</command>,
|
||||
<command>gst-typefind</command>,
|
||||
<command>gst-xmlinspect</command>,
|
||||
<command>gst-xmllaunch</command>,
|
||||
the <filename class="libraryfile">libgstreamer</filename>,
|
||||
<filename class='libraryfile'>libgstcontrol</filename> and
|
||||
<filename class="libraryfile">libgst</filename> libraries.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
</sect2>
|
||||
<seglistitem>
|
||||
<seg>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, gst-xmlinspect-0.8</seg>
|
||||
<seg>libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a] and
|
||||
libgst*.[so,a] plugin modules</seg>
|
||||
<seg>/usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8,
|
||||
/usr/share/doc/gstreamer-0.8.9, /usr/share/gtk-doc/html/gstreamer-0.8,
|
||||
/usr/share/gtk-doc/html/gstreamer-libs-0.8 and /var/cache/gstreamer-0.8</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<sect2>
|
||||
<title>Description</title>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect3><title>gst-complete</title>
|
||||
<para><command>gst-complete</command> is a utility enabling
|
||||
<command>bash</command> to provide context sensitive tab completion for
|
||||
<command>gst-launch</command> command lines.</para>
|
||||
</sect3>
|
||||
<varlistentry id="gst-complete">
|
||||
<term><command>gst-complete-0.8</command></term>
|
||||
<listitem><para>is a utility enabling <command>bash</command> to provide
|
||||
context sensitive tab completion for <command>gst-launch</command> command
|
||||
lines.</para>
|
||||
<indexterm zone="gstreamer gst-complete">
|
||||
<primary sortas="b-gst-complete">gst-complete-0.8</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gst-compprep</title>
|
||||
<para><command>gst-compprep</command> builds a registry of
|
||||
<application>GStreamer</application> elements and their features that is used
|
||||
by <command>gst-complete</command>.</para>
|
||||
</sect3>
|
||||
<varlistentry id="gst-compprep">
|
||||
<term><command>gst-compprep-0.8</command></term>
|
||||
<listitem><para>builds a registry of <application>GStreamer</application>
|
||||
elements and their features that is used by
|
||||
<command>gst-complete</command>.</para>
|
||||
<indexterm zone="gstreamer gst-compprep">
|
||||
<primary sortas="b-gst-compprep">gst-compprep-0.8</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gst-feedback</title>
|
||||
<para><command>gst-feedback</command> generates debug info for
|
||||
<application>GStreamer</application> bug reports.</para>
|
||||
</sect3>
|
||||
<varlistentry id="gst-feedback">
|
||||
<term><command>gst-feedback-0.8</command></term>
|
||||
<listitem><para>generates debug info for <application>GStreamer</application>
|
||||
bug reports.</para>
|
||||
<indexterm zone="gstreamer gst-feedback">
|
||||
<primary sortas="b-gst-feedback">gst-feedback-0.8</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gst-inspect</title>
|
||||
<para><command>gst-inspect</command> prints information about a
|
||||
<varlistentry id="gst-inspect">
|
||||
<term><command>gst-inspect-0.8</command></term>
|
||||
<listitem><para>prints information about a
|
||||
<application>GStreamer</application> plugin or element.</para>
|
||||
</sect3>
|
||||
<indexterm zone="gstreamer gst-inspect">
|
||||
<primary sortas="b-gst-inspect">gst-inspect-0.8</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gst-launch</title>
|
||||
<para><command>gst-launch</command> is a tool that builds and runs basic
|
||||
<varlistentry id="gst-launch">
|
||||
<term><command>gst-launch-0.8</command></term>
|
||||
<listitem><para>is a tool that builds and runs basic
|
||||
<application>GStreamer</application> pipelines.</para>
|
||||
</sect3>
|
||||
<indexterm zone="gstreamer gst-launch">
|
||||
<primary sortas="b-gst-launch">gst-launch-0.8</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gst-md5sum</title>
|
||||
<para><command>gst-md5sum</command> generates MD5 checksums of the data
|
||||
generated by a <application>GStreamer</application> pipeline.</para>
|
||||
</sect3>
|
||||
<varlistentry id="gst-md5sum">
|
||||
<term><command>gst-md5sum-0.8</command></term>
|
||||
<listitem><para>generates MD5 checksums of the data generated by a
|
||||
<application>GStreamer</application> pipeline.</para>
|
||||
<indexterm zone="gstreamer gst-md5sum">
|
||||
<primary sortas="b-gst-md5sum">gst-md5sum-0.8</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gst-register</title>
|
||||
<para><command>gst-register</command> is used to register all the
|
||||
<varlistentry id="gst-register">
|
||||
<term><command>gst-register-0.8</command></term>
|
||||
<listitem><para>is used to register all the
|
||||
<application>GStreamer</application> plugins on the system. It creates a
|
||||
listing of their properties so that when a
|
||||
<application>GStreamer</application> based application is started, it does not
|
||||
need to load plugins until it needs them.</para>
|
||||
</sect3>
|
||||
<indexterm zone="gstreamer gst-register">
|
||||
<primary sortas="b-gst-register">gst-register-0.8</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gst-typefind</title>
|
||||
<para><command>gst-typefind</command> uses the
|
||||
<application>GStreamer</application> type finding system to determine the
|
||||
relevant <application>GStreamer</application> plugin to parse or decode a file,
|
||||
and determine the corresponding MIME type.</para>
|
||||
</sect3>
|
||||
<varlistentry id="gst-typefind">
|
||||
<term><command>gst-typefind-0.8</command></term>
|
||||
<listitem><para>uses the <application>GStreamer</application> type finding
|
||||
system to determine the relevant <application>GStreamer</application> plugin
|
||||
to parse or decode a file, and determine the corresponding
|
||||
<acronym>MIME</acronym> type.</para>
|
||||
<indexterm zone="gstreamer gst-typefind">
|
||||
<primary sortas="b-gst-typefind">gst-typefind-0.8</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gst-xmlinspect</title>
|
||||
<para><command>gst-xmlinspect</command> prints information about a
|
||||
<varlistentry id="gst-xmlinspect">
|
||||
<term><command>gst-xmlinspect-0.8</command></term>
|
||||
<listitem><para>prints information about a
|
||||
<application>GStreamer</application> plugin or element in
|
||||
<acronym>XML</acronym> document format.</para>
|
||||
</sect3>
|
||||
<indexterm zone="gstreamer gst-xmlinspect">
|
||||
<primary sortas="b-gst-xmlinspect">gst-xmlinspect-0.8</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gst-xmllaunch</title>
|
||||
<para><command>gst-xmllaunch</command> is used to build and run a basic
|
||||
<varlistentry id="gst-xmllaunch">
|
||||
<term><command>gst-xmllaunch-0.8</command></term>
|
||||
<listitem><para>is used to build and run a basic
|
||||
<application>GStreamer</application> pipeline, loading it from an
|
||||
<acronym>XML</acronym> description.</para>
|
||||
</sect3>
|
||||
<indexterm zone="gstreamer gst-xmllaunch">
|
||||
<primary sortas="b-gst-xmllaunch">gst-xmllaunch-0.8</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user