Author: ken
Date: 2012-02-05 11:52:45 -0700 (Sun, 05 Feb 2012)
New Revision: 9273
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml
Log:
Update to gst-plugins-base-0.10.35.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-02-05 17:35:04 UTC (rev 9272)
+++ trunk/BOOK/general.ent 2012-02-05 18:52:45 UTC (rev 9273)
@@ -871,7 +871,7 @@
<!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">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-02-05 17:35:04 UTC
(rev 9272)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-02-05 18:52:45 UTC
(rev 9273)
@@ -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>
Modified: trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml 2012-02-05 17:35:04 UTC
(rev 9272)
+++ trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml 2012-02-05 18:52:45 UTC
(rev 9273)
@@ -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,12 +37,12 @@
<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">
<listitem>
@@ -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>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page