Updated to GStreamer Base Plug-ins-0.10.13

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6921 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-07-18 22:20:52 +00:00
parent 018cb91e54
commit b221537c39
3 changed files with 11 additions and 8 deletions

View File

@ -613,7 +613,7 @@ $Date$
<!ENTITY xine-lib-version "1.1.6">
<!ENTITY libmikmod-version "3.1.11">
<!ENTITY gstreamer-version "0.10.13">
<!ENTITY gst-plugins-base-version "0.10.11">
<!ENTITY gst-plugins-base-version "0.10.13">
<!ENTITY gst-plugins-good-version "0.10.4">
<!ENTITY gst-plugins-ugly-version "0.10.4">
<!ENTITY libmusicbrainz-version "2.1.4">

View File

@ -44,6 +44,9 @@
<listitem>
<para>July 18th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to GStreamer Base Plug-ins-0.10.13.</para>
</listitem>
<listitem>
<para>[randy] - Updated to desktop-file-utils-0.13.</para>
</listitem>

View File

@ -5,11 +5,10 @@
%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 " ">
<!-- <!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 "2e78ff25635b31d948def7c2b2d79054">
<!ENTITY gst-plugins-base-size "1.4 MB">
<!ENTITY gst-plugins-base-buildsize "up to 60 MB (depends on what dependencies are installed)">
<!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 "735f7b911cd00540d2bea8596a3859cd">
<!ENTITY gst-plugins-base-size "1.5 MB">
<!ENTITY gst-plugins-base-buildsize "up to 72 MB (depends on what dependencies are installed)">
<!ENTITY gst-plugins-base-time "up to 1.5 SBU (0.5 SBU to run the test suite)">
]>
@ -117,14 +116,15 @@ make</userinput></screen>
<screen role="root"><userinput>make install</userinput></screen>
<!-- Docs are installed now
<para>If you did not rebuild the API documentation by passing
<option>--enable-gtk-doc</option> to the <command>configure</command>
<option>-enable-gtk-doc</option> to the <command>configure</command>
script and you wish to install the pre-built documentation, issue the
following command as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make -C docs/libs install-data &amp;&amp;
make -C docs/plugins install-data</userinput></screen>
make -C docs/plugins install-data</userinput></screen>-->
</sect2>