mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to gst-plugins-base-0.10.35.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9273 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
dce429c0ec
commit
675575a9c8
@ -871,7 +871,7 @@ $Date$
|
||||
<!ENTITY xine-lib-version "1.1.20">
|
||||
<!ENTITY libmikmod-version "3.1.11">
|
||||
<!ENTITY gstreamer-version "0.10.25">
|
||||
<!ENTITY gst-plugins-base-version "0.10.25">
|
||||
<!ENTITY gst-plugins-base-version "0.10.35">
|
||||
<!ENTITY gst-plugins-good-version "0.10.17">
|
||||
<!ENTITY gst-plugins-bad-version "0.10.21">
|
||||
<!ENTITY gst-plugins-ugly-version "0.10.10">
|
||||
|
@ -47,6 +47,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - Add gst-plugins-bad based on Wayne's work and updated to 0.10.21.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Merge gst-plugins-base-0.10.35 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gst-plugins-base-download-http "http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-&gst-plugins-base-version;.tar.bz2">
|
||||
<!ENTITY gst-plugins-base-download-ftp "&gnome-download-ftp;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.bz2">
|
||||
<!ENTITY gst-plugins-base-md5sum "d29669dd79276c5cd94e1613c03cd9ab">
|
||||
<!ENTITY gst-plugins-base-size "2.1 MB">
|
||||
<!ENTITY gst-plugins-base-buildsize "75 MB">
|
||||
<!ENTITY gst-plugins-base-time "1.6 SBU">
|
||||
<!ENTITY gst-plugins-base-download-http "&gnome-download-http;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.xz">
|
||||
<!ENTITY gst-plugins-base-download-ftp "&gnome-download-ftp;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.xz">
|
||||
<!ENTITY gst-plugins-base-md5sum "0ababc411b6a372f9e5abca443ebb138">
|
||||
<!ENTITY gst-plugins-base-size "2.2 MB">
|
||||
<!ENTITY gst-plugins-base-buildsize "117 MB">
|
||||
<!ENTITY gst-plugins-base-time "1.7 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gst-plugins-base"
|
||||
@ -37,11 +37,11 @@
|
||||
<application>GStreamer</application>. It also contains helper libraries
|
||||
and base classes useful for writing elements. A wide range of video and
|
||||
audio decoders, encoders, and filters are included. Also see the
|
||||
<xref linkend="gst-plugins-good"/>, <xref linkend="gst-plugins-ugly"/>,
|
||||
<ulink url="http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html">
|
||||
GStreamer Bad Plug-ins</ulink> and <ulink
|
||||
url="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html">GStreamer
|
||||
FFmpeg plug-in</ulink> packages.</para>
|
||||
<xref linkend="gst-plugins-good"/>, <xref linkend="gst-plugins-bad"/>,
|
||||
<xref linkend="gst-plugins-ugly"/>, and <xref linkend="gst-ffmpeg"/>
|
||||
packages.</para>
|
||||
|
||||
&lfs70_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -78,8 +78,9 @@
|
||||
<xref linkend="alsa-lib"/>,
|
||||
<xref linkend="cdparanoia"/>,
|
||||
<xref linkend="ffmpeg"/>,
|
||||
<xref linkend="gnome-vfs"/>,
|
||||
<xref linkend="gtk2"/> (required to build the examples),
|
||||
<!--<xref linkend="gnome-vfs"/>,-->
|
||||
<xref linkend="gtk2"/> or
|
||||
<xref linkend="gtk3"/> (required to build the examples),
|
||||
<xref linkend="libogg"/>,
|
||||
<xref linkend="libtheora"/>,
|
||||
<ulink url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>,
|
||||
@ -111,12 +112,12 @@
|
||||
|
||||
<screen><userinput>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| true\2/' \
|
||||
docs/libs/Makefile.in &&
|
||||
./configure --prefix=/usr &&
|
||||
./configure --prefix=/usr --with-gtk=3.0 &&
|
||||
make</userinput></screen>
|
||||
|
||||
<!-- without libcheck, 'make check' is pointless -->
|
||||
<para>To run the unit regression tests, issue: <command>make check</command>.
|
||||
There is one failure, in elements/subparse. There are
|
||||
There are
|
||||
many other <filename>Makefile</filename> targets you can specify for
|
||||
running the tests, issue <command>make -C tests/check help</command> to see
|
||||
the complete list.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user